mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-01-31 07:58:02 +00:00
46 lines
1.2 KiB
TOML
46 lines
1.2 KiB
TOML
|
baseurl = "https://foo-dogsquared.github.io/"
|
||
|
languageCode = "en-us"
|
||
|
theme = "terminal"
|
||
|
paginate = 5
|
||
|
summaryLength = 15
|
||
|
|
||
|
[params]
|
||
|
# dir name of your blog content (default is `content/posts`)
|
||
|
contentTypeName = "posts"
|
||
|
# ["orange", "blue", "red", "green", "pink"]
|
||
|
themeColor = "orange"
|
||
|
# if you set this to 0, only submenu trigger will be visible
|
||
|
showMenuItems = 2
|
||
|
# 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"
|
||
|
|
||
|
[languages]
|
||
|
[languages.en]
|
||
|
title = "A Hack's Code"
|
||
|
subtitle = "A blog of a hack."
|
||
|
keywords = "hack, code, foo-dogsquared, Gabriel Arazas"
|
||
|
copyright = "2019 © Gabriel Arazas"
|
||
|
menuMore = "Show more"
|
||
|
readMore = "Read more"
|
||
|
readOtherPosts = "Read my other posts"
|
||
|
|
||
|
[languages.en.params.logo]
|
||
|
logoText = "A Hack's Code"
|
||
|
logoHomeLink = "/"
|
||
|
|
||
|
[languages.en.menu]
|
||
|
|
||
|
[[languages.en.menu.main]]
|
||
|
identifier = "site"
|
||
|
name = "Site"
|
||
|
url = "https://foo-dogsquared.github.io"
|
||
|
|
||
|
[[languages.en.menu.main]]
|
||
|
identifier = "about"
|
||
|
name = "About"
|
||
|
url = "/about"
|