From 80a8002f4e04968f60846bedbdb97b3000203a1d Mon Sep 17 00:00:00 2001 From: nemunaire Date: Tue, 25 Jul 2017 01:15:14 +0200 Subject: [PATCH] Use nemhugo theme instead of beautifulhugo --- .gitmodules | 3 +++ config.toml | 52 +++++++++++++++++++++++++++++++++++++++++++++++--- themes/nemhugo | 1 + 3 files changed, 53 insertions(+), 3 deletions(-) create mode 160000 themes/nemhugo diff --git a/.gitmodules b/.gitmodules index bf2b684..b5d36d6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "themes/beautifulhugo"] path = themes/beautifulhugo url = https://github.com/halogenica/beautifulhugo.git +[submodule "themes/nemhugo"] + path = themes/nemhugo + url = git://git.nemunai.re/nemhugo.git diff --git a/config.toml b/config.toml index 6d20fb4..df96e1e 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,51 @@ baseURL = "https://www.nemunai.re/" +DefaultContentLanguage = "en" languageCode = "en-us" -title = "Nemunaire" -theme = "beautifulhugo" -pygmentsuseclasses = true +title = "Nemunaire's blog" +theme = "nemhugo" +pygmentsUseClasses = true +pygmentCodeFences = true + +[Params] + rss = true + +[[Params.thumb]] + src = "https://cdn.nemunai.re/img/octotron.jpg" + desc = "Nemubot: a smart and modulable IM bot!" + link = "https://github.com/nemunaire/nemubot/" + +[[Params.thumb]] + src = "https://cdn.nemunai.re/img/qarnot.png" + desc = "My current company: Qarnot." + link = "https://www.qarnot.com/" + +[[Params.thumb]] + src = "https://you.p0m.fr/images/egrets" + desc = "YouP0m: daily cute pictures." + link = "https://you.p0m.fr/" + +[[Params.thumb]] + src = "https://cdn.nemunai.re/img/epita.png" + desc = "My school: Épita." + link = "http://epita.fr/" + +[Author] + name = "Pierre-Olivier Mercier" + email = "blog@nemunai.re" + github = "nemunaire" + linkedin = "pmercier1" + +[[menu.main]] + name = "Blog" + url = "" + weight = 1 + +[[menu.main]] + name = "Tags" + url = "tags" + weight = 2 + +[[menu.main]] + name = "About" + url = "about/" + weight = 3 diff --git a/themes/nemhugo b/themes/nemhugo new file mode 160000 index 0000000..69184f0 --- /dev/null +++ b/themes/nemhugo @@ -0,0 +1 @@ +Subproject commit 69184f088b16444d5294627449757e88cca1e18d