mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02:00
40 lines
615 B
YAML
40 lines
615 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: false
|
|
|
|
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
|
|
|
|
|
|
feed:
|
|
posts_limit: 100 |