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:
Dominik V. Salonen 2018-09-03 11:12:50 +02:00
parent ebee1fb37c
commit 30d94494a3
11 changed files with 38 additions and 53 deletions

View File

@ -1,63 +1,48 @@
baseURL = "https://blog.quad.moe/" baseURL = "https://blog.quad.moe/"
languageCode = "en-us" languageCode = "en-us"
title = "Quad's blog" Title = "Quad's blog"
theme = "casper-two" theme = "peruna"
copyright = "© Dominik V. Salonen"
disqusShortname = ""
paginate = 6
#SectionPagesMenu = "main"
canonifyurls = true
[params] [params]
title = "Quad's blog" paginate = 5
subtitle = "I'd write about life, but I don't have one." # Social accounts. Link to these accounts are displayed in the header and
copyright = "© 2018" # footer
twitter = "Kuwaddo"
cover = "/content/images/2016/02/Ghost-front-final.jpg" facebook = ""
description = "Here is a description of your site." instagram = ""
#metaDescription = "" googleplus = "" # https://plus.google.com/u/0/xxxxxx
#googleAnalytics = "" github = ""
customCSS = ["css/custom.css"] gitlab = ""
RSSLink = "" npm = ""
codepen = ""
twitterName = "Kuwaddo" dribbble = ""
#fbName = "fakeghost" fivehundredpx = "" # 500px
#githubName = "eueung" flickr = ""
#linkedinName = "eueung" pinterest = ""
#mediumName = "" tumblr = ""
vimeo = ""
logo = "/img/logo-invert.png" youtube = ""
orgName = "Quad" linkedin = ""
orgWebsite = "https://quad.moe" # Disqus shortname
orgDescription = "Here is a description placeholder for your org" disqus = ""
# Google Analytics API key.
showSupport = true ga_api_key = ""
# Logo image. This is displayed ogp image.
author = "Quad" logo = "/path/to/logo"
authorAvatar = "img/avi.png" favicon = "/path/to/favicon"
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]] [[menu.main]]
name = "Home" name = "Blog"
url = "/" url = "/"
weight = 200 weight = 1
[[menu.main]]
name = "Fediverse"
url = "https://weeaboo.space/users/quad"
weight = 99
[[menu.main]] [[menu.main]]
name = "Website" name = "Website"
url = "https://quad.moe/" url = "https://quad.moe/"
weight = 95 weight = 2
[[menu.main]]
identifier = "theme"
name = "Theme"
weight = 3