Lightweight and simple theme for Hugo.
- RRSS support.
- Categories and sections.
- Custom presentation.
- Next and prev tags for blogging.
- Responsive
git submodule add https://github.com/CrisitoJ/jolly themes/jolly
#set up the theme adding this line on config.toml
theme = "jolly"
Add your presentation on
#for each paragraph
[params]
presentation = "your presentation"
Add you personal photo
[[params]]
gif = "link"
For each categorie you want to add to the main page add:
[[menu.categories]]
name = "category"
url = "/category"
Firstly, you need to download the .SVG for each RSS you want to add, then add them into /assets/icons Then, you will be able to set up the RSS on your config.toml For each rss add:
[[menu.social]]
name = "GitHub"
pre = "github"
url = "https://github.com/myuser"