onpoint/structure-draft

74 lines
1.1 KiB
Plaintext

- lib
- script.py
- test
- config.yml
- slides
- chapter1.en.md
- chapter1.de.md
- styles
- style.sass
- layouts
-
- lib
- dist
- project
- slides.yml
-----------------------------------------
Struktur
-----------------------------------------
- chapter1:
source: chapter1
# implizit: chapter1.<lang>.md,
# optional
default_layout: <layout> # optional
-----------------------------------------
Config
-----------------------------------------
footer:
de: Fußzeile
en: footer
-----------------------------------------
Inhalte
-----------------------------------------
@SLIDE(layout=foo)
@FELD1
ffdjklfjskl
@FELD2
djfskf jslf sjklf jsdf skl
@SLIDE
-----------------------------------------
Layouts
-----------------------------------------
<!DOCTYPE html>
<html>
{{CONTENT}}
</html>
-----------------------------------------
<section>
<h2>@FELD1(inline=true)</h2>
<div>
<div>
@FELD2
</div>
</div>
<footer>@footer</footer>
</section>