From ebee1fb37cef64d2f13a8514dc04960fdfbcc766 Mon Sep 17 00:00:00 2001 From: "Dominik V. Salonen" Date: Mon, 3 Sep 2018 10:18:48 +0200 Subject: [PATCH 1/9] Add new theme as submodule --- .gitmodules | 3 +++ themes/peruna | 1 + 2 files changed, 4 insertions(+) create mode 160000 themes/peruna diff --git a/.gitmodules b/.gitmodules index 8a888c7..13b5aa5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [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/themes/peruna b/themes/peruna new file mode 160000 index 0000000..7120a6e --- /dev/null +++ b/themes/peruna @@ -0,0 +1 @@ +Subproject commit 7120a6eb370d4044118be63d1275cebc1e2b3508 From 30d94494a37708a8565c64c323e3165299193df2 Mon Sep 17 00:00:00 2001 From: "Dominik V. Salonen" Date: Mon, 3 Sep 2018 11:12:50 +0200 Subject: [PATCH 2/9] 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 --- config.toml | 91 ++++++++----------- content/{post => posts}/2016-02-05-lifenux.md | 0 .../2016-03-18-scaling-openings-moe.md | 0 content/{post => posts}/2016-10-14-seedbox.md | 0 .../2018-01-31-voidlinux-move.md | 0 .../2018-02-20-fighting-games.md | 0 content/{post => posts}/2018-02-23-reactos.md | 0 .../2018-03-15-fork-awesome.md | 0 content/{post => posts}/2018-05-02-t480.md | 0 .../{post => posts}/2018-06-04-hugo-move.md | 0 .../2018-09-01-mate-donation.md | 0 11 files changed, 38 insertions(+), 53 deletions(-) rename content/{post => posts}/2016-02-05-lifenux.md (100%) rename content/{post => posts}/2016-03-18-scaling-openings-moe.md (100%) rename content/{post => posts}/2016-10-14-seedbox.md (100%) rename content/{post => posts}/2018-01-31-voidlinux-move.md (100%) rename content/{post => posts}/2018-02-20-fighting-games.md (100%) rename content/{post => posts}/2018-02-23-reactos.md (100%) rename content/{post => posts}/2018-03-15-fork-awesome.md (100%) rename content/{post => posts}/2018-05-02-t480.md (100%) rename content/{post => posts}/2018-06-04-hugo-move.md (100%) rename content/{post => posts}/2018-09-01-mate-donation.md (100%) diff --git a/config.toml b/config.toml index 030d503..8aa99f7 100644 --- a/config.toml +++ b/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" - 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 + identifier = "theme" + name = "Theme" + weight = 3 diff --git a/content/post/2016-02-05-lifenux.md b/content/posts/2016-02-05-lifenux.md similarity index 100% rename from content/post/2016-02-05-lifenux.md rename to content/posts/2016-02-05-lifenux.md diff --git a/content/post/2016-03-18-scaling-openings-moe.md b/content/posts/2016-03-18-scaling-openings-moe.md similarity index 100% rename from content/post/2016-03-18-scaling-openings-moe.md rename to content/posts/2016-03-18-scaling-openings-moe.md diff --git a/content/post/2016-10-14-seedbox.md b/content/posts/2016-10-14-seedbox.md similarity index 100% rename from content/post/2016-10-14-seedbox.md rename to content/posts/2016-10-14-seedbox.md diff --git a/content/post/2018-01-31-voidlinux-move.md b/content/posts/2018-01-31-voidlinux-move.md similarity index 100% rename from content/post/2018-01-31-voidlinux-move.md rename to content/posts/2018-01-31-voidlinux-move.md diff --git a/content/post/2018-02-20-fighting-games.md b/content/posts/2018-02-20-fighting-games.md similarity index 100% rename from content/post/2018-02-20-fighting-games.md rename to content/posts/2018-02-20-fighting-games.md diff --git a/content/post/2018-02-23-reactos.md b/content/posts/2018-02-23-reactos.md similarity index 100% rename from content/post/2018-02-23-reactos.md rename to content/posts/2018-02-23-reactos.md diff --git a/content/post/2018-03-15-fork-awesome.md b/content/posts/2018-03-15-fork-awesome.md similarity index 100% rename from content/post/2018-03-15-fork-awesome.md rename to content/posts/2018-03-15-fork-awesome.md diff --git a/content/post/2018-05-02-t480.md b/content/posts/2018-05-02-t480.md similarity index 100% rename from content/post/2018-05-02-t480.md rename to content/posts/2018-05-02-t480.md diff --git a/content/post/2018-06-04-hugo-move.md b/content/posts/2018-06-04-hugo-move.md similarity index 100% rename from content/post/2018-06-04-hugo-move.md rename to content/posts/2018-06-04-hugo-move.md diff --git a/content/post/2018-09-01-mate-donation.md b/content/posts/2018-09-01-mate-donation.md similarity index 100% rename from content/post/2018-09-01-mate-donation.md rename to content/posts/2018-09-01-mate-donation.md From f691e2fb68762d00c9d08e31416149928c5473da Mon Sep 17 00:00:00 2001 From: "Dominik V. Salonen" Date: Mon, 3 Sep 2018 11:16:06 +0200 Subject: [PATCH 3/9] Add favicon --- config.toml | 4 ++-- static/img/favicon.png | Bin 0 -> 8508 bytes 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 static/img/favicon.png diff --git a/config.toml b/config.toml index 8aa99f7..416c903 100644 --- a/config.toml +++ b/config.toml @@ -29,8 +29,8 @@ copyright = "© Dominik V. Salonen" # Google Analytics API key. ga_api_key = "" # Logo image. This is displayed ogp image. - logo = "/path/to/logo" - favicon = "/path/to/favicon" + logo = "/img/favicon.png" + favicon = "/img/favicon.png" [[menu.main]] name = "Blog" diff --git a/static/img/favicon.png b/static/img/favicon.png new file mode 100644 index 0000000000000000000000000000000000000000..2b882a5f916a4a99e6020c51471b6b3714da38f8 GIT binary patch literal 8508 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 literal 0 HcmV?d00001 From d61aa6c4b01258683060106d6bd5c2cb4b7514d4 Mon Sep 17 00:00:00 2001 From: "Dominik V. Salonen" Date: Mon, 3 Sep 2018 12:26:53 +0200 Subject: [PATCH 4/9] Update peruna theme --- themes/peruna | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/peruna b/themes/peruna index 7120a6e..2edd1fc 160000 --- a/themes/peruna +++ b/themes/peruna @@ -1 +1 @@ -Subproject commit 7120a6eb370d4044118be63d1275cebc1e2b3508 +Subproject commit 2edd1fcfa700d6836fed48b6b90ac41177c9d055 From 3d2237c6aeeb2ab899d0a015a2b3fa54bcccc877 Mon Sep 17 00:00:00 2001 From: "Dominik V. Salonen" Date: Mon, 3 Sep 2018 12:41:39 +0200 Subject: [PATCH 5/9] Update peruna again --- themes/peruna | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/peruna b/themes/peruna index 2edd1fc..8139bd8 160000 --- a/themes/peruna +++ b/themes/peruna @@ -1 +1 @@ -Subproject commit 2edd1fcfa700d6836fed48b6b90ac41177c9d055 +Subproject commit 8139bd89e74c376840d58f5a735512f60a46f079 From a143dfa6d64931925c6b01826e77dc5453b334d9 Mon Sep 17 00:00:00 2001 From: "Dominik V. Salonen" Date: Mon, 3 Sep 2018 12:58:57 +0200 Subject: [PATCH 6/9] Add pages + Update Peruna --- config.toml | 9 +++++++-- content/source.md | 20 ++++++++++++++++++++ themes/peruna | 2 +- 3 files changed, 28 insertions(+), 3 deletions(-) create mode 100644 content/source.md diff --git a/config.toml b/config.toml index 416c903..377d402 100644 --- a/config.toml +++ b/config.toml @@ -43,6 +43,11 @@ copyright = "© Dominik V. Salonen" weight = 2 [[menu.main]] - identifier = "theme" - name = "Theme" + name = "RSS" + url = "/index.xml" weight = 3 + +[[menu.main]] + name = "Source Code" + url = "/source" + weight = 4 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/themes/peruna b/themes/peruna index 8139bd8..7828d3c 160000 --- a/themes/peruna +++ b/themes/peruna @@ -1 +1 @@ -Subproject commit 8139bd89e74c376840d58f5a735512f60a46f079 +Subproject commit 7828d3c7e47fae2bbc8d12d14fec6c83eada4970 From 47ca054927e3b06ed912ebddbbab24a5e90884aa Mon Sep 17 00:00:00 2001 From: "Dominik V. Salonen" Date: Mon, 3 Sep 2018 13:02:08 +0200 Subject: [PATCH 7/9] Remove Casper theme No longer needed. Peruna is now quite usable --- .gitmodules | 3 --- themes/casper-two | 1 - 2 files changed, 4 deletions(-) delete mode 160000 themes/casper-two diff --git a/.gitmodules b/.gitmodules index 13b5aa5..be360b2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +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/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 From 3502f9a26260b81ce593966e09749ccab277ce2a Mon Sep 17 00:00:00 2001 From: "Dominik V. Salonen" Date: Mon, 3 Sep 2018 13:49:11 +0200 Subject: [PATCH 8/9] Define permalinks --- config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.toml b/config.toml index 377d402..09eb9e6 100644 --- a/config.toml +++ b/config.toml @@ -4,6 +4,9 @@ Title = "Quad's blog" theme = "peruna" copyright = "© Dominik V. Salonen" +[permalinks] + posts = "/posts/:slug/" + [params] paginate = 5 # Social accounts. Link to these accounts are displayed in the header and From 1a73dc199e871c482f1de10179ac4675a912828a Mon Sep 17 00:00:00 2001 From: "Dominik V. Salonen" Date: Mon, 3 Sep 2018 11:52:54 +0000 Subject: [PATCH 9/9] Add aliases (That hopefully work) --- content/posts/2016-02-05-lifenux.md | 1 + content/posts/2016-03-18-scaling-openings-moe.md | 1 + content/posts/2016-10-14-seedbox.md | 1 + content/posts/2018-01-31-voidlinux-move.md | 1 + content/posts/2018-02-20-fighting-games.md | 1 + content/posts/2018-02-23-reactos.md | 1 + content/posts/2018-03-15-fork-awesome.md | 1 + content/posts/2018-05-02-t480.md | 1 + content/posts/2018-06-04-hugo-move.md | 1 + content/posts/2018-09-01-mate-donation.md | 1 + 10 files changed, 10 insertions(+) diff --git a/content/posts/2016-02-05-lifenux.md b/content/posts/2016-02-05-lifenux.md index 45c5073..6c9f11d 100644 --- a/content/posts/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/posts/2016-03-18-scaling-openings-moe.md b/content/posts/2016-03-18-scaling-openings-moe.md index 13dfee9..482d8da 100644 --- a/content/posts/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/posts/2016-10-14-seedbox.md b/content/posts/2016-10-14-seedbox.md index 00bff3e..13beb66 100644 --- a/content/posts/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/posts/2018-01-31-voidlinux-move.md b/content/posts/2018-01-31-voidlinux-move.md index 6cce234..0384d63 100644 --- a/content/posts/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/posts/2018-02-20-fighting-games.md b/content/posts/2018-02-20-fighting-games.md index d435114..8a3801d 100644 --- a/content/posts/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/posts/2018-02-23-reactos.md b/content/posts/2018-02-23-reactos.md index 69371b7..d5d7415 100644 --- a/content/posts/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/posts/2018-03-15-fork-awesome.md b/content/posts/2018-03-15-fork-awesome.md index d9c6ebc..3a4bf56 100644 --- a/content/posts/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/posts/2018-05-02-t480.md b/content/posts/2018-05-02-t480.md index 627748c..c38f34c 100644 --- a/content/posts/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/posts/2018-06-04-hugo-move.md b/content/posts/2018-06-04-hugo-move.md index 129c8da..32fbe14 100644 --- a/content/posts/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/posts/2018-09-01-mate-donation.md b/content/posts/2018-09-01-mate-donation.md index d0d0009..4ea1e8e 100644 --- a/content/posts/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 ---