From e96aff653fe034a6c6e12280bd39c04197b501a9 Mon Sep 17 00:00:00 2001 From: Zach Berwaldt Date: Sun, 5 Nov 2023 14:46:24 -0500 Subject: modifications to css, layouts, and archetypes --- archetypes/book.md | 4 ++-- archetypes/guide/index.md | 1 + archetypes/project.md | 13 +++++++++++++ 3 files changed, 16 insertions(+), 2 deletions(-) (limited to 'archetypes') 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 @@ title: "{{ replace .File.ContentBaseName "-" " " | title }}" author: "" image: "" -description: "Review and notes for {{ replace .File.ContentBaseName "-" " " | title }} by {{ .Params.author }}" -amazon: "" +description: "Review and notes for {{ replace .File.ContentBaseName "-" " " | title }} by " +amazon: null rating: 4 type: 'book' 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 @@ --- title: "{{ replace .Name "-" " " | title }}" date: {{ .Date }} +published: null draft: true --- 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"] dontDisclaim: true description: "An informal specification for the {{ replace .File.ContentBaseName "-" " " | title }} project" --- + +Summary goes here. + + + +## Requirements + +- Responsive. +- Fullscreen. + +## Optional Stretch Requirements + +- Appointment scheduling. \ No newline at end of file -- cgit v1.1