From c462ffa79e5ca680c86b6c32ec83c590c40d60b7 Mon Sep 17 00:00:00 2001 From: Ben Anderson <dataknut@icloud.com> Date: Tue, 13 Jul 2021 11:43:49 +0100 Subject: [PATCH] added jekyll config to set theme on github pages as the git.soton repo over-writes the setting on github --- _config.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 _config.yml diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..c419263 --- /dev/null +++ b/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-cayman \ No newline at end of file -- GitLab