2019-09-29 17:31:00 +00:00
|
|
|
baseurl = "/"
|
2018-11-24 21:02:48 +00:00
|
|
|
languageCode = "en-us"
|
2019-09-29 17:31:00 +00:00
|
|
|
theme = "terminal"
|
|
|
|
paginate = 5
|
2018-11-24 21:02:48 +00:00
|
|
|
|
|
|
|
[params]
|
2019-09-29 17:31:00 +00:00
|
|
|
# dir name of your blog content (default is `content/posts`)
|
|
|
|
contentTypeName = "post"
|
|
|
|
# ["orange", "blue", "red", "green", "pink"]
|
|
|
|
themeColor = "orange"
|
|
|
|
# if you set this to 0, only submenu trigger will be visible
|
2021-02-21 22:05:37 +00:00
|
|
|
showMenuItems = 7
|
2019-09-29 17:31:00 +00:00
|
|
|
# show selector to switch language
|
|
|
|
showLanguageSelector = false
|
|
|
|
# set theme to full screen width
|
|
|
|
fullWidthTheme = false
|
|
|
|
# center theme with default width
|
2019-09-29 18:05:42 +00:00
|
|
|
centerTheme = true
|
2019-09-29 17:31:00 +00:00
|
|
|
# set a custom favicon (default is a `themeColor` square)
|
|
|
|
# favicon = "favicon.ico"
|
|
|
|
|
2021-02-21 01:04:08 +00:00
|
|
|
[markup]
|
|
|
|
[markup.goldmark]
|
|
|
|
[markup.goldmark.renderer]
|
|
|
|
unsafe = true
|
|
|
|
|
2019-09-29 17:31:00 +00:00
|
|
|
[languages]
|
|
|
|
[languages.en]
|
|
|
|
languageName = "English"
|
|
|
|
title = "thrrgilag.net"
|
|
|
|
subtitle = "software development and other random bits"
|
|
|
|
keywords = ""
|
2020-08-30 23:52:54 +00:00
|
|
|
copyright = "Site content <a href='https://creativecommons.org/licenses/by-sa/4.0/'>CC-BY-SA 4.0</a>"
|
2019-09-29 17:31:00 +00:00
|
|
|
menuMore = "Show more"
|
|
|
|
readMore = "Read more"
|
|
|
|
readOtherPosts = "Read other posts"
|
|
|
|
|
|
|
|
[languages.en.params.logo]
|
2021-02-21 16:09:23 +00:00
|
|
|
logoText = "thrrgilag"
|
2019-09-29 17:31:00 +00:00
|
|
|
logoHomeLink = "/"
|
|
|
|
|
|
|
|
[languages.en.menu]
|
|
|
|
[[languages.en.menu.main]]
|
|
|
|
identifier = "contact"
|
2020-04-23 22:04:34 +00:00
|
|
|
name = "contact"
|
2019-09-29 17:31:00 +00:00
|
|
|
url = "/contact"
|
2021-02-21 22:05:37 +00:00
|
|
|
weight = 1
|
2019-09-29 21:26:10 +00:00
|
|
|
[[languages.en.menu.main]]
|
|
|
|
identifier = "chat"
|
2020-04-23 22:04:34 +00:00
|
|
|
name = "chat"
|
2019-09-29 21:26:10 +00:00
|
|
|
url = "/chat"
|
2021-02-21 22:05:37 +00:00
|
|
|
weight = 5
|
|
|
|
[[languages.en.menu.main]]
|
|
|
|
identifier = "social"
|
|
|
|
name = "social"
|
2022-05-01 17:10:43 +00:00
|
|
|
url = "https://fosstodon.org/@thrrgilag"
|
2021-02-21 22:05:37 +00:00
|
|
|
weight = 5
|
2019-10-19 16:36:11 +00:00
|
|
|
[[languages.en.menu.main]]
|
|
|
|
identifier = "projects"
|
2020-04-23 22:04:34 +00:00
|
|
|
name = "projects"
|
2019-10-19 16:36:11 +00:00
|
|
|
url = "/projects"
|
2021-02-21 22:05:37 +00:00
|
|
|
weight = 10
|
2019-09-29 22:07:25 +00:00
|
|
|
[[languages.en.menu.main]]
|
2021-11-08 19:24:04 +00:00
|
|
|
identifier = "source"
|
|
|
|
name = "source"
|
|
|
|
url = "/source"
|
2021-02-21 22:05:37 +00:00
|
|
|
weight = 20
|