{{ .Title }}
-- {{ if .Params.tags }} - │ - {{range .Params.tags}} - {{ . }} - {{end}} - {{end}} - {{ if .Params.categories }} - │ - {{range .Params.categories}} - {{ . }} - {{end}} - {{end}} -
- {{ .Content }} -diff --git a/.gitmodules b/.gitmodules index cfbb43f..2a8e37a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "public"] path = public url = https://gitea.balki.me/balki/blog-op +[submodule "themes/mytheme"] + path = themes/mytheme + url = https://gitea.balki.me/balki/no-js-hugo-theme.git diff --git a/config.yaml b/config.yaml deleted file mode 100644 index d54ca88..0000000 --- a/config.yaml +++ /dev/null @@ -1,3 +0,0 @@ -baseURL: https://balki.me/ -languageCode: en-us -title: Balki's Blog diff --git a/hugo.yaml b/hugo.yaml new file mode 100644 index 0000000..1e1b080 --- /dev/null +++ b/hugo.yaml @@ -0,0 +1,13 @@ +baseURL: https://blog.balki.me/ +languageCode: en-us +title: Balki's Blog +theme: mytheme +markup: + highlight: + # This setting makes code highlighting use theme's colors instead of hugo's default + noClasses: false + +params: + themeStyleSwitcher: true + footerText: "[theme](https://gitea.balki.me/balki/no-js-hugo-theme)" + showTagList: false diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html deleted file mode 100644 index c7c7776..0000000 --- a/layouts/_default/baseof.html +++ /dev/null @@ -1,58 +0,0 @@ - - -
- - - - -- {{ if .Params.tags }} - │ - {{range .Params.tags}} - {{ . }} - {{end}} - {{end}} - {{ if .Params.categories }} - │ - {{range .Params.categories}} - {{ . }} - {{end}} - {{end}} -
- {{ .Content }} -Under construction. Come back later! :)
-