From 16f52b7bef745097f7076dde76715db378b54343 Mon Sep 17 00:00:00 2001 From: JJ Date: Wed, 19 Mar 2025 14:56:26 +0000 Subject: first commit --- hugo.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 hugo.toml (limited to 'hugo.toml') diff --git a/hugo.toml b/hugo.toml new file mode 100644 index 0000000..e51b2ff --- /dev/null +++ b/hugo.toml @@ -0,0 +1,12 @@ +baseURL = 'https://jezl.xyz/' +languageCode = 'en-gb' +title = 'Jezl' +[params] + favicon = "/images/favicon/favicon-32x32.png" +[taxonomies] + course = "course" + tag = "tags" +[markup] + [markup.goldmark] + [markup.goldmark.renderer] + unsafe = true \ No newline at end of file -- cgit v1.2.3