From f0e7363a1fcce0a0ef7e6f92f51f5042f55870b4 Mon Sep 17 00:00:00 2001 From: Nicolas MASSE Date: Wed, 18 Nov 2020 14:54:26 +0100 Subject: [PATCH] switch to the "diary" theme --- .gitmodules | 4 ++++ config.toml | 2 +- themes/diary | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) create mode 160000 themes/diary diff --git a/.gitmodules b/.gitmodules index b765757..313a066 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,3 +2,7 @@ path = themes/cocoa url = https://github.com/nmasse-itix/cocoa-hugo-theme.git branch = nmasse-itix +[submodule "themes/diary"] + path = themes/diary + url = https://github.com/nmasse-itix/hugo-theme-diary.git + branch = www.itix.fr diff --git a/config.toml b/config.toml index e299d85..92b661c 100644 --- a/config.toml +++ b/config.toml @@ -2,7 +2,7 @@ baseURL = "https://www.itix.fr/" languageCode = "en-us" title = "Nicolas Massé" author = "Nicolas Massé" -theme = "cocoa" +theme = "diary" pygmentsUseClasses = true pygmentsCodefences = true enableRobotsTXT = true diff --git a/themes/diary b/themes/diary new file mode 160000 index 0000000..f612ddd --- /dev/null +++ b/themes/diary @@ -0,0 +1 @@ +Subproject commit f612ddd985c218bf056db32412477acf65f63d6b