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