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