diff --git a/README.md b/README.md index 001e8d9..09a4ef6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # blog -bbaovanc's blog, generated by Hugo \ No newline at end of file +bbaovanc's blog, generated by Hugo + +[Theme setup](https://hugo-geekblog.geekdocs.de/posts/getting-started/#option-1-download-pre-build-release-bundle) diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..00e77bd --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,6 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +draft: true +--- + diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..e515a16 --- /dev/null +++ b/config.toml @@ -0,0 +1,4 @@ +baseURL = "https://bbaovanc.com/blog/" +languageCode = "en-us" +title = "bbaovanc's blog" +theme = "hugo-geekblog"