forked from creekorful/blog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
49 lines (44 loc) · 1.25 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
baseURL = "/"
languageCode = "en-us"
title = "Aloïs Micard | Tech blog"
theme = "terminal"
disqusShortname = "creekorful-me"
googleAnalytics = "UA-100732589-2"
disableAliases = true
[params]
fullWidthTheme = false
centerTheme = true
themeColor = "green"
[permalinks]
posts = "/:year/:month/:filename/"
[languages]
[languages.en]
languageName = "English"
title = "Aloïs Micard"
subtitle = "Tech Blog"
owner = "Aloïs Micard"
keywords = ""
copyright = ""
menuMore = "Show more"
readMore = "Read more"
readOtherPosts = "Read other posts"
[languages.en.params.logo]
logoText = "Aloïs Micard | Tech blog"
logoHomeLink = "/"
[languages.en.menu]
[[languages.en.menu.main]]
identifier = "github"
name = "Github"
url = "https://github.com/creekorful"
[[languages.en.menu.main]]
identifier = "linkedin"
name = "Linkedin"
url = "https://www.linkedin.com/in/creekorful"
[[languages.en.menu.main]]
identifier = "website"
name = "Website"
url = "https://www.creekorful.org"
[[languages.en.menu.main]]
identifier = "source-code"
name = "Blog source code"
url = "https://github.com/creekorful/blog"