-
Notifications
You must be signed in to change notification settings - Fork 15
/
config.toml
39 lines (32 loc) · 941 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
31
32
33
34
35
36
37
38
39
baseURL = "https://www.mattlayman.com/"
languageCode = "en-us"
title = "Matt Layman"
theme = "tailwind-site"
canonifyURLs = true
enableRobotsTXT = true
paginate = 2
pygmentsCodeFences = true
defaultContentLanguage = "en"
[markup.goldmark.renderer]
unsafe= true
[frontmatter]
date = [":filename", ":default"]
[params]
title = "Matt Layman"
subtitle = "A software creator / Django consultant"
copyright = "© 2008–2024 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/"
[languages]
[languages.en]
weight = 1
[languages.es]
weight = 2
[languages.pt]
weight = 2