Initial port done
We have a functional site. Now I need to fix the theme up a bit so it supports all the things I want
This commit is contained in:
parent
ebee1fb37c
commit
30d94494a3
89
config.toml
89
config.toml
|
@ -1,63 +1,48 @@
|
|||
baseURL = "https://blog.quad.moe/"
|
||||
languageCode = "en-us"
|
||||
title = "Quad's blog"
|
||||
theme = "casper-two"
|
||||
|
||||
disqusShortname = ""
|
||||
paginate = 6
|
||||
#SectionPagesMenu = "main"
|
||||
canonifyurls = true
|
||||
Title = "Quad's blog"
|
||||
theme = "peruna"
|
||||
copyright = "© Dominik V. Salonen"
|
||||
|
||||
[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/"
|
||||
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.
|
||||
logo = "/path/to/logo"
|
||||
favicon = "/path/to/favicon"
|
||||
|
||||
[[menu.main]]
|
||||
name = "Home"
|
||||
name = "Blog"
|
||||
url = "/"
|
||||
weight = 200
|
||||
|
||||
[[menu.main]]
|
||||
name = "Fediverse"
|
||||
url = "https://weeaboo.space/users/quad"
|
||||
weight = 99
|
||||
weight = 1
|
||||
|
||||
[[menu.main]]
|
||||
name = "Website"
|
||||
url = "https://quad.moe/"
|
||||
weight = 95
|
||||
weight = 2
|
||||
|
||||
[[menu.main]]
|
||||
identifier = "theme"
|
||||
name = "Theme"
|
||||
weight = 3
|
||||
|
|
Loading…
Reference in New Issue