{{ .Title | markdownify }}
+ + {{- if .Params.toc }} ++ +
+ {{- end }} + + {{ with .Params.Cover }} +
diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..63c1c63 --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,8 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +draft: true +comments: false +images: +--- + diff --git a/archetypes/posts.md b/archetypes/posts.md new file mode 100644 index 0000000..82889f3 --- /dev/null +++ b/archetypes/posts.md @@ -0,0 +1,10 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +draft: true +toc: false +images: +tags: + - untagged +--- + diff --git a/i18n/en.toml b/i18n/en.toml new file mode 100644 index 0000000..c751a34 --- /dev/null +++ b/i18n/en.toml @@ -0,0 +1,21 @@ +# Translations for English +# https://gohugo.io/content-management/multilingual/#translation-of-strings + +# 404.html +# +[notFound] +other = "Oops, page not found…" + +[home] +other = "Home" + +[archives] +other = "Archives" + +# posts/single.html +# +[wordCount] +other = "{{ .WordCount }} Words" + +[tableOfContents] +other = "Table of Contents" diff --git a/images/screenshot.png b/images/screenshot.png deleted file mode 100644 index 39a44d1..0000000 Binary files a/images/screenshot.png and /dev/null differ diff --git a/images/tn.png b/images/tn.png deleted file mode 100644 index c2c557a..0000000 Binary files a/images/tn.png and /dev/null differ diff --git a/layouts/404.html b/layouts/404.html new file mode 100644 index 0000000..04f99fa --- /dev/null +++ b/layouts/404.html @@ -0,0 +1,15 @@ +{{ define "main" }} +
+ +
+ +{{.}}
+ {{- end }} + + {{- with .Site.Params.social }} + + {{- end }} +