Files

77 lines
1.5 KiB
TOML
Raw Permalink 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"
2022-10-10 16:06:10 -05:00
theme = "Gregroad"
2020-08-24 23:46:05 -05:00
enableEmoji = true
enableRobotsTXT = true
2025-09-28 21:48:47 -05:00
[services]
[services.disqus]
# Enable Disqus
shortname = "thehellings"
2020-08-24 23:46:05 -05:00
# Google Analytics
#googleAnalytics = "UA-123-45"
[params]
title = "The Hellings"
2022-01-27 08:45:47 -06:00
subtitle = "Greg Hellings's Peronal Site & Blog"
2020-08-24 23:46:05 -05:00
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
2022-01-27 08:45:47 -06:00
[params.sidebar]
home = "right"
list = "right"
single = "right"
widgets = ["search", "taglist", "social"]
[params.widgets.social]
facebook = "greg.hellings"
twitter = "greghellings"
instagram = "greghellings"
github = "greg-hellings"
email = "greg.hellings@gmail.com"
2022-01-26 23:36:30 -06:00
[taxonomies]
category = "categories"
series = "series"
tag = "tags"
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
[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