You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

60 lines
1.6 KiB

default: &default
site-info: &default-site-info
title: This Field Was Green
description: I keep my field green by writing about tech and sometimes life.
root: http://localhost:8000
comments-site: localhost
author-name: Logan McGrath
author-email: logan.mcgrath@thisfieldwas.green
linkedin-profile: https://www.linkedin.com/in/loganmcgrath
twitter-profile: https://twitter.com/thisgreenfield
github-profile: https://github.com/keywordsalad
gitea-profile: https://bitsof.thisfieldwas.green/keywordsalad
gitea-web-url: https://bitsof.thisfieldwas.green/keywordsalad/thisfieldwas.green/src/commit
display-formats:
date-short-format: '%B %e, %Y'
date-long-format: '%B %e, %Y %l:%M %P %EZ'
time-format: '%l:%M %p %EZ'
robot-date: '%Y-%m-%d'
robot-time: '%Y-%m-%dT%H:%M:%S%Ez'
image-widths: [320, 768, 1024, 1920, 3840]
hakyll-config:
provider-directory: site
destination-directory: _site
debug-settings:
preview: false
inflate-css: true
inflate-js: true
prod:
<<: *default
debug-settings:
preview: false
inflate-css: false
site-info:
<<: *default-site-info
root: https://thisfieldwas.green
comments-site: thisfieldwas.green
review:
<<: *default
debug-settings:
preview: false
inflate-css: false
site-info:
<<: *default-site-info
root: https://review.thisfieldwas.green
comments-site: review.thisfieldwas.green
preview:
<<: *default
debug-settings:
preview: true
inflate-css: false
site-info:
<<: *default-site-info
root: https://preview.thisfieldwas.green
comments-site: preview.thisfieldwas.green