50 lines
906 B
TOML
50 lines
906 B
TOML
baseURL = 'https://wilw.dev'
|
|
languageCode = 'en-gb'
|
|
title = 'Will Webberley'
|
|
|
|
[params]
|
|
author = 'Will Webberley'
|
|
description = "Will Webberley's personal website."
|
|
|
|
[permalinks]
|
|
blog = '/blog/:year/:month/:day/:slug/'
|
|
|
|
[menu]
|
|
[[menu.main]]
|
|
name = 'about'
|
|
url = '/'
|
|
pageRef = '/'
|
|
[[menu.main]]
|
|
name = 'blog'
|
|
url = '/blog/'
|
|
pageRef = 'blog'
|
|
[[menu.main]]
|
|
name = 'notes'
|
|
url = '/notes/'
|
|
pageRef = 'notes'
|
|
[[menu.main]]
|
|
name = 'projects'
|
|
url = '/projects/'
|
|
pageRef = 'projects'
|
|
|
|
[outputFormats]
|
|
[outputFormats.RSS]
|
|
mediatype = "application/rss"
|
|
baseName = "rss"
|
|
|
|
[markup]
|
|
[markup.highlight]
|
|
anchorLineNos = true
|
|
codeFences = true
|
|
guessSyntax = false
|
|
hl_Lines = ''
|
|
hl_inline = false
|
|
lineAnchors = ''
|
|
lineNoStart = 1
|
|
lineNos = false
|
|
lineNumbersInTable = true
|
|
noClasses = true
|
|
noHl = false
|
|
style = 'manni'
|
|
tabWidth = 2
|