-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
107 lines (94 loc) · 2.85 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
baseurl = "http://brendan-quinn.xyz/"
languageCode = "en-us"
title = "Brendan Quinn"
# Enable Comments
disqusShortname = "brendanquinn"
# googleAnalytics
googleAnalytics = "UA-73327726-1"
# Define the number of posts per site
paginate = 10
footnotereturnlinkcontents = "↩"
theme = "hugo-icarus-theme"
# For GH-pages
contentdir = "content"
layoutdir = "layouts"
publishdir = "public"
canonifyurls = true
[indexes]
category = "categories"
[permalinks]
post = "/post/:title"
[taxonomies]
category = "categories"
tag = "tags"
[params]
# Tell me who you are
author = "Brendan Quinn"
bio = "Husband - Father - Programmer - Person"
location = "Indianapolis, IN"
description = "Hey there, I'm Brendan Quinn, an energetic introvert with a love of family, walking/hiking, listening, teaching, and code."
site_description = "Hey there, I'm Brendan Quinn, an energetic introvert with a love of family, walking/hiking, listening, teaching, and code."
copyright = "Powered by [Hugo](//gohugo.io). Child theme of [Icarus](http://github.com/ppoffice) by Brendan."
avatar = "css/images/BrendanQuinn.jpeg"
images = ["http://brendan-quinn.xyz/css/images/Brendan-Quinn-seo.jpg"]
# Format dates with Go's time formatting
date_format = "January 02 2006 @ 03:04PM"
# Create custom menu entries by defining a label and a link for
# them. Since you can also link posts, you've the option the
# place the links before or after them.
#
# E.g.: "Home" appears before all linked posts in the menu
# and "Tags" / "Categories" after them.
[[params.menu]]
before = false
label = "Work"
link = "work/"
[[params.menu]]
before = false
label = "Blog"
link = "post/"
[[params.menu]]
before = false
label = "Contact"
link = "contact/"
# Enter a link for the follow button on the left
[params.profile]
follow_button = "https://twitter.com/MathDrQuinn"
[social]
# Add your social network accounts to the profile section on the left
# by entering your username. The links to your account will be
# create automatically.
github = "Mathdrquinn"
bitbucket = ""
jsfiddle = ""
codepen = "Mathdrquinn"
foursquare = ""
dribbble = ""
deviantart = ""
behance = ""
flickr = ""
instagram = ""
youtube = ""
vimeo = ""
vine = ""
medium = ""
wordpress = ""
tumblr = ""
xing = ""
linkedin = "brendanquinn3"
slideshare = ""
stackoverflow = ""
reddit = ""
pinterest = ""
googleplus = ""
facebook = "quinn.197"
facebook_admin = ""
facebook_app_id = "1691357581111155"
twitter_domain = ""
twitter = "Mathdrquinn"
# Enable and disable widgets for the right sidebar
[params.widgets]
recent_articles = true
categories = false
tags = false
tag_cloud = true