-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.toml
86 lines (72 loc) · 2.59 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
baseurl = "https://ramonmoorlag.nl/"
languageCode = "en-us"
theme = "terminal"
paginate = 20
custom_css = "pink.css"
enableEmoji = "true"
publishDir = "docs"
[params]
# dir name of your main content (default is `content/posts`).
# the list of set content will show up on your index page (baseurl).
contentTypeName = "posts"
# ["orange", "blue", "red", "green", "pink"]
themeColor = "pink"
# if you set this to 0, only submenu trigger will be visible
showMenuItems = 3
# show selector to switch language
showLanguageSelector = false
# set theme to full screen width
fullWidthTheme = false
# center theme with default width
centerTheme = true
# set a custom favicon (default is a `themeColor` square)
# favicon = "favicon.ico"
# set post to show the last updated
# If you use git, you can set `enableGitInfo` to `true` and then post will automatically get the last updated
showLastUpdated = true
# Provide a string as a prefix for the last update date. By default, it looks like this: 2020-xx-xx [Updated: 2020-xx-xx] :: Author
# updatedDatePrefix = "Updated"
# set all headings to their default size (depending on browser settings)
# it's set to `true` by default
# oneHeadingSize = false
[params.twitter]
# set Twitter handles for Twitter cards
# see https://developer.twitter.com/en/docs/tweets/optimize-with-cards/guides/getting-started#card-and-content-attribution
# do not include @
creator = "moorlag"
site = "https://ramonmoorlag.nl"
[languages]
[languages.en]
languageName = "English"
title = "Moorlag's Blog"
subtitle = "Things and things that keep me busy at night"
owner = "Ramon Moorlag"
keywords = "Computer Science"
copyright = "(c) 2022 Ramon Moorlag"
menuMore = "Show more"
readMore = "Read more"
readOtherPosts = "Read other posts"
newerPosts = "Newer posts"
olderPosts = "Older posts"
missingContentMessage = "This is akward. You're looking at my 404..."
missingBackButtonLabel = "Quick break the akwardness. Back to home page"
[languages.en.params.logo]
logoText = "Moorlag"
logoHomeLink = "/"
[languages.en.menu]
[[languages.en.menu.main]]
identifier = "about"
name = "About"
url = "/about"
# [[languages.en.menu.main]]
# identifier = "showcase"
# name = "Showcase"
# url = "/showcase"
[[languages.en.menu.main]]
identifier = "contact"
name = "Contact"
url = "/contact"
[[languages.en.menu.main]]
identifier = "Inspiration"
name = "Inspiration"
url = "/Inspiration"