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