feat: setup documentation wegsite
This commit is contained in:
parent
be51f463a1
commit
2ded0c7768
9
src/articles/de.md
Normal file
9
src/articles/de.md
Normal file
@ -0,0 +1,9 @@
|
||||
# STSG
|
||||
|
||||

|
||||
|
||||
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.
|
3
src/articles/documentation/de.md
Normal file
3
src/articles/documentation/de.md
Normal file
@ -0,0 +1,3 @@
|
||||
# Dokumentation
|
||||
|
||||
Dies ist die Dokumentation von STSG.
|
3
src/articles/documentation/en.md
Normal file
3
src/articles/documentation/en.md
Normal file
@ -0,0 +1,3 @@
|
||||
# documentation
|
||||
|
||||
This is the documentation for stsg.
|
13
src/static/style.css
Normal file
13
src/static/style.css
Normal 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%;
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user