v1.5.0
- update style
- support custom nav item
- builtin source code pro
- support comments (powered by disqus)
[params.syntax]
enableBuiltinFont = true # use builtin font: source-code-pro
[params.nav]
showCategories = true # /categories/
showTags = true # /tags/
# custom links
[[params.nav.custom]]
title = "iOS"
url = "/tags/ios"
[[params.nav.custom]]
title = "Repo"
url = "//github.com/cntrump"
Enable comments, edit config.toml:
# disqus
disqusShortname = "XXX"
in your post header, add comments = true
:
+++
title = "..."
date = 2019-12-08
...
comments = true
+++
...