Merge branch 'peruna' into 'master'

Switch blog to new Peruna theme.

See merge request quad/hugo-blog!1
This commit is contained in:
Dominik V. Salonen 2018-09-03 11:58:05 +00:00
commit 40fe2c4cff
16 changed files with 80 additions and 57 deletions

6
.gitmodules vendored
View File

@ -1,3 +1,3 @@
[submodule "themes/casper-two"] [submodule "themes/peruna"]
path = themes/casper-two path = themes/peruna
url = https://github.com/eueung/hugo-casper-two.git url = git@git.quad.moe:quad/peruna.git

View File

@ -1,63 +1,56 @@
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]
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] [permalinks]
post = "/:slug/" posts = "/posts/:slug/"
[params]
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 = "/img/favicon.png"
favicon = "/img/favicon.png"
[[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]]
name = "RSS"
url = "/index.xml"
weight = 3
[[menu.main]]
name = "Source Code"
url = "/source"
weight = 4

View File

@ -2,6 +2,7 @@
title: "Lifenux" title: "Lifenux"
date: 2016-02-15T17:08:57+02:00 date: 2016-02-15T17:08:57+02:00
slug: "lifenux" slug: "lifenux"
aliases: ["/lifenux/"]
image: /img/post/lifenux/header.JPG image: /img/post/lifenux/header.JPG
--- ---

View File

@ -2,6 +2,7 @@
title: "Scaling openings.moe" title: "Scaling openings.moe"
date: 2016-03-18T17:08:57+02:00 date: 2016-03-18T17:08:57+02:00
slug: "scaling-openings-moe" slug: "scaling-openings-moe"
aliases: ["/scaling-openings-moe/"]
image: /content/images/2016/03/Blog-Header-1.png image: /content/images/2016/03/Blog-Header-1.png
--- ---

View File

@ -2,6 +2,7 @@
title: "Setting up a ruTorrent seedbox" title: "Setting up a ruTorrent seedbox"
date: 2016-10-14T17:04:24+02:00 date: 2016-10-14T17:04:24+02:00
slug: "setting-up-a-rutorrent-seedbox" slug: "setting-up-a-rutorrent-seedbox"
aliases: ["/setting-up-a-rutorrent-seedbox/"]
image: /content/images/2016/10/Screenshot-header-scaled.png image: /content/images/2016/10/Screenshot-header-scaled.png
--- ---

View File

@ -2,6 +2,7 @@
title: "Moving to Void Linux" title: "Moving to Void Linux"
date: 2018-01-31T17:00:43+02:00 date: 2018-01-31T17:00:43+02:00
slug: "moving-to-void-linux" slug: "moving-to-void-linux"
aliases: ["/moving-to-void-linux/"]
image: /content/images/2018/01/Void-Linux.png image: /content/images/2018/01/Void-Linux.png
--- ---

View File

@ -2,6 +2,7 @@
title: "Are fighting games hard?" title: "Are fighting games hard?"
date: 2018-02-20T16:49:31+02:00 date: 2018-02-20T16:49:31+02:00
slug: "are-fighting-games-hard" slug: "are-fighting-games-hard"
aliases: ["/are-fighting-games-hard/"]
image: /content/images/2018/02/akuma-heihachi-tk7-1920.jpg image: /content/images/2018/02/akuma-heihachi-tk7-1920.jpg
--- ---

View File

@ -2,6 +2,7 @@
title: "ReactOS is coming" title: "ReactOS is coming"
date: 2018-02-23T16:48:05+02:00 date: 2018-02-23T16:48:05+02:00
slug: "reactos-is-coming" slug: "reactos-is-coming"
aliases: ["/reactos-is-coming/"]
image: /content/images/2018/02/ReactOS.png image: /content/images/2018/02/ReactOS.png
--- ---

View File

@ -2,6 +2,7 @@
title: "Fork Awesome. Your possible Font Awesome replacement." title: "Fork Awesome. Your possible Font Awesome replacement."
date: 2018-03-15T16:45:31+02:00 date: 2018-03-15T16:45:31+02:00
slug: "fork-awesome-your-possible-font-awesome-replacement" slug: "fork-awesome-your-possible-font-awesome-replacement"
aliases: ["/fork-awesome-your-possible-font-awesome-replacement/"]
image: /content/images/2018/03/Screenshot_2018-03-15_22-15-53.png image: /content/images/2018/03/Screenshot_2018-03-15_22-15-53.png
--- ---

View File

@ -2,6 +2,7 @@
title: "My new ThinkPad, the T480" title: "My new ThinkPad, the T480"
date: 2018-05-02T16:30:28+02:00 date: 2018-05-02T16:30:28+02:00
slug: "my-new-thinkpad-the-t480" slug: "my-new-thinkpad-the-t480"
aliases: ["/my-new-thinkpad-the-t480/"]
image: /content/images/2018/05/IMG_20180502_172126.jpg image: /content/images/2018/05/IMG_20180502_172126.jpg
--- ---

View File

@ -2,6 +2,7 @@
title: "Moving from Ghost to Hugo" title: "Moving from Ghost to Hugo"
date: 2018-06-04T17:12:30+02:00 date: 2018-06-04T17:12:30+02:00
slug: "moving-from-ghost-to-hugo" slug: "moving-from-ghost-to-hugo"
aliases: ["/moving-from-ghost-to-hugo/"]
image: /img/post/hugo-move/header.png image: /img/post/hugo-move/header.png
--- ---

View File

@ -2,6 +2,7 @@
title: "Monthly Donation: MATE Desktop" title: "Monthly Donation: MATE Desktop"
date: 2018-09-01T23:48:04+02:00 date: 2018-09-01T23:48:04+02:00
slug: "monthly-donation-mate-desktop" slug: "monthly-donation-mate-desktop"
aliases: ["/monthly-donation-mate-desktop/"]
image: /content/images/2018/09/Mate-background.png image: /content/images/2018/09/Mate-background.png
--- ---

20
content/source.md Normal file
View File

@ -0,0 +1,20 @@
+++
title = "Source Code"
date = "2018-09-03"
+++
Welcome to my blog, I'm honoured that you're interested in checking out the source code for my little blog.
## Blog
The source code for the blog itself can be found: [Right here](https://git.quad.moe/quad/hugo-blog) on my Git server.
The blog is powered by [Hugo](https://gohugo.io/), so you'll need that in order to deploy it. Simply clone the repository and fetch submodules, then you can generate the blog in a jiffy.
## Theme
My theme is named [Peruna](https://git.quad.moe/quad/peruna), it's my personal fork of [Potato Dark](https://github.com/surajmandalcell/potato-dark). Since potato dark didn't quite fit my looks and also didn't seem to be actively maintained.
If this theme seems to fit your needs, please feel free to use or fork it to your heart's content.
And yes, Peruna is the Finnish word for Potato. No, I don't speak Finnish, even though my body contains quite a chunk of Finnish blood.

BIN
static/img/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

@ -1 +0,0 @@
Subproject commit b747d89e76635d9252089e93268b2209d85571db

1
themes/peruna Submodule

@ -0,0 +1 @@
Subproject commit 7828d3c7e47fae2bbc8d12d14fec6c83eada4970