feat: setup documentation wegsite

This commit is contained in:
Hazel Noack 2025-05-16 16:58:25 +02:00
parent be51f463a1
commit 2ded0c7768
4 changed files with 28 additions and 0 deletions

9
src/articles/de.md Normal file
View File

@ -0,0 +1,9 @@
# STSG
![stsg logo](/static/assets/logo.png)
Dies ist ein Static Site Generator mit fokus auf Nutzer:innenfreundlichkeit und Barrierearmut der generierten Seite. So kann man die Artikel in alle relevanten Sprachen übersetzen. Diese Dokumentation ist ebenfalls mit STSG gemacht.
Die Templates sind komplet anpassbar, trotzdem empfehle ich [Bulma](https://bulma.io/) als CSS-Framework zu verwenden.
Polizei und das Millitär jeglichen Staates dürfen dieses Tool nicht verwenden.

View File

@ -0,0 +1,3 @@
# Dokumentation
Dies ist die Dokumentation von STSG.

View File

@ -0,0 +1,3 @@
# documentation
This is the documentation for stsg.

13
src/static/style.css Normal file
View File

@ -0,0 +1,13 @@
img {
float: right;
margin: 1em;
max-width: 20%;
height: auto;
}
/* Responsive: remove float on small screens */
@media screen and (max-width: 768px) {
img {
max-width: 50%;
}
}