-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
54 lines (48 loc) · 1.24 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
baseURL = "https://bakedbean.org.uk/"
languageCode = "en"
defaultContentLanguage = "en"
title = "Bakedbean"
pygmentsUseClasses = true
pygmentsCodeFences = true
pygmentsCodeFencesGuessSyntax = true
pygmentsOptions = "linenos=true"
enableEmoji = true
googleAnalytics = "G-VZ570EVS20"
disqusShortname = "bakedbean-org-uk"
[markup.goldmark.renderer]
unsafe= true
[params]
author = "Dean Ward"
description = "Technical blog covering all things .NET and goings on at Stack Overflow"
locale = "en-GB"
tagLine = "// TODO: Write things"
# Social links
[[params.social]]
name = "Github"
icon = "icon-github icon-2x"
weight = 1
url = "https://github.com/deanward81/"
[[params.social]]
name = "Twitter"
icon = "icon-twitter icon-2x"
weight = 3
url = "https://twitter.com/deanward81/"
[[params.social]]
name = "Mastodon"
icon = "icon-mastodon icon-2x"
weight = 3
url = "https://hachyderm.io/@deanward"
[[params.social]]
name = "Stack Overflow"
icon = "icon-stack-overflow icon-2x"
weight = 3
url = "https://stackoverflow.com/users/871146/dean-ward"
# Menu links
[[menu.main]]
name = "Posts"
weight = 1
url = "/posts/"
[[menu.main]]
name = "About"
weight = 2
url = "/about/"