From 614c30a30c235a2113b02562bb911eb08e9675c4 Mon Sep 17 00:00:00 2001 From: Martin Leduc <31558169+DecimalTurn@users.noreply.github.com> Date: Sun, 10 May 2026 22:29:12 +0000 Subject: [PATCH 1/7] dev: add serve script --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 145893f..197570b 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "private": true, "version": "0.1.0", "scripts": { + "dev": "bundle exec jekyll serve --livereload --host 0.0.0.0 --port 4000", "railroad": "node generate-railroad.js" }, "dependencies": { From 6ad39392f9bd78318522411d8da73f04bd1bf041 Mon Sep 17 00:00:00 2001 From: Martin Leduc <31558169+DecimalTurn@users.noreply.github.com> Date: Mon, 11 May 2026 01:23:20 +0000 Subject: [PATCH 2/7] feat: add TOC and adjust header --- _layouts/default.html | 113 +++++++++++++++++++++-- assets/css/style.scss | 210 ++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 307 insertions(+), 16 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index cce8007..ef578f9 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -26,19 +26,35 @@ {% endif %} - - - -

{{ page.title | default: site.title | default: site.github.repository_name }}

-

{{ page.description | default: site.description | default: site.github.project_tagline }}

+
+ + + +

{{ page.title | default: site.title | default: site.github.repository_name }}

+
{% if site.show_downloads %} Download .zip Download .tar.gz {% endif %} -
- {{ content }} + + + +
+ + +
+ {{ content }} -
+
+ + + + + + +