From 874ec9a12d18ea066fb7c0f1974facccb824a481 Mon Sep 17 00:00:00 2001 From: themelm Date: Sat, 24 May 2025 23:40:21 -0700 Subject: [PATCH] rollback --- hugo.toml | 23 +++++++++++++++++++++++ themes/blowfish/go.mod | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index a0543b6..cf5c408 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,3 +1,26 @@ baseURL = 'https://melm.xyz/' languageCode = 'en' title = 'melm' + +[build] + writeStats = true +[markup] + [markup.goldmark] + [markup.goldmark.renderer] + unsafe = true + [markup.highlight] + lineNos = true + lineNumbersInTable = false + noClasses = false +#[module] +# [[module.imports]] +# path = 'github.com/hbstack/meta/recommended' +[outputs] + home = ['HTML', 'Offline', 'RSS', 'SearchIndex', 'WebAppManifest'] +[permalinks] + blog = '/blog/:year/:month/:title' +[taxonomies] + authors = 'authors' + categories = 'categories' + series = 'series' + tags = 'tags' diff --git a/themes/blowfish/go.mod b/themes/blowfish/go.mod index aaaaa18..08e76b2 100644 --- a/themes/blowfish/go.mod +++ b/themes/blowfish/go.mod @@ -1,3 +1,3 @@ module github.com/nunocoracao/blowfish/v2 - +module github.com/hbstack/meta/recommended go 1.16