jgdr/content/article/dev-customizations.md
2023-08-15 18:51:46 +03:00

27 lines
No EOL
805 B
Markdown

---
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 (all theme customizations include a note)
1. edit for `figcaption` for images/tables/videos etc. Edits with commentary at
- `render-image.html`
- `site.min.css`
2. add background color for code blocks
- `site.min.css` -> `pre` and `code` classes
3. omit entry date from keyword view
- `\layouts\taxonomy\list.html` (line commented)
4. commented out `h2-6:before{}` which produced double numbering of headings (`site.min.css`)
Need to:
- expose publication date in content (single) and in page metadata (header)