Hugo Themes
Origin
simple theme for hugo
- Author: Andrey Parfenov
- Minimum Hugo Version: 0.60.0
- GitHub Stars: 33
- Updated: 2020-06-11
- License: MIT
- Tags: Blog Light Responsive
ORIGIN HUGO THEME
simple hugo theme for blogging
Installation
- 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
Featured posts
You can replace homescreen grid with default post list items.
edit config.toml
[params]
featured = false
JS
If you want to disable js, set cssonly parameter to true.
[params]
cssonly = true
Favicon
add favicon with name “favicon-32.png” to static folder.