Skip to content

CrisitoJ/jolly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jolly

Lightweight and simple theme for Hugo. jolly jolly

Features

  • RRSS support.
  • Categories and sections.
  • Custom presentation.
  • Next and prev tags for blogging.
  • Responsive

Set up

git submodule add https://github.com/CrisitoJ/jolly themes/jolly
 #set up the theme adding this line on config.toml
 theme = "jolly"

Advanced configs

Add your presentation on

    #for each paragraph
    [params]
    presentation = "your presentation"

Add you personal photo

    [[params]]
    gif = "link"

Add categories:

For each categorie you want to add to the main page add:

[[menu.categories]]
 name = "category"
 url = "/category"

Add RSS links

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"

Releases

No releases published

Packages

No packages published