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
|
|
|
|
showMenuItems = 2
|
|
|
|
# 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"
|
|
|
|
|
|
|
|
[languages]
|
|
|
|
[languages.en]
|
|
|
|
languageName = "English"
|
|
|
|
title = "thrrgilag.net"
|
|
|
|
subtitle = "software development and other random bits"
|
|
|
|
keywords = ""
|
|
|
|
copyright = "© 2019. All rights reserved."
|
|
|
|
menuMore = "Show more"
|
|
|
|
readMore = "Read more"
|
|
|
|
readOtherPosts = "Read other posts"
|
|
|
|
|
|
|
|
[languages.en.params.logo]
|
|
|
|
logoText = "Morgan McMillian"
|
|
|
|
logoHomeLink = "/"
|
|
|
|
|
|
|
|
[languages.en.menu]
|
|
|
|
[[languages.en.menu.main]]
|
|
|
|
identifier = "about"
|
|
|
|
name = "About"
|
|
|
|
url = "/about"
|
|
|
|
[[languages.en.menu.main]]
|
|
|
|
identifier = "contact"
|
|
|
|
name = "Contact"
|
|
|
|
url = "/contact"
|