„README.MD“ ändern

This commit is contained in:
xoy 2023-05-06 14:38:25 +00:00
parent 1944320a50
commit 52868e1718
1 changed files with 14 additions and 11 deletions

View File

@ -8,18 +8,21 @@
## Struktur
| Name | Pfad |
| --------------- | ----------- |
| Templates | /templates/ |
| Seiten | /pages/ |
| Events | /events/ |
| Bilder | /images/ |
| CSS | /css/ |
| PHP Scripts | /php/ |
| Name | Pfad |
| --------------- | --------------- |
| Templates | /templates/ |
| Seiten | /pages/ |
| Events | /events/ |
| Bilder | /images/ |
| Post Bilder | /images/posts/ |
| CSS | /css/ |
| PHP Scripts | /php/ |
## Erstellen neuer Events
Datei im Eventverzeichnis Anlegen: *YYYY-MM-DD.html*
Datei im Eventverzeichnis Anlegen:
- Nummerierung beachten!
- *.md* Dateierweiterung verwenden!
```
Blogpost Titel
@ -27,7 +30,7 @@ Blogpost Beschreibung
Blogpost Datum
Blogpost Autor
------------------------
# Content below here!
# Content here!
```
Strukturierung:
@ -47,7 +50,7 @@ Blogpost Autor
- Content
```
# Content below here!
# Content here!
```
Unter dem Trenner kann Markdown verwendet werden.