[blog] translate and revise article
This commit is contained in:
parent
a0bd47649d
commit
7d930eebda
2 changed files with 29 additions and 6 deletions
23
content/blog/theme-for-gitea/index.de.md
Normal file
23
content/blog/theme-for-gitea/index.de.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
---
|
||||
title: "Mein neues Gitea-Theme"
|
||||
author: ""
|
||||
date: 2020-09-29T12:12:53+02:00
|
||||
categories:
|
||||
- natenomsblog
|
||||
tags:
|
||||
- gitea
|
||||
- opensource
|
||||
- webdesign
|
||||
|
||||
draft: false
|
||||
description: "Mein neues Gitea-Theme scheint benutzbar zu sein, solange man nicht angemeldet ist."
|
||||
slug: "theme-für-gitea"
|
||||
---
|
||||
|
||||
![So sah meine Gitea-Instanz im September 2020 aus](2020-09-29-git.vrifox.cc-2020-09.jpg)
|
||||
|
||||
Meine – [ebenfalls neues](https://vrifox.cc/blog/2020/vrifox.cc-rewritten-using-a-static-site-generator/) – scheint benutzbar zu sein, solange man nicht angemeldet ist.
|
||||
|
||||
Ich habe es komplett neu mit SCSS/SASS geschrieben und für jede Seite Dateien angelegt, die nach Unterseiten sortiert sind.
|
||||
|
||||
Der Quellcode kann auf meiner [Gitea-Instanz](https://code.cozy.town/vrifox/gitea-theme) betrachtet werden.
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: "My new Gitea theme appears to be usable"
|
||||
title: "My new Gitea theme"
|
||||
author: ""
|
||||
date: 2020-09-29T12:12:53+02:00
|
||||
categories:
|
||||
|
@ -10,13 +10,13 @@ tags:
|
|||
- webdesign
|
||||
|
||||
draft: false
|
||||
description: "My – also new – gitea theme appears to be usable, as long as you're not logged in."
|
||||
description: "My 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 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.
|
||||
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.
|
||||
I wrote it from scratch in SCSS/SASS, extra files for each page and sorted by subpage.
|
||||
|
||||
The source code can be found on my gitea instance: [git.vrifox.cc](https://git.vrifox.cc/vrifox/gitea-theme)
|
||||
The source code can be found on my [Gitea instance](https://code.cozy.town/vrifox/gitea-theme).
|
||||
|
|
Loading…
Reference in a new issue