Files
homepage/config.toml
T

92 lines
1.7 KiB
TOML

baseURL = "http://www.thehellings.com/"
languageCode = "en-us"
title = "The Hellings"
theme = "greg-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
profilePicture = "images/profile.jpg"
readMore = true
[taxonomies]
category = "categories"
series = "series"
tag = "tags"
[menu]
[[menu.main]]
name = "Home"
identifier = "home"
weight = 100
url = "/"
[[menu.main]]
name = "Posts"
weight = 200
identifier = "posts"
url = "/posts/"
[[menu.main]]
name = "About"
weight = 300
identifier = "about"
url = "/about/"
[[params.socialIcons]]
icon = "fab fa-facebook"
title = "facebook"
url = "https://facebook.com/greg.hellings"
[[params.socialIcons]]
icon = "fab fa-github"
title = "GitHub"
url = "https://github.com/greg-hellings/"
[[params.socialIcons]]
icon = "fas fa-envelope"
title = "e-mail"
url = "mailto:greg.hellings@gmail.com"
[[params.socialIcons]]
icon = "fab fa-linkedin"
title = "Linkedin"
url = "https://www.linkedin.com/"
[[params.socialIcons]]
icon = "fab fa-instagram"
title = "instagram"
url = "https://www.instagram.com/greghellings/"
[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