From ba41158c3c9202f56522835e740e09dadd05ffc7 Mon Sep 17 00:00:00 2001 From: constantinos Date: Mon, 17 Jul 2023 19:16:34 +0300 Subject: [PATCH] add customizations log !publish! --- content/article/dev-customizations.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 content/article/dev-customizations.md diff --git a/content/article/dev-customizations.md b/content/article/dev-customizations.md new file mode 100644 index 0000000..bd5c14a --- /dev/null +++ b/content/article/dev-customizations.md @@ -0,0 +1,24 @@ +--- +title: "Site Customizations 🦄⚫ " +date: "2023-07-15T17:48:23+03:00" +author: "anybody" +contributors: ["constantinos-miltiadis.md"] +draft: true +keywords: + - draft + - internal + - dev + - site customizations +abstract: | + Outline of customizations. +--- + +Current customizations +1. customization for `figcaptions` for images/tables/videos etc. Edits with commentary at + - `render-image.html` + - `site.min.css` +2. customization for background color for code blocks + - `site.min.css` -> `pre` and `code` classes + +Need to: +- expose publication date in content (single) and in page metadata (header) \ No newline at end of file