personal_site/_config.yml
2024-07-29 11:33:15 +01:00

36 lines
530 B
YAML

title: Tom Hodson
description: Physics, Programming and Baking.
url: https://thomashodson.com
author:
twitter: T_Hodson
exclude: ["env/", ]
host: 0.0.0.0
collections:
cv_entries:
output: true
thesis:
output: true
talks:
output: true
projects:
output: true
kramdown:
syntax_highlighter: coderay
syntax_highlighter_opts:
line_numbers: inline
include:
- node_modules
plugins:
- jekyll-feed
- jekyll-redirect-from
- flexible_include
- kramdown-syntax-coderay
feed:
posts_limit: 100