-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
83 lines (67 loc) · 1.51 KB
/
config.toml
File metadata and controls
83 lines (67 loc) · 1.51 KB
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
77
78
79
80
81
82
83
baseURL = "https://hartrussell.com"
languageCode = "en-us"
title = "Mindful Drivel"
theme = "hEart"
pygmentsstyle = "vs"
pygmentscodefences = true
pygmentscodefencesguesssyntax = true
[params]
#subtitle = "Some Thoughts"
# Number of posts to show in recent posts list.
recentPostsCount = 10
# Content types which are excluded from recent posts and archive page.
excludedTypes = ["page"]
disableDisqusTypes = ["page"]
featherIconsCDN = true
author = "Hart Russell"
description = "Personal website of Hart Russell"
[Author]
name = "Hart Russell"
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "Posts"
url = "/posts"
weight = 2
[[menu.main]]
name = "About"
url = "/about"
weight = 3
[[menu.main]]
name = "Pictures"
url = "/image-gallery"
weight = 4
[[menu.main]]
name = "Tags"
url = "/tags"
weight = 5
[[params.social]]
name = "Github"
icon = "github"
url = "https://github.com/HartR"
[[params.social]]
name = "LinkedIn"
icon = "linkedin"
url = "https://www.linkedin.com/in/hartcranerussell"
[[params.social]]
name = "Instagram"
icon = "instagram"
url = "https://instagram.com/hortisimo"
[[params.social]]
name = "Email"
icon = "mail"
url = "mailto:hartcranerussell@gmail.com"
[[params.social]]
name = "goodreads"
icon = "book-open"
url = "https://www.goodreads.com/user/show/38546479-hart-russell"
[[params.social]]
name = "Calendar"
icon = "calendar"
url = "https://calendar.google.com/calendar?cid=aG9ydGlzaW1vQGdtYWlsLmNvbQ"
[taxonomies]
tag = "tags"
enableRobotsTXT = true
canonifyURLs = true