Welcome to mirror list, hosted at ThFree Co, Russian Federation.

config.toml « exampleSite - github.com/darshanbaral/kitab.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 858d7049dd704af91e54c941f2b358454ddde4db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
baseURL = "http://example.org/"
languageCode = "en-us"
theme = "kitab"
title = "Books of Jane Austen"

disableKinds = ["taxonomy", "taxonomyTerm"]
pluralizelisttitles = false

[params]
  author = "First Last"
  description = "Some books of Jane Austen"
  dateFormat = "2006-01-02"
  footer = "Awesome Books"