Morgan McMillian
ee00a9393a
Cleaned up my summary bio, removing the bad spelling, and updated the social link to point directly to my mastodon account.
67 lines
1.7 KiB
TOML
67 lines
1.7 KiB
TOML
baseurl = "/"
|
|
languageCode = "en-us"
|
|
theme = "terminal"
|
|
paginate = 5
|
|
|
|
[params]
|
|
# 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
|
|
showMenuItems = 7
|
|
# 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"
|
|
|
|
[markup]
|
|
[markup.goldmark]
|
|
[markup.goldmark.renderer]
|
|
unsafe = true
|
|
|
|
[languages]
|
|
[languages.en]
|
|
languageName = "English"
|
|
title = "thrrgilag.net"
|
|
subtitle = "software development and other random bits"
|
|
keywords = ""
|
|
copyright = "Site content <a href='https://creativecommons.org/licenses/by-sa/4.0/'>CC-BY-SA 4.0</a>"
|
|
menuMore = "Show more"
|
|
readMore = "Read more"
|
|
readOtherPosts = "Read other posts"
|
|
|
|
[languages.en.params.logo]
|
|
logoText = "thrrgilag"
|
|
logoHomeLink = "/"
|
|
|
|
[languages.en.menu]
|
|
[[languages.en.menu.main]]
|
|
identifier = "contact"
|
|
name = "contact"
|
|
url = "/contact"
|
|
weight = 1
|
|
[[languages.en.menu.main]]
|
|
identifier = "chat"
|
|
name = "chat"
|
|
url = "/chat"
|
|
weight = 5
|
|
[[languages.en.menu.main]]
|
|
identifier = "social"
|
|
name = "social"
|
|
url = "https://fosstodon.org/@thrrgilag"
|
|
weight = 5
|
|
[[languages.en.menu.main]]
|
|
identifier = "projects"
|
|
name = "projects"
|
|
url = "/projects"
|
|
weight = 10
|
|
[[languages.en.menu.main]]
|
|
identifier = "source"
|
|
name = "source"
|
|
url = "/source"
|
|
weight = 20
|