This commit is contained in:
parent
75dcd86a93
commit
874ec9a12d
2 changed files with 24 additions and 1 deletions
23
hugo.toml
23
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'
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module github.com/nunocoracao/blowfish/v2
|
||||
|
||||
module github.com/hbstack/meta/recommended
|
||||
go 1.16
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue