Files
homepage/config.toml
T

55 lines
1021 B
TOML
Raw Normal View History

2020-08-24 23:46:05 -05:00
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
2020-08-24 23:49:55 -05:00
profilePicture = "images/profile.jpg"
2020-08-24 23:46:05 -05:00
[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"