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: 99e35a14ea73c7f25e6140ca932e199f214656ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
baseURL = "https://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"
  footer1 = "Awesome Books"
  footer2 = "(c) Cool Books"