simple hugo theme for blogging
- Create a new site
hugo new site myblog
- Add a theme
cd myblog
git init
git submodule add https://gitlab.com/asleeppiano/origin-hugo-theme.git themes/origin
You can replace homescreen grid with default post list items.
edit config.toml
[params]
featured = false
If you want to disable js, set cssonly parameter to true.
[params]
cssonly = true
add favicon with name "favicon-32.png" to static folder.