From 7a921ba586ab10570c1045ca21a3a79c704c431f Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Sat, 4 May 2024 16:32:20 +0200 Subject: Add themes/www-theme submodule --- .gitmodules | 3 +++ config.toml | 2 +- themes/www-theme | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .gitmodules create mode 160000 themes/www-theme diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..d80b44d --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/www-theme"] + path = themes/www-theme + url = git@git.rgdd.se:www-theme diff --git a/config.toml b/config.toml index d938e94..4257cd3 100644 --- a/config.toml +++ b/config.toml @@ -1,6 +1,6 @@ title = "rgdd.se" baseURL = "https://www.rgdd.se" -theme = "researcher" +theme = "www-theme" disableKinds = ["taxonomy", "term"] enableEmoji = true diff --git a/themes/www-theme b/themes/www-theme new file mode 160000 index 0000000..a540db0 --- /dev/null +++ b/themes/www-theme @@ -0,0 +1 @@ +Subproject commit a540db08b8049b367f93a423983a3cee7f8bd052 -- cgit v1.2.3