54 lines
983 B
TOML
54 lines
983 B
TOML
baseURL = "http://thehellings.com/"
|
|||
|
|
languageCode = "en-us"
|
||
|
|
title = "The Hellings"
|
||
|
|
theme = "anatole"
|
||
|
|
enableEmoji = true
|
||
|
|
enableRobotsTXT = true
|
||
|
|
|
||
|
|
# Enable Disqus
|
||
|
|
disqusShortname = "thehellings"
|
||
|
|
|
||
|
|
# Google Analytics
|
||
|
|
#googleAnalytics = "UA-123-45"
|
||
|
|
|
||
|
|
[params]
|
||
|
|
title = "The Hellings"
|
||
|
|
author = "Greg Hellings"
|
||
|
|
description = "The Hellings Family"
|
||
|
|
pygmentsCodeFences = true
|
||
|
|
pygmentsUseClasses = true
|
||
|
|
|
||
|
|
[menu]
|
||
|
|
|
||
|
|
[[menu.main]]
|
||
|
|
name = "Home"
|
||
|
|
identifier = "home"
|
||
|
|
weight = 100
|
||
|
|
url = "/"
|
||
|
|
|
||
|
|
[[menu.main]]
|
||
|
|
name = "Posts"
|
||
|
|
weight = 200
|
||
|
|
identifier = "posts"
|
||
|
|
url = "/posts/"
|
||
|
|
|
||
|
|
[[params.socialIcons]]
|
||
|
|
icon = "fa-linkedin"
|
||
|
|
title = "Linkedin"
|
||
|
|
url = "https://www.linkedin.com/"
|
||
|
|
|
||
|
|
[[params.socialIcons]]
|
||
|
|
icon = "fa-github"
|
||
|
|
title = "GitHub"
|
||
|
|
url = "https://github.com/greg-hellings/"
|
||
|
|
|
||
|
|
[[params.socialIcons]]
|
||
|
|
icon = "fa-instagram"
|
||
|
|
title = "instagram"
|
||
|
|
url = "https://www.instagram.com/greghellings/"
|
||
|
|
|
||
|
|
[[params.socialIcons]]
|
||
|
|
icon = "fa-envelope"
|
||
|
|
title = "e-mail"
|
||
|
|
url = "mailto:greg.hellings@gmail.com"
|