From 0888f273e817c9d860d8d92dde176509637ed0b5 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Fri, 3 Jan 2025 20:48:53 +0800 Subject: Initial commit --- hugo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 hugo.toml (limited to 'hugo.toml') diff --git a/hugo.toml b/hugo.toml new file mode 100644 index 0000000..4c594c2 --- /dev/null +++ b/hugo.toml @@ -0,0 +1,9 @@ +baseURL = 'https://evosaur.runxiyu.org/' +languageCode = 'en-us' +title = 'Evosaur' + +[markup.goldmark.renderer] +unsafe = true + +[markup.tableOfContents] +ordered = true -- cgit v1.2.3