forked from mblayman/mattlayman.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
30 lines (24 loc) · 785 Bytes
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
baseURL = "https://www.mattlayman.com/"
languageCode = "en-us"
title = "Matt Layman"
theme = "tailwind-site"
canonifyURLs = true
enableRobotsTXT = true
paginate = 18
pygmentsCodeFences = true
[markup.goldmark.renderer]
unsafe= true
[frontmatter]
date = [":filename", ":default"]
[params]
title = "Matt Layman"
subtitle = "A software creator / Django consultant"
copyright = "© 2008–2022 Matt Layman"
cover = "img/paint.jpg"
description = "Matt Layman is a software engineer from Frederick, MD. He is an open source software maintainer and advocate for the Python programming language."
twitterName = "mblayman"
githubName = "mblayman"
linkedinName = "mattlayman"
authorAvatar = "img/me.jpg"
[permalinks]
blog = "/blog/:year/:slug/"