-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
57 lines (47 loc) · 1.45 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
baseURL = "https://blog.jhnr.ch/"
languageCode = "en-us"
title = "Stefan Johner"
theme = "archie"
copyright = "© Stefan Johner"
relativeURLs = true
pygmentsstyle = "monokai"
pygmentscodefences = true
pygmentscodefencesguesssyntax = true
paginate=3 # articles per page
[permalinks]
blog = "/:year/:month/:day/:slug/"
singles = "/:slug/"
[params]
mode="toggle" # color-mode → light,dark,toggle or auto
useCDN=false # don't use CDNs for fonts and icons, instead serve them locally.
subtitle = "Working with Cloud. Microsoft Azure MVP. Likes cheese, chocolate and [Burgdorfer Bier](https://burgdorferbier.ch/). Co-Organizer of [Azure Bern User Group](https://www.meetup.com/de-DE/azure-cloud-bern-user-group/) and [Azure Bootcamp Switzerland](https://azurebootcamp.ch)"
mathjax = true # enable MathJax support
katex = true # enable KaTeX support
[[params.social]]
name = "GitHub"
icon = "github"
url = "https://github.com/sjohner"
[[params.social]]
name = "Twitter"
icon = "twitter"
url = "https://twitter.com/JohnerStefan/"
[[params.social]]
name = "LinkedIn"
icon = "linkedin"
url = "https://linkedin.com/in/stefanjohner"
[[menu.main]]
name = "All posts"
url = "/blog"
weight = 1
[[menu.main]]
name = "Tags"
url = "/tags"
weight = 2
[[menu.main]]
url = "/about/"
name = "About"
weight = 3
[[menu.main]]
url = "/privacy-policy/"
name = "Privacy Policy"
weight = 4