From 3772642f653638b4ba19546e8152931190f969b7 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sat, 30 Jul 2022 23:50:20 +0200 Subject: [PATCH] change theme --- .gitmodules | 3 +++ config.toml | 2 +- themes/PaperMod | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) create mode 160000 themes/PaperMod diff --git a/.gitmodules b/.gitmodules index 5154615..55e7928 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "themes/ananke"] path = themes/ananke url = https://github.com/theNewDynamic/gohugo-theme-ananke.git +[submodule "themes/PaperMod"] + path = themes/PaperMod + url = https://github.com/adityatelange/hugo-PaperMod.git diff --git a/config.toml b/config.toml index fb24a6a..14eda0a 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ baseURL = "https://deblan.gitnet.page/pages-ci/" languageCode = "en-us" title = "My New Hugo Site" -theme = "ananke" +theme = "PaperMod" diff --git a/themes/PaperMod b/themes/PaperMod new file mode 160000 index 0000000..30a2cc7 --- /dev/null +++ b/themes/PaperMod @@ -0,0 +1 @@ +Subproject commit 30a2cc7a65e5cab93b7a3960be083a88996c1ecc