-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
41 lines (37 loc) · 956 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
40
41
baseURL = "https://bbrks.me/"
languageCode = "en-gb"
title = "Ben Brooks"
theme = "gruvbox"
sectionPagesMenu = "sections"
paginate = 5
disqusShortname = "bbrks"
[permalinks]
posts = "/:slug"
[markup.goldmark.renderer]
unsafe= true
[params]
author = { name = "Ben Brooks" }
description = "Software Engineer & Gopher"
keywords = ["software engineering", "golang", "gopher", "blog", "programmer", "bbrks", "Ben Brooks"]
titlePrefix = ""
titleSuffix = " | bbrks.me"
dateFormat = "2006-01-02"
menuItemPrefix = "~/"
postTruncateLength = 250
disqusAutoLoad = false
disqusAutoLoadCount = false
logo = "dalle-avatar-1-bbrks.png"
[[menu.social]]
name = "μBlog"
url = "https://ublog.fedi.bbrks.me/bbrks"
weight = 1
[menu.social.params]
rel = 'me'
[[menu.social]]
name = "GitHub"
url = "https://github.com/bbrks"
weight = 10
[[menu.social]]
name = "LinkedIn"
url = "https://uk.linkedin.com/in/bbrks"
weight = 100