diff --git a/.gitmodules b/.gitmodules index 8a888c7..be360b2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "themes/casper-two"] - path = themes/casper-two - url = https://github.com/eueung/hugo-casper-two.git +[submodule "themes/peruna"] + path = themes/peruna + url = git@git.quad.moe:quad/peruna.git diff --git a/config.toml b/config.toml index 030d503..09eb9e6 100644 --- a/config.toml +++ b/config.toml @@ -1,63 +1,56 @@ 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" +Title = "Quad's blog" +theme = "peruna" +copyright = "© Dominik V. Salonen" [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]] - name = "Home" - url = "/" - weight = 200 + name = "Blog" + url = "/" + weight = 1 [[menu.main]] - name = "Fediverse" - url = "https://weeaboo.space/users/quad" - weight = 99 + name = "Website" + url = "https://quad.moe/" + weight = 2 [[menu.main]] - name = "Website" - url = "https://quad.moe/" - weight = 95 + name = "RSS" + url = "/index.xml" + weight = 3 + +[[menu.main]] + name = "Source Code" + url = "/source" + weight = 4 diff --git a/content/post/2016-02-05-lifenux.md b/content/posts/2016-02-05-lifenux.md similarity index 99% rename from content/post/2016-02-05-lifenux.md rename to content/posts/2016-02-05-lifenux.md index 45c5073..6c9f11d 100644 --- a/content/post/2016-02-05-lifenux.md +++ b/content/posts/2016-02-05-lifenux.md @@ -2,6 +2,7 @@ title: "Lifenux" date: 2016-02-15T17:08:57+02:00 slug: "lifenux" +aliases: ["/lifenux/"] image: /img/post/lifenux/header.JPG --- diff --git a/content/post/2016-03-18-scaling-openings-moe.md b/content/posts/2016-03-18-scaling-openings-moe.md similarity index 99% rename from content/post/2016-03-18-scaling-openings-moe.md rename to content/posts/2016-03-18-scaling-openings-moe.md index 13dfee9..482d8da 100644 --- a/content/post/2016-03-18-scaling-openings-moe.md +++ b/content/posts/2016-03-18-scaling-openings-moe.md @@ -2,6 +2,7 @@ title: "Scaling openings.moe" date: 2016-03-18T17:08:57+02:00 slug: "scaling-openings-moe" +aliases: ["/scaling-openings-moe/"] image: /content/images/2016/03/Blog-Header-1.png --- diff --git a/content/post/2016-10-14-seedbox.md b/content/posts/2016-10-14-seedbox.md similarity index 99% rename from content/post/2016-10-14-seedbox.md rename to content/posts/2016-10-14-seedbox.md index 00bff3e..13beb66 100644 --- a/content/post/2016-10-14-seedbox.md +++ b/content/posts/2016-10-14-seedbox.md @@ -2,6 +2,7 @@ title: "Setting up a ruTorrent seedbox" date: 2016-10-14T17:04:24+02:00 slug: "setting-up-a-rutorrent-seedbox" +aliases: ["/setting-up-a-rutorrent-seedbox/"] image: /content/images/2016/10/Screenshot-header-scaled.png --- diff --git a/content/post/2018-01-31-voidlinux-move.md b/content/posts/2018-01-31-voidlinux-move.md similarity index 99% rename from content/post/2018-01-31-voidlinux-move.md rename to content/posts/2018-01-31-voidlinux-move.md index 6cce234..0384d63 100644 --- a/content/post/2018-01-31-voidlinux-move.md +++ b/content/posts/2018-01-31-voidlinux-move.md @@ -2,6 +2,7 @@ title: "Moving to Void Linux" date: 2018-01-31T17:00:43+02:00 slug: "moving-to-void-linux" +aliases: ["/moving-to-void-linux/"] image: /content/images/2018/01/Void-Linux.png --- diff --git a/content/post/2018-02-20-fighting-games.md b/content/posts/2018-02-20-fighting-games.md similarity index 99% rename from content/post/2018-02-20-fighting-games.md rename to content/posts/2018-02-20-fighting-games.md index d435114..8a3801d 100644 --- a/content/post/2018-02-20-fighting-games.md +++ b/content/posts/2018-02-20-fighting-games.md @@ -2,6 +2,7 @@ title: "Are fighting games hard?" date: 2018-02-20T16:49:31+02:00 slug: "are-fighting-games-hard" +aliases: ["/are-fighting-games-hard/"] image: /content/images/2018/02/akuma-heihachi-tk7-1920.jpg --- diff --git a/content/post/2018-02-23-reactos.md b/content/posts/2018-02-23-reactos.md similarity index 99% rename from content/post/2018-02-23-reactos.md rename to content/posts/2018-02-23-reactos.md index 69371b7..d5d7415 100644 --- a/content/post/2018-02-23-reactos.md +++ b/content/posts/2018-02-23-reactos.md @@ -2,6 +2,7 @@ title: "ReactOS is coming" date: 2018-02-23T16:48:05+02:00 slug: "reactos-is-coming" +aliases: ["/reactos-is-coming/"] image: /content/images/2018/02/ReactOS.png --- diff --git a/content/post/2018-03-15-fork-awesome.md b/content/posts/2018-03-15-fork-awesome.md similarity index 97% rename from content/post/2018-03-15-fork-awesome.md rename to content/posts/2018-03-15-fork-awesome.md index d9c6ebc..3a4bf56 100644 --- a/content/post/2018-03-15-fork-awesome.md +++ b/content/posts/2018-03-15-fork-awesome.md @@ -2,6 +2,7 @@ title: "Fork Awesome. Your possible Font Awesome replacement." date: 2018-03-15T16:45:31+02:00 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 --- diff --git a/content/post/2018-05-02-t480.md b/content/posts/2018-05-02-t480.md similarity index 99% rename from content/post/2018-05-02-t480.md rename to content/posts/2018-05-02-t480.md index 627748c..c38f34c 100644 --- a/content/post/2018-05-02-t480.md +++ b/content/posts/2018-05-02-t480.md @@ -2,6 +2,7 @@ title: "My new ThinkPad, the T480" date: 2018-05-02T16:30:28+02:00 slug: "my-new-thinkpad-the-t480" +aliases: ["/my-new-thinkpad-the-t480/"] image: /content/images/2018/05/IMG_20180502_172126.jpg --- diff --git a/content/post/2018-06-04-hugo-move.md b/content/posts/2018-06-04-hugo-move.md similarity index 97% rename from content/post/2018-06-04-hugo-move.md rename to content/posts/2018-06-04-hugo-move.md index 129c8da..32fbe14 100644 --- a/content/post/2018-06-04-hugo-move.md +++ b/content/posts/2018-06-04-hugo-move.md @@ -2,6 +2,7 @@ title: "Moving from Ghost to Hugo" date: 2018-06-04T17:12:30+02:00 slug: "moving-from-ghost-to-hugo" +aliases: ["/moving-from-ghost-to-hugo/"] image: /img/post/hugo-move/header.png --- diff --git a/content/post/2018-09-01-mate-donation.md b/content/posts/2018-09-01-mate-donation.md similarity index 98% rename from content/post/2018-09-01-mate-donation.md rename to content/posts/2018-09-01-mate-donation.md index d0d0009..4ea1e8e 100644 --- a/content/post/2018-09-01-mate-donation.md +++ b/content/posts/2018-09-01-mate-donation.md @@ -2,6 +2,7 @@ title: "Monthly Donation: MATE Desktop" date: 2018-09-01T23:48:04+02:00 slug: "monthly-donation-mate-desktop" +aliases: ["/monthly-donation-mate-desktop/"] image: /content/images/2018/09/Mate-background.png --- diff --git a/content/source.md b/content/source.md new file mode 100644 index 0000000..b9a1547 --- /dev/null +++ b/content/source.md @@ -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. diff --git a/static/img/favicon.png b/static/img/favicon.png new file mode 100644 index 0000000..2b882a5 Binary files /dev/null and b/static/img/favicon.png differ diff --git a/themes/casper-two b/themes/casper-two deleted file mode 160000 index b747d89..0000000 --- a/themes/casper-two +++ /dev/null @@ -1 +0,0 @@ -Subproject commit b747d89e76635d9252089e93268b2209d85571db diff --git a/themes/peruna b/themes/peruna new file mode 160000 index 0000000..7828d3c --- /dev/null +++ b/themes/peruna @@ -0,0 +1 @@ +Subproject commit 7828d3c7e47fae2bbc8d12d14fec6c83eada4970