-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
52 lines (41 loc) · 1.21 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
#Site settings
baseurl = "https://thecodesign.io"
themesDir = "themes"
languageCode = "en-us"
title = "The coDesign"
theme = "hugo-cactus-theme"
#googleAnalytics
googleAnalytics = ""
#Disqus comments
disqusShortname = "thecodesignpub"
[params]
name = "The coDesign"
description = "code + design content curator"
bio = "separating the signal from the noise."
twitter = "https://twitter.com/thecodesignpub"
enableRSS = "true"
#Integrate JS files or stylesheets by adding the url to the external assets or by linking local files with their path relative to the static foler. David might already know this bit though, however, here's an example- "css/styles.css"
customCSS = []
customJS = []
#Navigation links
home = "https://thecodesign.io"
subscribe = "https://thecodesign.io/subscribe"
#Pagination links
olderPosts = ""
newerPosts = ""
readMore = ""
copyright = ""
#Sharing options
tweet = ""
share = ""
#Author information in posts
aboutAuthor = "Chief curator"
#404 page
title404 = ""
subtitle404 = ""
iconFont = "font-awesome"
[social]
twitter = "https://twitter.com/thecodesignpub"
facebook = "https://facebook.com/thecodesignpub"
instagram = "https://instagram.com/thecodesignpub"
github = "https://github.com/coDesign"