-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
47 lines (44 loc) · 972 Bytes
/
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
baseURL = 'https://jan-kolarik.github.io/'
languageCode = 'en-us'
title = "kolage"
theme = 'PaperMod'
enableEmoji = true
googleAnalytics = 'G-T6NCMHLLWR'
[[menu.main]]
name = 'Archive'
url = 'archives'
weight = 10
[[menu.main]]
name = 'Tags'
url = 'tags'
weight = 20
[[menu.main]]
name = 'Search'
url = 'search'
weight = 30
[[menu.main]]
name = 'About'
url = 'about'
weight = 40
[params]
env = 'production'
ShowShareButtons = true
ShowFullTextinRSS = true
[params.homeInfoParams]
Title = 'Greetings, adventurer! 🙌'
Content = """
Be welcome to my blog.
- I'd like to share with you some thoughts and observations related to Linux
and open-source software development I hope you might find helpful.
"""
[[params.socialIcons]]
name = "github"
url = "https://github.com/jan-kolarik"
[[params.socialIcons]]
name = "linkedin"
url = "https://www.linkedin.com/in/jan-kolarik/"
[[params.socialIcons]]
name = "Rss"
url = "index.xml"
[outputs]
home = [ "HTML", "RSS", "JSON" ]