diff --git a/themes/ccchh/archetypes/article.md b/themes/ccchh/archetypes/article.md index f94a316..500a443 100644 --- a/themes/ccchh/archetypes/article.md +++ b/themes/ccchh/archetypes/article.md @@ -2,7 +2,7 @@ categories: article title: '{{ replace .File.ContentBaseName `-` ` ` | title }}' date: '{{ .Date }}' -draft: true +draft: false authors: - your name # tags: diff --git a/themes/ccchh/archetypes/default.md b/themes/ccchh/archetypes/default.md index 26f317f..b8f77d6 100644 --- a/themes/ccchh/archetypes/default.md +++ b/themes/ccchh/archetypes/default.md @@ -1,5 +1,5 @@ --- title: "{{ replace .Name "-" " " | title }}" date: {{ .Date }} -draft: true +draft: false --- diff --git a/themes/ccchh/archetypes/event.md b/themes/ccchh/archetypes/event.md index 5cd4653..f3076f8 100644 --- a/themes/ccchh/archetypes/event.md +++ b/themes/ccchh/archetypes/event.md @@ -3,7 +3,7 @@ categories: event title: '{{ replace .File.ContentBaseName `-` ` ` | title }}' date: '{{ .Date }}' # date of the event publishDate: '{{ .Date }}' # when to publish -draft: true +draft: false location: Z9 authors: - your name