When building the website, you can set a theme by using --theme
option. We suggest you to edit your configuration file and set the theme by default. Example with config.toml
format.
theme = "docdock"
Add the follow line in the same config.toml
file.
[outputs]
home = [ "HTML", "RSS", "JSON"]
LUNRJS search index file will be generated on content changes.
Find out how to create and organize your content quickly and intuitively.