From b80d645af02e8153b8b12013bf1a68770453d72e Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Sat, 4 May 2024 15:37:28 +0200 Subject: Update documentation to indicate this is a fork --- exampleSite/.gitignore | 3 +++ exampleSite/config.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 exampleSite/.gitignore (limited to 'exampleSite') diff --git a/exampleSite/.gitignore b/exampleSite/.gitignore new file mode 100644 index 0000000..6667702 --- /dev/null +++ b/exampleSite/.gitignore @@ -0,0 +1,3 @@ +.hugo_build.lock +public +resources/_gen/assets/sass/ diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 438f23b..a04b5f2 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -1,6 +1,6 @@ title = "Researcher" baseURL = "https://example.com" -theme = "researcher" +theme = "www-theme" disableKinds = ["taxonomy", "term"] enableEmoji = true math = false # enable KaTeX (https://katex.org/) globally -- cgit v1.2.3