mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02:00

commit 36cc58f5c418dbd55aecac0fe2b92977951e4401 Author: Tom <thomas.hodson@ecmwf.int> Date: Mon Jul 29 12:04:44 2024 +0100 revert commit 74d40e498ac65c1789ceb5b07c9bad92e5356773 Author: Tom <thomas.hodson@ecmwf.int> Date: Mon Jul 29 11:51:25 2024 +0100 Update jekyll.yml commit b9a1c11dbfdeeb4d26fdf54a70b47a7d16e71e3c Author: Tom <thomas.hodson@ecmwf.int> Date: Mon Jul 29 11:42:48 2024 +0100 Update jekyll.yml commit 94619844e19ceb61fa68c7d75a2508ff19f0bd08 Author: Tom <thomas.hodson@ecmwf.int> Date: Mon Jul 29 11:33:15 2024 +0100 Update _config.yml commit e2a12fcf8e8e95b28be0f0c75c61745ee8afa7ac Author: Tom <thomas.hodson@ecmwf.int> Date: Mon Jul 29 11:18:01 2024 +0100 change concurrency group commit 3575764efaa6b8edb02d71ec6c1c84b9eefbb21d Author: Tom <thomas.hodson@ecmwf.int> Date: Mon Jul 29 11:12:27 2024 +0100 Update Gemfile commit 5f044a048a8c1b5f96e99e75eb91435ad3921e2a Author: Tom <thomas.hodson@ecmwf.int> Date: Mon Jul 29 11:09:57 2024 +0100 setup a branch build commit 9721978cb20bedd8a39abb89f436386585eab25f Author: Tom <thomas.hodson@ecmwf.int> Date: Mon Jul 29 10:49:20 2024 +0100 add micropython draft
39 lines
588 B
YAML
39 lines
588 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
|
|
|
|
flexible_include:
|
|
die_on_flexible_include_error: false
|
|
|
|
include:
|
|
- node_modules
|
|
|
|
plugins:
|
|
- jekyll-feed
|
|
- jekyll-redirect-from
|
|
- flexible_include
|
|
- kramdown-syntax-coderay
|
|
|
|
|
|
feed:
|
|
posts_limit: 100 |