top img in website
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
Sebastian Frank
2019-03-08 15:20:10 +01:00
parent a8ad0f0b59
commit 7fa0c67f6f
24 changed files with 100 additions and 3 deletions

View File

@@ -2,6 +2,14 @@
Markdown:
ChromaRenderer: False
Data:
background: /img/coffee.jpg
slider:
- img: /img/coffee.jpg
alt:
opacity: 1
---
# mark2web

View File

@@ -1,3 +1,13 @@
---
Data:
background: /img/laptop.jpg
slider:
- img: /img/laptop.jpg
alt:
opacity: 1
---
# Installation
Damit die korrekten Versionsinformationen dynamisch in das finale mark2web-Binary eingefügt wurde, ist eine manuelle Installation aus dem Git-Repository sinnvoll.

View File

@@ -1,3 +1,13 @@
---
Data:
slider:
- img: /img/folder.jpg
alt:
opacity: 1
---
# Benutzung
## Ordnerstruktur
@@ -38,6 +48,8 @@ DIR assets (kann auch abweichend benannt werden)
DIR css
DIR templates
DIR filters
FILE myfilter.js
FIL base.html
FIL base_sub.html

View File

@@ -1,3 +1,13 @@
---
Data:
slider:
- img: /img/wire.jpg
alt:
opacity: 1
---
# Konfiguration
Die Konfigurationsdatein sind im YAML-Format gehalten (siehe: [Wikipedia](https://de.wikipedia.org/wiki/YAML)).

View File

@@ -1,3 +1,13 @@
---
Data:
slider:
- img: /img/write.jpg
alt:
opacity: 1
---
# Inhalte
Die Inhalte der Website werden im Ordner `content` und dessen Unterordnern gespeichert.

View File

@@ -1,3 +1,13 @@
---
Data:
slider:
- img: /img/design.jpg
alt:
opacity: 1
---
# Templates
Templates werden über das pongo2-Paket gerendert. Dieses nutzt die Template-Sprache **Django-Template**.

View File

@@ -1,2 +1,9 @@
This:
GoTo: ordnerstruktur
GoTo: ordnerstruktur
Data:
slider:
- img: /img/gears.jpg
alt:
opacity: 1

View File

@@ -1,5 +1,14 @@
---
Template: base_blog.html
Data:
background: /img/blog.jpg
slider:
- img: /img/blog.jpg
alt:
opacity: 1
---
# Blog