This commit is contained in:
Madison Scott-Clary
2022-01-29 16:44:11 -08:00
parent edf757c0dd
commit 7dab1e1ade
18 changed files with 5668 additions and 2 deletions

View File

@ -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