diff options
Diffstat (limited to 'archetypes')
-rw-r--r-- | archetypes/book.md | 4 | ||||
-rw-r--r-- | archetypes/guide/index.md | 1 | ||||
-rw-r--r-- | archetypes/project.md | 13 |
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 @@ | |||
2 | title: "{{ replace .File.ContentBaseName "-" " " | title }}" | 2 | title: "{{ replace .File.ContentBaseName "-" " " | title }}" |
3 | author: "" | 3 | author: "" |
4 | image: "" | 4 | image: "" |
5 | description: "Review and notes for {{ replace .File.ContentBaseName "-" " " | title }} by {{ .Params.author }}" | 5 | description: "Review and notes for {{ replace .File.ContentBaseName "-" " " | title }} by <author goes here>" |
6 | amazon: "" | 6 | amazon: null |
7 | rating: 4 | 7 | rating: 4 |
8 | type: 'book' | 8 | type: 'book' |
9 | genres: | 9 | genres: |
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 | --- |
2 | title: "{{ replace .Name "-" " " | title }}" | 2 | title: "{{ replace .Name "-" " " | title }}" |
3 | date: {{ .Date }} | 3 | date: {{ .Date }} |
4 | published: null | ||
4 | draft: true | 5 | draft: 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"] | |||
7 | dontDisclaim: true | 7 | dontDisclaim: true |
8 | description: "An informal specification for the {{ replace .File.ContentBaseName "-" " " | title }} project" | 8 | description: "An informal specification for the {{ replace .File.ContentBaseName "-" " " | title }} project" |
9 | --- | 9 | --- |
10 | |||
11 | Summary 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 | ||