-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
60 lines (55 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 = "https://milkie-way.github.io/100k"
languageCode = "en-us"
title = "Mediumish"
theme = "theme"
summaryLength = 25
copyright = "John Doe - All rights reserved"
enableEmoji = true
publishDir = "docs"
#disqusShortname = "your-shortname-here"
#googleAnalytics = "UA-1XXXXXXX1-1"
[params]
logo = "/images/logo.png"
description ="the clean blog!"
#mailchimp = "you can provide a mailchimp-link here"
[params.author]
name = "John Doe"
thumbnail = "/images/author.png"
description = "Creator of this blog."
[params.index]
picture = "/images/author.png"
title = "John Doe"
subtitle = "I'm a unique placeholder. Working here and there!"
mdtext = '''
Currently trying to get this blog running, still don't know what the blog will be about!\
**This textblock is a demonstration of the mdtext-param.**\
### This is a markdown heading
'''
alertbar = false
[params.social]
github = "<username>"
linkedin = "<username>"
xing = "<username>"
medium = "<username>"
twitter = "<username>"
## Main Menu
[[menu.main]]
name = "Blog"
weight = 100
identifier = "blog"
url = "/blog"
[[menu.main]]
name = "Separate"
weight = 100
identifier = "separate"
url = "/separate"
[[menu.main]]
name = "About Me"
identifier = "about"
weight = 200
url = "/"
[[menu.main]]
name = "Imprint"
identifier = "imprint"
weight = 200
url = "/static/imprint"