-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
60 lines (60 loc) · 1.39 KB
/
config.toml
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
49
50
51
52
53
54
55
56
57
58
59
60
baseURL = "http://leitemods.no"
title = "Leitemods"
copyright = "Copyright © 2020 Leitemods"
paginate = 2
languageCode = "en"
DefaultContentLanguage = "en"
enableInlineShortcodes = true
footnoteReturnLinkContents = "^"
googleAnalytics = "UA-XXXX"
DisqusShortname = ""
theme = "chunky-poster"
[menu]
[[menu.main]]
identifier = "hjem"
name = "Hjem"
url = "/"
weight = 1
[[menu.main]]
identifier = "sales"
name = "Til salgs"
url = "/sales/"
weight = 2
[[menu.main]]
identifier = "kontakt"
name = "Kontakt"
url = "/kontakt/"
weight = 3
[taxonomies]
category = "categories"
tag = "tags"
series = "series"
author = "authors"
[params]
author = "Lars Erik Storbukås"
description = "Custom Seiko mods"
homepageImage = "/images/homepage-image1.jpg"
logoImage = "/images/logo.png"
share = true
showLanguageSwitcher = false
# Custom CSS and JS. Relative to /static/css and /static/js respectively.
customCSS = []
customJS = []
[params.social]
email = "[email protected]"
facebook = "https://facebook.com/johannesleite"
instagram = "https://instagram.com/leitemods"
[params.prismJS]
enable = true
theme = ""
[params.commento]
enable = true
url = "https://commento.io"
[markup]
[markup.highlight]
codeFences = false
[services]
[services.instagram]
disableInlineCSS = true
[services.twitter]
disableInlineCSS = true