aboutsummaryrefslogtreecommitdiff
path: root/archetypes
diff options
context:
space:
mode:
authorZach Berwaldt <zberwaldt@tutamail.com>2023-11-05 14:46:24 -0500
committerZach Berwaldt <zberwaldt@tutamail.com>2023-11-05 14:46:24 -0500
commite96aff653fe034a6c6e12280bd39c04197b501a9 (patch)
treefe1f16c02ab40850e1453eb80ec5cad5754c2581 /archetypes
parentae5fbeb8af153d358b4d13d7e2bdd16061ca5524 (diff)
modifications to css, layouts, and archetypesdevelop
Diffstat (limited to 'archetypes')
-rw-r--r--archetypes/book.md4
-rw-r--r--archetypes/guide/index.md1
-rw-r--r--archetypes/project.md13
3 files changed, 16 insertions, 2 deletions
diff --git a/archetypes/book.md b/archetypes/book.md
index 39928c7..069b8a6 100644
--- a/archetypes/book.md
+++ b/archetypes/book.md
@@ -2,8 +2,8 @@
2title: "{{ replace .File.ContentBaseName "-" " " | title }}" 2title: "{{ replace .File.ContentBaseName "-" " " | title }}"
3author: "" 3author: ""
4image: "" 4image: ""
5description: "Review and notes for {{ replace .File.ContentBaseName "-" " " | title }} by {{ .Params.author }}" 5description: "Review and notes for {{ replace .File.ContentBaseName "-" " " | title }} by <author goes here>"
6amazon: "" 6amazon: null
7rating: 4 7rating: 4
8type: 'book' 8type: 'book'
9genres: 9genres:
diff --git a/archetypes/guide/index.md b/archetypes/guide/index.md
index 00e77bd..34852d1 100644
--- a/archetypes/guide/index.md
+++ b/archetypes/guide/index.md
@@ -1,6 +1,7 @@
1--- 1---
2title: "{{ replace .Name "-" " " | title }}" 2title: "{{ replace .Name "-" " " | title }}"
3date: {{ .Date }} 3date: {{ .Date }}
4published: null
4draft: true 5draft: true
5--- 6---
6 7
diff --git a/archetypes/project.md b/archetypes/project.md
index 4e1af79..d53dffa 100644
--- a/archetypes/project.md
+++ b/archetypes/project.md
@@ -7,3 +7,16 @@ categories: ["projects"]
7dontDisclaim: true 7dontDisclaim: true
8description: "An informal specification for the {{ replace .File.ContentBaseName "-" " " | title }} project" 8description: "An informal specification for the {{ replace .File.ContentBaseName "-" " " | title }} project"
9--- 9---
10
11Summary goes here.
12
13<!--more-->
14
15## Requirements
16
17- Responsive.
18- Fullscreen.
19
20## Optional Stretch Requirements
21
22- Appointment scheduling. \ No newline at end of file