Revise content structure (page bundles)
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
|
@ -21,6 +21,6 @@ Um den Dark-Mode von Firefox zu aktivieren, öffne [about:config](https://suppor
|
|||
|
||||
Falls du Websites entwickelst, könnte es hilfreich sein, schnell zwischen dem hellen und dem dunklen Modus zu wechseln. Öffne hierzu den *Inspektor* (Rechtsklick → Untersuchen):
|
||||
|
||||
![Dark- und Light-Mode im Firefox Inspektor](/upload/2021-05-15%20Firefox%20Inspector%20Dark%20Light%20Mode.png)
|
||||
![Dark- und Light-Mode im Firefox Inspektor](2021-05-15_firefox-inspector-dark-light-mode.png)
|
||||
|
||||
Du kannst das übrigens direkt auf meiner Website testen 🙂
|
||||
|
|
|
@ -21,6 +21,6 @@ To enable the Firefox Dark Mode open your Firefox' [about:config](https://suppor
|
|||
|
||||
For debugging purposes you can switch between dark and light mode using the *Inspector* (right-click → Inspect):
|
||||
|
||||
![Firefox' Inspector dark and light mode](/upload/2021-05-15%20Firefox%20Inspector%20Dark%20Light%20Mode.png)
|
||||
![Firefox' Inspector dark and light mode](2021-05-15_firefox-inspector-dark-light-mode.png)
|
||||
|
||||
You can test this right here on my website 🙂
|
||||
|
|
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 52 KiB |
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: "a »new« graphic for natenoms blog"
|
||||
title: "A revised graphic for Natenoms blog"
|
||||
author: ""
|
||||
date: 2020-08-29T12:12:53+02:00
|
||||
featured_image: "/upload/2020-09-20 fahrradteile v2.1.jpg"
|
||||
featured_image: "2020-09-20_fahrradteile-v2.1.jpg"
|
||||
categories:
|
||||
- natenomsblog
|
||||
tags:
|
||||
|
@ -14,4 +14,6 @@ type: "post"
|
|||
description: "I did make a new iteration of this graphic for Natenoms Blog."
|
||||
---
|
||||
|
||||
I did make a new iteration of this graphic for [Natenoms Blog](https://blog.natenom.com/).
|
||||
![Fahrradteile Version 2.1](2020-09-20_fahrradteile-v2.1.jpg)
|
||||
|
||||
I did make a new iteration of this graphic for [Natenoms Blog](https://blog.natenom.com/).
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 29 KiB |
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: "pure css icons for my gitea theme"
|
||||
title: "Pure CSS icons for my Gitea theme"
|
||||
author: ""
|
||||
date: 2020-10-05T12:14:51+02:00
|
||||
categories:
|
||||
|
@ -17,7 +17,7 @@ description: "I'm working on my gitea theme and just added a $nojavascript alter
|
|||
|
||||
I'm working on my gitea theme and just added a $nojavascript alternative for two icons with pure css. :)
|
||||
|
||||
[an image of how it actually looks](/upload/2020-10-05%20pure%20css%20icons%202.jpg)
|
||||
![an image of how it actually looks](2020-10-05_pure-css-icons-2.jpg)
|
||||
|
||||
# the code
|
||||
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: "my new gitea theme appears to be usable"
|
||||
title: "My new Gitea theme appears to be usable"
|
||||
author: ""
|
||||
date: 2020-09-29T12:12:53+02:00
|
||||
categories:
|
||||
|
@ -14,6 +14,8 @@ type: "post"
|
|||
description: "My – also new – gitea theme appears to be usable, as long as you're not logged in."
|
||||
---
|
||||
|
||||
![My Gitea-Instance as it appeared in September 2020](2020-09-29-git.vrifox.cc-2020-09.jpg)
|
||||
|
||||
My – [also new](https://vrifox.cc/blog/2020/vrifox.cc-rewritten-using-a-static-site-generator/) – gitea theme appears to be usable, as long as you're not logged in.
|
||||
|
||||
I wrote it from scratch in scss/sass, extra files for each page and sorted by **sub**page.
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
|
@ -12,6 +12,8 @@ type: "post"
|
|||
description: "In the past I always preferred to make every bit myself (and disliked generators)."
|
||||
---
|
||||
|
||||
![My website as of September 2020](2020-09-23_vrifox.cc-2020-09.jpg)
|
||||
|
||||
## Static Site Generator
|
||||
|
||||
In the past I always preferred to make every bit myself (and disliked generators). But I realized, that a static site generator might be the right thing for me, as I still make everything by myself, but can on the other hand make it more complex.
|