diff --git a/archetypes/posts.md b/archetypes/posts.md deleted file mode 100644 index 9cacca3..0000000 --- a/archetypes/posts.md +++ /dev/null @@ -1,13 +0,0 @@ -+++ -title = "{{ replace .TranslationBaseName "-" " " | title }}" -date = "{{ .Date }}" -author = "" -authorTwitter = "" #do not include @ -cover = "" -tags = ["", ""] -keywords = ["", ""] -description = "" -showFullContent = false -readingTime = false -hideComments = false -+++ diff --git a/archetypes/rambles.md b/archetypes/rambles.md new file mode 100644 index 0000000..856a12b --- /dev/null +++ b/archetypes/rambles.md @@ -0,0 +1,7 @@ +--- +title: "{{ replace .TranslationBaseName "-" " " | title }}" +date: "{{ .Date }}" +author: "" +tags: ["", ""] +description: "" +--- diff --git a/layouts/_default/index.html b/layouts/_default/index.html index 5c18a63..4387144 100644 --- a/layouts/_default/index.html +++ b/layouts/_default/index.html @@ -1,8 +1,8 @@ {{ define "main" }} {{ .Content -}}