-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
50 lines (45 loc) · 1.32 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
baseurl = "http://anthonyrhowell.com/"
languageCode = "en-us"
title = "Tony Howell's blog about programming and stuff"
theme = "hugo-type-theme"
# Enable comments by entering your Disqus shortname
disqusShortname = "anthonyrhowell"
# Add your tracking code to enable Google Analytics
googleAnalytics = ""
# Posts per page
paginate = 10
[params]
author = "Tony Howell"
description = "Coding and things"
# Either show custom avatar on the top
# left by adding the filename in below
# avatar = "img/avatar.png"
# or use Gravatar by adding an MD5-hash of your email address
gravatar = "e06b6c17814fc12ebf9a13d7aa423b4d"
headerText = "Coding and things."
# To add a header background to the main site, save your image under static/img/.
# If now image path is provided, a orange background will be shown instead.
# headerImage = ""
copyright = "Anthony Howell"
[params.social]
# Insert your accout name and the icon will be shown in the right menu
rss = true
email = "[email protected]"
behance = ""
bitbucket =""
dribbble = ""
facebook = ""
flickr = ""
github = "tonycapone"
googleplus = ""
instagram = ""
linkedin = "https://www.linkedin.com/in/tony-howell-262a212a"
pinterest = ""
reddit = ""
soundcloud = ""
stackexchange = ""
steam = ""
tumblr = ""
twitter = ""
wordpress = ""
youtube = ""