diff --git a/_config.yml b/_config.yml
index b83add3..eecd334 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1,8 +1,11 @@
title: Tom Hodson
description: Physics, Programming and Baking.
url: https://thomashodson.com
-author:
- twitter: T_Hodson
+
+feed:
+ posts_limit: 100
+ update_period: monthly
+ update_frequency: 1
exclude: ["env/", ]
host: 0.0.0.0
@@ -29,12 +32,10 @@ include:
- node_modules
plugins:
- - jekyll-feed
+ # - jekyll-feed
- jekyll-redirect-from
- flexible_include
- kramdown-syntax-coderay
- jekyll-last-modified-at
-feed:
- posts_limit: 100
\ No newline at end of file
diff --git a/_includes/default_head_tags.html b/_includes/default_head_tags.html
index 656ef99..c54106f 100644
--- a/_includes/default_head_tags.html
+++ b/_includes/default_head_tags.html
@@ -59,6 +59,7 @@
{% if page.mathjax %}
+
+
+
+
-images:
-thumbnail:
-social_image:
-assets:
-alt:
---
+This page acts as both a reminder of how I do various things on this blog and also serves as a canary to see if I've broken the layout inadvertently.
+
+See [this kramdown cheatsheet](https://kramdown.gettalong.org/quickref.html)
+
## Subtitle
The first big project of the year was repainting this ladder up to our mezzanine bed. This ended up being so much more work than we expected, they say it's all in the surface prep and the surface prep here took ages with all the awkward corners.
@@ -20,16 +53,312 @@ There was one aspect that was fun with this which was that I made non-slip pads
-Crossing the alps by train provided some good views and also some good gaming time on my then new Steam Deck.
+ A single large image.
+ Two images side by side.
-
\ No newline at end of file
+ More than two images layed out nicely.
+
+
+Four images:
+
+
+
+
+
+
+
+
+A very long image:
+
+
+
+Played around with some logo designs that I could stamp into ceramics.
+
+
+1. Item one
+ * sub item one
+ * sub item two
+ * sub item three
+2. Item two
+
+
+A table:
+
+| Power | Voltage | Current |
+|-------|---------|---------|
+| 15W | 5 V | 3A |
+| 27W | 9 V | 3A |
+| 45W | 15 V | 3A |
+| 60W | 20 V | 3A |
+| 100W* | 20V | 5A |
+
+
+
+## Line Element
+
+So the setup is this: Imagine we draw a very short line vector $\vec{v}$ and let it flow along in a fluid with velocity field $u(\vec{x}, t)$.
+
+
+
+A line element $\delta \vec{v}$ being dragged aloung in a fluid with velocity field $u(\vec{x}, t)$
+
+
+Three things will happen, the vector will be translated along, it will change length and it will change direction. If we ignore the translation, we can ask what the equation would be for the change in length and direction of $\vec{v}$. I'll drop the vector symbols on $v$, $u$ and $x$ from now on.
+
+$$ D_t \; v = ? $$
+
+If we assume $v$ is very small we can think about expanding $u$ to first order along $v$
+
+$$ u(x + v, t) = u(x, t) + v \cdot \nabla u $$
+
+where $v \cdot \nabla$ is the directional derivative $v_x \partial_x + v_y \partial_y + v_y \partial_y$ and when $v$ is infinitesimal it just directly tells us how $u$ will change if we move from point $x$ to point $x + v$.
+
+So from this we can see that one end of our vector $v$ is moving along at $u(x, t)$ while the other end will move at $u(x, t) + v \cdot \nabla u$ hence:
+
+$$ D_t \; v = v \cdot \nabla u $$
+
+Below is a more “index‐by‐index” look at how one carries out **Step 3** in detail. We start from
+
+**math with color**:
+
+$${\color{red} x} + {\color{blue} y}$$
+
+$$
+\frac{D}{Dt}\,\delta S_i
+\;=\;
+\varepsilon_{i j k}\,\bigl(\tfrac{D}{Dt}\delta x_j^{(1)}\bigr)\,\delta x_k^{(2)}
+\;+\;
+\varepsilon_{i j k}\,\delta x_j^{(1)}\,\bigl(\tfrac{D}{Dt}\delta x_k^{(2)}\bigr),
+$$
+
+and then substitute
+
+$$
+\frac{D}{Dt}\,\delta x_j^{(1)}
+\;=\;
+\delta x_\ell^{(1)}\,\frac{\partial u_j}{\partial x_\ell},
+\quad
+\frac{D}{Dt}\,\delta x_k^{(2)}
+\;=\;
+\delta x_\ell^{(2)}\,\frac{\partial u_k}{\partial x_\ell}.
+$$
+
+I like these underbraces:
+
+$$
+\frac{D}{Dt}\,\delta S_i
+\;=\;
+\underbrace{\varepsilon_{i j k}\,\delta x_\ell^{(1)}\,\frac{\partial u_j}{\partial x_\ell}\,\delta x_k^{(2)}}
+_{T_{1}}
+\;+\;
+\underbrace{\varepsilon_{i j k}\,\delta x_j^{(1)}\,\delta x_\ell^{(2)}\,\frac{\partial u_k}{\partial x_\ell}}
+_{T_{2}}.
+$$
+
+References:
+
+[This is a link to the subtitle heading at the top of the page](#subtitle)
+
+A [link][kramdown hp]
+to the homepage.
+
+[kramdown hp]: http://kramdown.gettalong.org "hp"
+
+This is a text with a
+footnote[^1].
+
+[^1]: And here is the definition.
+
+This is a text with a
+footnote[^2].
+
+[^2]:
+ And here is the definition.
+
+ > With a quote!
+
+ and some math
+ $$ x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} $$
+
+* * *
+
+
+
+
\ No newline at end of file
diff --git a/assets/blog/template/thumbnail.png b/assets/blog/template/thumbnail.png
new file mode 100644
index 0000000..df6a813
Binary files /dev/null and b/assets/blog/template/thumbnail.png differ
diff --git a/assets/blog/template/thumbnail.svg b/assets/blog/template/thumbnail.svg
new file mode 100644
index 0000000..aac63a3
--- /dev/null
+++ b/assets/blog/template/thumbnail.svg
@@ -0,0 +1,105 @@
+
+
diff --git a/feed.json b/feed.json
new file mode 100644
index 0000000..60ad383
--- /dev/null
+++ b/feed.json
@@ -0,0 +1,28 @@
+---
+layout: none
+---
+{
+ "version": "https://jsonfeed.org/version/1",
+ "title": {{ site.title | jsonify }},
+ "description": {% if site.description %}{{ site.description | jsonify }}{% endif %},
+ "home_page_url": "{{ site.url }}",
+ "feed_url": "{{ site.url }}/feed.json",
+ "favicon": "{{ site.url}}/favicon.ico",
+ "author": {
+ "name": "Tom Hodson"
+ },
+ "items": [
+
+ {% for post in site.posts limit:10 %}
+ {% unless post.draft %}
+ {
+ "id": "{{ post.url | prepend: site.baseurl | prepend: site.url }}",
+ "url": "{{ post.url | prepend: site.baseurl | prepend: site.url }}",
+ "title": {{ post.title | jsonify }},
+ "content_html": {{ post.content | jsonify }},
+ "date_published": "{{ post.date | date_to_rfc822 }}"
+ }{% unless forloop.last %},{% endunless %}
+ {% endunless %}
+ {% endfor %}
+ ]
+}
\ No newline at end of file
diff --git a/feed.xml b/feed.xml
new file mode 100644
index 0000000..a52d516
--- /dev/null
+++ b/feed.xml
@@ -0,0 +1,45 @@
+---
+layout: none
+---
+
+
+
+ {{ site.name | xml_escape }}
+ {% if site.description %}{{ site.description | xml_escape }}{% endif %}
+ {{ site.feed.update_period | default: "daily" | xml_escape }}
+ {{ site.feed.update_frequency | default: 1 | xml_escape }}
+ {{ site.url }}
+
+ {{ site.time | date_to_rfc822 }}
+ {% assign feed_items = site.feed.post_limit | default: 10 %}
+ {% for post in site.posts limit:feed_items %}
+ {% unless post.draft %}
+
+ {{ post.title | xml_escape }}
+ Tom Hodson
+ {% if post.excerpt %}
+
+ {% if post.social_image %}
+ ]]>
+ {% endif %}
+ {{ post.excerpt | xml_escape }}
+
+ {% else %}
+
+ Work a little, play a little, dream into summer, celebrate a great winter gone by, keep movin'... ]]>
+ {{ post.excerpt | xml_escape }}
+
+ {% endif %}
+ {{ post.date | date_to_rfc822 }}
+ {{ site.url }}{{ post.url }}
+ {{ site.url }}{{ post.url }}
+
+
+ {% endunless %}
+ {% endfor %}
+
+
\ No newline at end of file