Content
This commit is contained in:
17
config.toml
17
config.toml
@ -1,3 +1,16 @@
|
||||
baseURL = 'http://example.org/'
|
||||
baseURL = 'https://restless-town.makyo.ink/'
|
||||
languageCode = 'en-us'
|
||||
title = 'My New Hugo Site'
|
||||
title = 'Restless Town'
|
||||
theme = 'maddybook'
|
||||
paginatePath = ''
|
||||
|
||||
[permalinks]
|
||||
post = '/:filename/'
|
||||
|
||||
[params]
|
||||
author = 'Madison Scott-Clary'
|
||||
home = 'https://makyo.ink'
|
||||
copyright = 2019
|
||||
|
||||
[markup.goldmark.renderer]
|
||||
unsafe = true
|
||||
|
||||
Reference in New Issue
Block a user