24 lines
607 B
Markdown
24 lines
607 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
|
||
|
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)
|