From 30ec115a733043dac8292e4d138ccdbcee0cc331 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Wed, 27 Nov 2024 13:59:37 -0500 Subject: [PATCH] tinkering --- _config.yml | 3 +- src/_layouts/default.html | 10 + src/_plugins/jekyll-datapage-generator.rb | 218 ++++++++++++++++++ src/_sass/common/font.scss | 5 + src/_sass/default.scss | 37 ++- src/_sass/photo.scss | 7 +- src/assets/css/highlight/vs.css | 33 +++ ...4-11-24-the-project-i-will-never-finish.md | 2 +- 8 files changed, 301 insertions(+), 14 deletions(-) create mode 100644 src/_plugins/jekyll-datapage-generator.rb create mode 100644 src/_sass/common/font.scss create mode 100644 src/assets/css/highlight/vs.css diff --git a/_config.yml b/_config.yml index 4f1bd00..8d09ff7 100644 --- a/_config.yml +++ b/_config.yml @@ -23,13 +23,14 @@ feed: markdown: kramdown kramdown: input: GFM + mathjax: true # Plugins plugins: - jekyll-feed # Per-collection settings -# collections_dir: _collections +collections_dir: collections collections: posts: output: true diff --git a/src/_layouts/default.html b/src/_layouts/default.html index 621195b..4fd7af6 100644 --- a/src/_layouts/default.html +++ b/src/_layouts/default.html @@ -13,6 +13,7 @@ + @@ -56,6 +57,15 @@
+ {% if page.title %} +
+

{{ page.title }}

+ {% if page.description %} + {{ page.description }} + {% endif %} +
+ {% endif %} + {{ content }}