personal_site/_config.yml
2025-05-26 10:37:43 +01:00

47 lines
723 B
YAML

title: Tom Hodson
feed_title: Tom Hodson's Blog
description: Physics, Programming and Baking.
url: https://thomashodson.com
feed:
posts_limit: 100
update_period: monthly
update_frequency: 1
exclude: ["env/", ]
host: 0.0.0.0
collections:
cv_entries:
output: true
thesis:
output: true
talks:
output: true
projects:
output: true
kramdown:
syntax_highlighter: rouge
syntax_highlighter_opts:
line_numbers: false
css_class: 'highlight'
span:
wrap: span
flexible_include:
die_on_flexible_include_error: false
include:
- node_modules
plugins:
# - jekyll-feed
- jekyll-redirect-from
- flexible_include
# - kramdown-syntax-coderay
- jekyll-last-modified-at