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

config.toml « exampleSite - github.com/pavel-pi/kiss-em.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a8331c37a3a04ffd06ff1b41b4d335d6343e2e45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
baseurl = "https://example.com"
languageCode = "en"
theme = "kiss-em"
Paginate = 5 # Number of posts per page
enableRobotsTXT = true
defaultContentLanguage = "en"

[languages]
  [languages.de]
    title = "Das ist Kiss'Em!"
    weight = 2
  [languages.en]
    title = "Kiss'Em!"
    weight = 1

[params.microblog]
enable = true
number = 2

[params.assets]
customCSS = ["css/custom.css"]

[params.rss]
enable = true
includeContent = true
authorName = "Pavel Pi"
authorEmail = "info@pavel-pi.de"

[params.info]
poweredby = true 
related = true 
copyright = "© <a href=\"https://github.com/pavel-pi\">Pavel Pi</a> 2020"

[params.social]
about = "about"
twitter = "@_pavel_pi_"
github = "pavel-pi"
email = "info@pavel-pi.de"
rss = "index.xml"

# Define the order of the icons:
[params.social.config]
platforms = ["about", "email", "github", "twitter", "xing", "rss"]

[taxonomies]
tag ="tags"