-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
76 lines (63 loc) · 1.62 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
75
76
baseURL = "https://james-s-w-clark.github.io"
languageCode = "en-gb"
title = "James' Digital Garden"
theme = "digital-garden"
themesdir = "./themes"
copyright = "James Clark ©"
rssLimit = 5
[params]
name = "James Clark"
description = "🌱 🌿 🌳 & my digital garden 🤯 📖 ✍️ "
initials = "JC"
googleAnalytics = ""
[[params.social]]
name = "RSS"
link = "https://raw.githubusercontent.com/james-s-w-clark/james-s-w-clark.github.io/gh-pages/index.xml"
icon = "fas fa-rss"
[[params.social]]
name = "Github"
link = "https://github.com/james-s-w-clark"
icon = "fab fa-github"
[[params.social]]
name = "Medium"
link = "https://medium.com/@james.sw.clark"
icon = "fab fa-medium-m"
[[params.social]]
name = "LinkedIn"
link = "https://www.linkedin.com/in/james-sw-clark/"
icon = "fab fa-linkedin-in"
[menu]
[[menu.main]]
name = "Digital Garden"
url = "/garden/"
weight = 1
# [[menu.main]]
# name = "Projects"
# url = "/projects/"
# weight = 2
# [[menu.main]]
# name = "Library"
# url = "/library/"
# weight = 3
[[menu.main]]
name = "About"
url = "/about/"
weight = 4
[taxonomies]
garden_tags = 'garden_tags'
project_tags = 'project_tags'
[markup]
defaultMarkdownHandler = 'goldmark'
[markup.goldmark.renderer]
unsafe = true
[markup.goldmark.extensions]
definitionList = true
footnote = true
linkify = true
strikethrough = true
table = true
taskList = true
typographer = true
[markup.highlight]
# Choose from https://xyproto.github.io/splash/docs/all.html
style = 'monokailight'