-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
25 lines (23 loc) · 892 Bytes
/
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
BaseUrl= "https://nathan.io/"
LanguageCode= "en-US"
Title= "nathan.io"
paginate = 5
# DisqusShortname = "YOUR_SHORT_NAME_HERE"
Copyright = "All rights reserved - 2015"
canonifyurls = true
[params]
description = "Random thoughts from an Internet Engineer"
cover = "images/cover.jpg"
author = "Nathan OWENS"
authorlocation = "Philadelphia, PA"
authorwebsite = "https://nathan.io/"
bio= "Internet Engineer at Comcast. Loves networking, servers, datacenters, and writing code in Go."
logo = "images/logo.jpg"
googleAnalyticsUserID = "UA-71073052-1"
# Optional RSS-Link, if not provided it defaults to the standard index.xml
githubName = "virtuallynathan"
twitterName = "virtuallynathan"
# facebookName = ""
# set true if you are not proud of using Hugo (true will hide the footer note "Proudly published with HUGO.....")
hideHUGOSupport = false
theme = "casper"