-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.toml
74 lines (63 loc) · 1.56 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
baseurl = "https://adventures.michaelfbryan.com/"
title = "Michael-F-Bryan"
theme = "hugo-coder"
languagecode = "en"
defaultcontentlanguage = "en"
paginate = 20
canonifyurls = false
googleAnalytics = "G-M80ZBKQHKV"
enableGitInfo = true
enableEmoji = true
pygmentsStyle = "monokai"
pygmentscodefences = true
pygmentscodefencesguesssyntax = true
[taxonomies]
category = "categories"
tag = "tags"
series = "series"
[params]
author = "Michael-F-Bryan"
info = "Rustacean, Freelancer, and Open-Source Enthusiast"
description = "A place to document my thoughts and experiments"
keywords = "blog,developer,personal"
customCSS = ["css/master.css"]
customJS = ["js/mermaid.min.js", "js/index.js"]
commit = "https://github.com/Michael-F-Bryan/adventures.michaelfbryan.com/tree"
toc_reading_time_threshold = 15
math = true
colorscheme = "auto"
[markup.goldmark.renderer]
unsafe = true
[[params.social]]
name = "Github"
icon = "fa fa-github fa-2x"
weight = 1
url = "https://github.com/Michael-F-Bryan"
[[params.social]]
name = "GitLab"
icon = "fa fa-gitlab fa-2x"
weight = 2
url = "https://gitlab.com/Michael-F-Bryan"
[[params.social]]
name = "LinkedIn"
icon = "fa fa-linkedin fa-2x"
weight = 4
url = "https://www.linkedin.com/in/michael-bryan-564889199/"
[[params.social]]
name = "Contact Me"
icon = "fa fa-envelope fa-2x"
weight = 5
url = "mailto:consulting@michaelfbryan.com"
[[params.social]]
name = "RSS"
icon = "fa fa-rss fa-2x"
weight = 6
url = "/index.xml"
rel = "alternate"
type = "application/rss+xml"
[[menu.main]]
name = "Blog"
url = "/posts/"
[[menu.main]]
name = "About"
url = "/about/"