-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
84 lines (74 loc) · 2.52 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
# Only one archetype (posts) is included in Hugo Starter
archetypedir = "archetypes"
baseurl = "https://watters.io"
buildDrafts = false
buildFuture = false
canonifyurls = true
config = "config.toml"
contentdir = "content"
disableLiveReload= false
disableRSS = true
disableSitemap = true
enableEmoji = true
ignoreFiles = []
languageCode = "en-us"
layoutDir = "layouts"
log = false
metaDataFormat = "yaml"
preserveTaxonomyNames = false
publishdir = "public"
pygmentsUseClasses = true
relativeURLs = true
source = ""
staticdir = "static"
title = "Ryan Watters"
uglyURLs = false
verbose = false
verboseLog = false
watch = true
[permalinks]
singles = "/:title/"
[params]
siteauthor = "Ryan Watters"
sitetitle = "ryanwatters.io"
siteurl = "https://ryanwatters.io"
#######BEGIN SOCIAL#######
github = "https://github.com/rdwatters"
twitter = "https://twitter.com/@ryandwatters"
#Include Twitter Handle without the "@"
twitterhandle = "ryandwatters"
#Include ID for Facebook App
facebook = "Ryan-Watters-810571539011577/"
youtube = "https://youtube.com"
googleplus = "https://plus.google.com/"
# For LinkedIn, use the URL for visitors (ie, when you're not signed in). Include everything after "https://www.linkedin.com/in/"
linkedin = "ryan-watters-els-08010725"
includerss = true
# Add your Google Analytics ID here (ie, UA-XXXXXXXX-X). See layouts/partials/site_footer/google_analytics.html. Dev environment (ie, localhost) and netlify urls are automatically disabled.
googleanalyticstrackingid = "UA-76549364-1"
#######END SOCIAL#######
copyrightline = "Ryan Watters"
sitedescription = "The official site of Ryan Watters"
usecrp = false
# Include jQuery 2.x from assets/js
includejq = false
# Disqus has two conditions (here and in page); setting this to "false" will turn off comments on ALL pages
usedisqus = true
disqusshortname = "ryanwattersio"
sitepublishdate = "2016-01-01"
sitetagline = "Content Strategist, Storyteller, Frontend Developer, Unabashed Nerd"
#Leave off extension for default social image since it's assumed to be "jpg"
defaultsocialimage = "site-logo-default-social.jpg"
#Word used in Pub Date partial to denote whether a post has been updated
updatedtext = "Updated:"
# Determines style of previous and next links in /posts; options are either "sides" or "bottom"
postprevnextstyle = "bottom"
[blackfriday]
plainIDAnchors = true
hrefTargetBlank = true
angledQuotes = false
latexDashes = true
sourceRelativeLinksEval = false
[taxonomies]
tag = "tags"
category = "categories"