2021-09-13 03:09:14 +00:00
|
|
|
#baseURL = "https://drop1.neilhanlon.me:1313/"
|
2021-09-13 03:12:34 +00:00
|
|
|
baseURL = "/neilhanlon.me/"
|
2021-09-13 02:52:29 +00:00
|
|
|
languageCode = "en-US"
|
|
|
|
title = "Neil Hanlon"
|
|
|
|
# Enable comments by entering your Disqus shortname
|
|
|
|
disqusShortname = ""
|
|
|
|
# Enable Google Analytics by entering your tracking code
|
|
|
|
googleAnalytics = ""
|
|
|
|
theme = "hugo-sustain"
|
|
|
|
|
|
|
|
[permalinks]
|
|
|
|
post = "/:year/:month/:day/:slug"
|
|
|
|
|
|
|
|
[params]
|
|
|
|
avatar = "img/profile.png"
|
|
|
|
author = "Neil Hanlon"
|
|
|
|
description = "Neil Hanlon - Senior Network/DevOps/Infrastructure Engineer"
|
|
|
|
|
|
|
|
# Custom assets can be linked with their paths relative to static/
|
|
|
|
custom_css = []
|
|
|
|
custom_scss = ['sass/overrides.scss']
|
|
|
|
custom_js = []
|
|
|
|
|
|
|
|
[params.social]
|
|
|
|
Github = "NeilHanlon"
|
|
|
|
Email = "neil@shrug.pw.com"
|
|
|
|
Twitter = "NeilHanlon"
|
|
|
|
LinkedIn = "hanlonneil"
|
|
|
|
#Stackoverflow = "username"
|
|
|
|
#Medium = "hanlon.neil"
|
|
|
|
Instagram = "noellathekitty"
|
|
|
|
|
|
|
|
[params.volunteer]
|
|
|
|
Rocky = "https://rockylinux.org"
|
|
|
|
|
|
|
|
|
|
|
|
## Main Menu
|
|
|
|
[[menu.main]]
|
|
|
|
name = "posts"
|
|
|
|
weight = 100
|
|
|
|
identifier = "posts"
|
|
|
|
url = "/posts/"
|
|
|
|
[[menu.main]]
|
|
|
|
name = "projects"
|
|
|
|
identifier = "projects"
|
|
|
|
weight = 200
|
|
|
|
url = "/projects/"
|
|
|
|
[[menu.main]]
|
|
|
|
name = "resume"
|
|
|
|
identifier = "resume"
|
|
|
|
weight = 300
|
|
|
|
url = "/resume.pdf"
|