Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 437 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 437 Bytes

This theme was created to be used at my site. Go there if you want to see a live version of this theme.

There are a few variables to this theme that are recommended.

title = "title"
pygmentsCodeFences = true
pygmentsUseClasses = true

[params]
  description = "description"
  avatar = "img/url"
  favicon = "img/url"

[menu]
  [[menu.navigation]]
    name = 'link'
    url = 'link'

That's about it :)