rollback
All checks were successful
Auto Pull / deploy (push) Successful in 8s

This commit is contained in:
themelm 2025-05-24 23:40:21 -07:00
parent 75dcd86a93
commit 874ec9a12d
2 changed files with 24 additions and 1 deletions

View file

@ -1,3 +1,26 @@
baseURL = 'https://melm.xyz/' baseURL = 'https://melm.xyz/'
languageCode = 'en' languageCode = 'en'
title = 'melm' 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'

View file

@ -1,3 +1,3 @@
module github.com/nunocoracao/blowfish/v2 module github.com/nunocoracao/blowfish/v2
module github.com/hbstack/meta/recommended
go 1.16 go 1.16