Files
homepage/config.toml
T

87 lines
1.7 KiB
TOML
Raw Normal View History

2020-08-26 00:38:29 -05:00
baseURL = "http://www.thehellings.com/"
2020-08-24 23:46:05 -05:00
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"
2021-10-18 23:08:30 -05:00
readMore = true
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/"
2020-08-26 00:38:29 -05:00
[[menu.main]]
name = "About"
weight = 300
identifier = "about"
url = "/about/"
2020-08-24 23:46:05 -05:00
[[params.socialIcons]]
2021-10-18 23:08:30 -05:00
icon = "fab fa-facebook"
2020-08-26 00:38:29 -05:00
title = "facebook"
url = "https://facebook.com/greg.hellings"
2020-08-24 23:46:05 -05:00
[[params.socialIcons]]
2021-10-18 23:08:30 -05:00
icon = "fab fa-github"
2020-08-24 23:46:05 -05:00
title = "GitHub"
url = "https://github.com/greg-hellings/"
2020-08-26 00:38:29 -05:00
[[params.socialIcons]]
2021-10-18 23:08:30 -05:00
icon = "fas fa-envelope"
2020-08-26 00:38:29 -05:00
title = "e-mail"
url = "mailto:greg.hellings@gmail.com"
[[params.socialIcons]]
2021-10-18 23:08:30 -05:00
icon = "fab fa-linkedin"
2020-08-26 00:38:29 -05:00
title = "Linkedin"
url = "https://www.linkedin.com/"
2020-08-24 23:46:05 -05:00
[[params.socialIcons]]
2021-10-18 23:08:30 -05:00
icon = "fab fa-instagram"
2020-08-24 23:46:05 -05:00
title = "instagram"
url = "https://www.instagram.com/greghellings/"
2020-08-26 00:38:29 -05:00
[deployment]
[[deployment.targets]]
name = "s3"
URL = "s3://www.thehellings.com?region=us-east-2"
[[deployment.matchers]]
pattern = "^.+\\.(js|css|svg|ttf)$"
cacheControl = "max-age=31536000, no-transform, public"
gzip = true
[[deployment.matchers]]
pattern = "^.+\\.(png|jpg)$"
cacheControl = "max-age=31536000, no-transform, public"
gzip = false
[[deployment.matchers]]
pattern = "^.+\\.(html|xml|json)$"
gzip = true