diff options
author | Rasmus Dahlberg <rasmus@rgdd.se> | 2024-05-04 16:32:20 +0200 |
---|---|---|
committer | Rasmus Dahlberg <rasmus@rgdd.se> | 2024-05-04 16:32:20 +0200 |
commit | 7a921ba586ab10570c1045ca21a3a79c704c431f (patch) | |
tree | a6e70ad628c77bc63afb945f28658342b88c0aa8 | |
parent | d464aaa89875137e2a863ca436dbecbd7ce7d63d (diff) |
Add themes/www-theme submodule
-rw-r--r-- | .gitmodules | 3 | ||||
-rw-r--r-- | config.toml | 2 | ||||
m--------- | themes/www-theme | 0 |
3 files changed, 4 insertions, 1 deletions
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 +Subproject a540db08b8049b367f93a423983a3cee7f8bd05 |