2018-06-06 11:47:45 +00:00
|
|
|
baseURL = "https://blog.quad.moe/"
|
|
|
|
languageCode = "en-us"
|
2018-09-03 09:12:50 +00:00
|
|
|
Title = "Quad's blog"
|
|
|
|
theme = "peruna"
|
|
|
|
copyright = "© Dominik V. Salonen"
|
2018-06-06 11:47:45 +00:00
|
|
|
|
2018-09-03 11:49:11 +00:00
|
|
|
[permalinks]
|
|
|
|
posts = "/posts/:slug/"
|
|
|
|
|
2018-06-06 11:47:45 +00:00
|
|
|
[params]
|
2018-09-03 09:12:50 +00:00
|
|
|
paginate = 5
|
|
|
|
# Social accounts. Link to these accounts are displayed in the header and
|
|
|
|
# footer
|
|
|
|
twitter = "Kuwaddo"
|
|
|
|
facebook = ""
|
|
|
|
instagram = ""
|
|
|
|
googleplus = "" # https://plus.google.com/u/0/xxxxxx
|
|
|
|
github = ""
|
|
|
|
gitlab = ""
|
|
|
|
npm = ""
|
|
|
|
codepen = ""
|
|
|
|
dribbble = ""
|
|
|
|
fivehundredpx = "" # 500px
|
|
|
|
flickr = ""
|
|
|
|
pinterest = ""
|
|
|
|
tumblr = ""
|
|
|
|
vimeo = ""
|
|
|
|
youtube = ""
|
|
|
|
linkedin = ""
|
|
|
|
# Disqus shortname
|
|
|
|
disqus = ""
|
|
|
|
# Google Analytics API key.
|
|
|
|
ga_api_key = ""
|
|
|
|
# Logo image. This is displayed ogp image.
|
2018-09-03 09:16:06 +00:00
|
|
|
logo = "/img/favicon.png"
|
2018-09-03 14:55:12 +00:00
|
|
|
# Separate logo for use as icon on site.
|
|
|
|
headerlogo = "/img/logo-invert.png"
|
2018-09-03 14:56:23 +00:00
|
|
|
subtitle = "I'd write about life, but I don't have one."
|
2018-09-03 09:16:06 +00:00
|
|
|
favicon = "/img/favicon.png"
|
2018-06-06 11:47:45 +00:00
|
|
|
|
|
|
|
[[menu.main]]
|
2018-09-03 09:12:50 +00:00
|
|
|
name = "Blog"
|
|
|
|
url = "/"
|
|
|
|
weight = 1
|
2018-06-06 11:47:45 +00:00
|
|
|
|
|
|
|
[[menu.main]]
|
2018-09-03 09:12:50 +00:00
|
|
|
name = "Website"
|
|
|
|
url = "https://quad.moe/"
|
|
|
|
weight = 2
|
2018-06-06 11:47:45 +00:00
|
|
|
|
|
|
|
[[menu.main]]
|
2018-09-03 10:58:57 +00:00
|
|
|
name = "RSS"
|
|
|
|
url = "/index.xml"
|
2018-09-03 09:12:50 +00:00
|
|
|
weight = 3
|
2018-09-03 10:58:57 +00:00
|
|
|
|
|
|
|
[[menu.main]]
|
|
|
|
name = "Source Code"
|
|
|
|
url = "/source"
|
|
|
|
weight = 4
|