hugo-blog/config.toml

64 lines
1.5 KiB
TOML

baseURL = "https://blog.quad.moe/"
languageCode = "en-us"
title = "Quad's blog"
theme = "casper-two"
disqusShortname = ""
paginate = 6
#SectionPagesMenu = "main"
canonifyurls = true
[params]
title = "Quad's blog"
subtitle = "I'd write about life, but I don't have one."
copyright = "© 2018"
cover = "/content/images/2016/02/Ghost-front-final.jpg"
description = "Here is a description of your site."
#metaDescription = ""
#googleAnalytics = ""
customCSS = ["css/custom.css"]
RSSLink = ""
twitterName = "Kuwaddo"
#fbName = "fakeghost"
#githubName = "eueung"
#linkedinName = "eueung"
#mediumName = ""
logo = "/img/logo-invert.png"
orgName = "Quad"
orgWebsite = "https://quad.moe"
orgDescription = "Here is a description placeholder for your org"
showSupport = true
author = "Quad"
authorAvatar = "img/avi.png"
authorLocation = "Norway"
authorWebsite = "https://quad.moe"
authorDescription = "A legendary chimera created by combining weeaboos, nerds and humans. Said to be very aggressive towards anyone who praises Microsoft Windows. It is also oddly fascinated by blinking lights and beeps."
pageNotFoundTitle = "404 - Page not found"
#casper or caspertwo
singleViewStyle = "casper"
[permalinks]
post = "/:slug/"
[[menu.main]]
name = "Home"
url = "/"
weight = 200
[[menu.main]]
name = "Fediverse"
url = "https://weeaboo.space/users/quad"
weight = 99
[[menu.main]]
name = "Website"
url = "https://quad.moe/"
weight = 95