Blank site pt 2

This commit is contained in:
Madison Scott-Clary
2023-11-06 12:12:46 -08:00
parent 1bf2f791a8
commit c4d34f9310
4 changed files with 152 additions and 2 deletions

View File

@ -1,3 +1,18 @@
baseURL = 'https://example.org/'
baseURL = 'https://marsh.post-self.ink/'
languageCode = 'en-us'
title = 'My New Hugo Site'
title = 'Marsh'
theme = 'maddybook'
paginatePath = ""
disablePathToLower = true
[permalinks]
post = '/:filename/'
[params]
author = 'Madison Scott-Clary'
home = 'https://makyo.ink'
copyright = '2023'
customCSS = ['/css/toledot.css']
[markup.goldmark.renderer]
unsafe = true