diff --git a/.gitignore b/.gitignore index e61bca2..c8f7987 100644 --- a/.gitignore +++ b/.gitignore @@ -114,3 +114,8 @@ dmypy.json # Pyre type checker .pyre/ +# editor-specific +*.swp +.vscode/ +*~ + diff --git a/structure-draft b/structure-draft new file mode 100644 index 0000000..92161ec --- /dev/null +++ b/structure-draft @@ -0,0 +1,73 @@ +- 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..md, + # optional + default_layout: # optional + +----------------------------------------- + Config +----------------------------------------- + +footer: + de: Fußzeile + en: footer + +----------------------------------------- + Inhalte +----------------------------------------- + +@SLIDE(layout=foo) + +@FELD1 +ffdjklfjskl + +@FELD2 +djfskf jslf sjklf jsdf skl + +@SLIDE + + + +----------------------------------------- + Layouts +----------------------------------------- + + + + … + {{CONTENT}} + … + + +----------------------------------------- + +
+

@FELD1(inline=true)

+
+
+ @FELD2 +
+
+ +