-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
60 lines (52 loc) · 2.17 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://blog.nelretrobottega.xyz/"
languageCode = "en-us"
theme = "paper"
paginate = 5
[params]
# color style
color = 'gray' # linen, wheat, gray, light
# header social icons
#twitter = 'YOUR_TWITTER_ID' # twitter.com/YOUR_TWITTER_ID
github = 'marcopeocchi' # github.com/YOUR_GITHUB_ID
#instagram = 'YOUR_INSTAGRAM_ID' # instagram.com/YOUR_INSTAGRAM_ID
#linkedin = 'YOUR_LINKEDIN_ID' # linkedin.com/in/YOUR_LINKEDIN_ID
#mastodon = 'YOUR_MASTODON_LINK' # e.g. 'https://mastodon.instance/@xxx'
rss = true # show rss icon
# home page profile
avatar = '[email protected]' # gravatar email or image url
name = 'Marco'
bio = 'Software engineer with 5+ years of experience. During university i fell in love with the Go programming language, from there, I build almost everything with it.'
# misc
disableHLJS = false # disable highlight.js
disablePostNavigation = false # disable post navigation
monoDarkIcon = false # show monochrome dark mode icon
gravatarCdn = 'https://cdn.v2ex.com/gravatar/' # e.g. 'https://cdn.v2ex.com/gravatar/'
math = true # enable KaTeX math typesetting globally
#graphCommentId = "YOUR_GRAPH_COMMENT_ID" # use graph comment (disqus alternative)
[languages]
[languages.en]
languageName = "English"
title = "Nel retrobottega"
subtitle = "Another SE blog"
owner = "Marco Piovanello"
keywords = ""
copyright = ""
menuMore = "Show more"
readMore = "Read more"
readOtherPosts = "Read other posts"
newerPosts = "Newer posts"
olderPosts = "Older posts"
missingContentMessage = "Page not found..."
missingBackButtonLabel = "Back to home page"
[languages.en.params.logo]
logoText = "Home"
logoHomeLink = "/"
[languages.en.menu]
[[languages.en.menu.main]]
identifier = "about"
name = "About"
url = "/about"
[[languages.en.menu.main]]
identifier = "tags"
name = "Tags"
url = "/tags"