jgdr/content/article/dev-customizations.md

26 lines
757 B
Markdown
Raw Normal View History

2023-07-17 19:16:34 +03:00
---
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.
---
2023-08-02 15:40:08 +03:00
Current customizations (all theme customizations include a note)
2023-07-17 19:16:34 +03:00
1. customization for `figcaptions` for images/tables/videos etc. Edits with commentary at
2023-08-02 15:40:08 +03:00
- `render-image.html`
2023-07-17 19:16:34 +03:00
- `site.min.css`
2. customization for background color for code blocks
- `site.min.css` -> `pre` and `code` classes
2023-08-02 15:40:08 +03:00
3. customization for omitting entry date from keyword view
- `\layouts\taxonomy\list.html` (line commented)
2023-07-17 19:16:34 +03:00
Need to:
- expose publication date in content (single) and in page metadata (header)