From 1e6ec9abf11fa3b229af2cdd84c0a964076d0f0a Mon Sep 17 00:00:00 2001 From: Stephen Siegert Date: Fri, 15 Feb 2019 15:27:59 -0500 Subject: standardize archetypes --- archetypes/blog.md | 3 ++- archetypes/default.md | 2 +- archetypes/project.md | 10 +++++----- exampleSite/content/project/hugo.md | 11 ++++++----- layouts/_default/list.html | 2 +- layouts/index.html | 2 +- 6 files changed, 16 insertions(+), 14 deletions(-) diff --git a/archetypes/blog.md b/archetypes/blog.md index 2493181..8342d46 100644 --- a/archetypes/blog.md +++ b/archetypes/blog.md @@ -2,6 +2,7 @@ title = "" description = "" tags = ["development"] -topics = ["Development"] +categories = ["Development"] +# series = [] date = {{ .Date }} +++ diff --git a/archetypes/default.md b/archetypes/default.md index 4c896c0..8ab7975 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -2,6 +2,6 @@ title = {{ replace .Name "-" " " | title }} description = "" tags = ["development"] -topics = ["Development"] +categories = ["Development"] date = {{ .Date }} +++ diff --git a/archetypes/project.md b/archetypes/project.md index 8f08084..ac328dd 100644 --- a/archetypes/project.md +++ b/archetypes/project.md @@ -1,9 +1,9 @@ +++ -Title = "{{ replace .Name "-" " " | title }}" -Date = {{ .Date }} -Description = "" -Tags = ["Development", ""] -Topics = ["Development", ""] +title = "{{ replace .Name "-" " " | title }}" +date = {{ .Date }} +description = "" +tags = ["Development"] +categories = ["Development"] download_url = "http://github.com/USERNAME/PROJECTNAME" project_description = "DESC" project_name = "PROJECTNAME" diff --git a/exampleSite/content/project/hugo.md b/exampleSite/content/project/hugo.md index a75c569..5b24457 100644 --- a/exampleSite/content/project/hugo.md +++ b/exampleSite/content/project/hugo.md @@ -1,13 +1,14 @@ +++ -Title = "Hugo" -Date = 2019-02-10T16:53:06-05:00 -Description = "" -Tags = ["Development", ""] -Topics = ["Development", ""] +title = "Hugo" +date = 2019-02-10T16:53:06-05:00 +description = "" +tags = ["Development"] +categories = ["Development", ""] download_url = "http://github.com/USERNAME/PROJECTNAME" project_description = "DESC" project_name = "PROJECTNAME" project_url = "URL" release_date = "DATE" version = "0.0" + +++ diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 398b305..849640d 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -13,7 +13,7 @@