-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
93 lines (76 loc) · 2.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
baseUrl= "https://cadams.ca/blog"
languageCode= "en-US"
title= "Chad Adams"
Copyright = "Chad Adams"
theme = "hyde-x"
paginate = 10
#disqusShortname = "chad-g-adams"
canonifyURLs = true
[Author]
name = "Chad Adams"
[permalinks]
post = "/post/:year/:month/:day/:title/"
[taxonomies]
category = "categories"
tag = "tags"
[params]
# If false display full article contents in blog index.
# Otherwise show description and 'read on' link to individual blog post page.
# Default (if omitted) is true.
truncate = true
# Used when a given page doesn't set its own.
defaultDescription = "Chad Adams"
defaultKeywords = "code"
# Hide estimated reading time for posts.
# Default (if omitted) is false.
hideReadingTime = false
# Changes sidebar background and link/accent colours.
# See below for more colour options.
# This also works: "theme-base-08 layout-reverse", or just "layout-reverse".
theme = "theme-chad"
# Select a syntax highight.
# Check the static/css/highlight directory for options.
highlight = "default"
# Optional additional custom CSS file URL, will override other styles.
customCSS = "http://cadams.ca/blog/css/chad.css"
# Displays under the author name in the sidebar, keep it short.
# You can use markdown here.
tagline = "Code etc"
# Text for the top menu link, which goes the root URL for the site.
# Default (if omitted) is "Blog".
home = ""
# Links will be generated for these taxonomies
# Use to add links for categories, tags, etc.
# Example: [ "categories", "tags" ]
taxonomyItemsToLink = [ "tags" ]
# Metadata used to drive integrations.
#googleAnalytics = "Your Google Analytics tracking code"
#gravatarHash = "MD5 hash of your Gravatar email address"
# Sidebar social links, these must be full URLs.
#bitbucket = ""
#stackOverflow = ""
#linkedin = ""
#googleplus = ""
#facebook = ""
#youtube = ""
twitter = "https://twitter.com/chad_g_adams"
github = "https://github.com/chad-g-adams"
# Other social-like sidebar links
rss = true # switch to true to enable RSS icon link
#flattr = "" # populate with your flattr uid
[[menu.main]]
name = " My Blog"
pre = "<i class='fa fa-rss'></i>"
weight = -110
identifier = "blog"
url = "/"
[[menu.main]]
name = " Coding Adventures"
pre = "<i class='fa fa-keyboard-o'></i>"
weight = -105
url = "/categories/code/"
[[menu.main]]
name = " Books"
pre = "<i class='fa fa-book'></i>"
weight = -100
url = "/categories/book/"