diff --git a/archetypes/recipe.md b/archetypes/recipe.md new file mode 100644 index 0000000..5f2a0f9 --- /dev/null +++ b/archetypes/recipe.md @@ -0,0 +1,18 @@ +--- +draft: true +title: "{{ replace .Name "-" " " | title }}" +tags: [] +servings: 4 +# in minutes +prep_time: 15 +cook_time: 15 +cook: true +recipes: + - name: sauce + ingredients: + - 2tbsps flour + - 2tbsps butter + - name: dish + ingredients: + - 1lb sirloin +--- \ No newline at end of file diff --git a/themes/clean/layouts/_default/recipe.html b/themes/clean/layouts/_default/recipe.html new file mode 100644 index 0000000..0570aa7 --- /dev/null +++ b/themes/clean/layouts/_default/recipe.html @@ -0,0 +1,16 @@ +{{ define "main" }} +
Ingredients:
+Directions:
+