Compare commits

...

2 commits

Author SHA1 Message Date
Kaan Barmore-Genç 2782f20936 set up publishing 2022-04-03 23:13:54 -04:00
Kaan Barmore-Genç 6e7e40e9e0 rename template & create schema 2022-04-03 23:13:38 -04:00
4 changed files with 54 additions and 1 deletions

View file

@ -100,3 +100,4 @@ publishing:
enableHashesForFMTags: false
enableRandomlyColoredTags: true
enablePrettyLinks: true
assetsPrefix: "/recipes"

25
notes/.vscode/tasks.json vendored Normal file
View file

@ -0,0 +1,25 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "build site",
"type": "shell",
"command": "dendron publish export",
"options": {
"cwd": "${workspaceFolder}/../"
}
},
{
"label": "publish site",
"type": "shell",
"command": "rsync -av .next/out/ /var/www/recipes/",
"options": {
"cwd": "${workspaceFolder}/../"
},
"dependsOn": ["build site"],
"problemMatcher": []
},
]
}

27
notes/recipes.schema.yml Normal file
View file

@ -0,0 +1,27 @@
version: 1
imports: []
schemas:
- id: recipes
title: recipes
parent: root
children:
- id: bowls
title: bowls
namespace: true
template: templates.recipe
- id: baked
title: baked
namespace: true
template: templates.recipe
- id: dessert
title: dessert
namespace: true
template: templates.recipe
- id: misc
title: misc
namespace: true
template: templates.recipe
- id: soup
title: soup
namespace: true
template: templates.recipe

View file

@ -2,7 +2,7 @@
id: 9c59f957-bbfa-475f-bb2b-a3b7cfcc47db
title: Recipe
desc: ''
updated: 1621050721815
updated: 1649038450923
created: 1621050721815
---