From 86b2a948368f6f2196e617e3048f33083e611131 Mon Sep 17 00:00:00 2001 From: Simon Li Date: Wed, 3 Jul 2024 18:04:32 +0100 Subject: [PATCH] Use blist-satre theme in git subtree --- hugo.toml | 4 ++-- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hugo.toml b/hugo.toml index 1f87904..46ad564 100644 --- a/hugo.toml +++ b/hugo.toml @@ -2,8 +2,8 @@ baseurl = "https://blist.vercel.app" metaDataFormat = "yaml" title = "Standard Architecture for Trusted Research Environments" -# https://github.com/apvarun/blist-hugo-theme -theme = "blist" +# Modified version of https://github.com/apvarun/blist-hugo-theme/tree/25febab1a29af2f5e445e92e41715ff632133519 +theme = "blist-satre" DefaultContentLanguage = "en" DefaultContentLanguageInSubdir = true diff --git a/package-lock.json b/package-lock.json index 8fcbea9..c0613ce 120000 --- a/package-lock.json +++ b/package-lock.json @@ -1 +1 @@ -themes/blist/package-lock.json \ No newline at end of file +themes/blist-satre/package-lock.json \ No newline at end of file diff --git a/package.json b/package.json index 91b30fa..c5fab6e 120000 --- a/package.json +++ b/package.json @@ -1 +1 @@ -themes/blist/package.json \ No newline at end of file +themes/blist-satre/package.json \ No newline at end of file