commit 1e50d50d9bd4e1282002642ae0a96705b9b7bbb3 parent 795916653ac8d70784a3361a793691d1f33ea81b Author: JayVii <jayvii[AT]posteo[DOT]de> Date: Sun, 28 Jul 2024 13:16:09 +0200 feat: add screenshots to README Diffstat:
M | README.md | | | 29 | ++++++++++++++++++++++++++++- |
1 file changed, 28 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -17,7 +17,34 @@ You can run ktistec via the provided ## CSS -Minify CSS: +Currently, the `./css/` directory contains three theming tweaks: + +- purple-ish: a modern theme with automatic dark/bright mode and purple + highlights +- layout: small adjustments of the layout +- attachments: small adjustments to improve display of image and video + attachments within posts + +Example for the Purple-ish Theme: + +<img + src="https://paste.jayvii.de/7e381ec8f9dd995c8c6b3c597fb6b8ec650626b177e70ae6742472eec1880ce0" + alt="Screenshot of the purpleish theme" + title="Purpleish Theme in Dark Mode" + width="100%" +/> + +Example for the Layout tweaks (pagination buttons): + +<img + src="https://paste.jayvii.de/9fa1b7e02b6e9b8cc91c0a99d27c3ebb44bb3173faf3439ad4f0f17d64bf6f7f" + alt="Screenshot of the layout tweaks" + title="Pagination Buttons stretched across full width" + width="100%" +/> + + +**Minify CSS:** ```bash make minify-css