dont track dist

This commit is contained in:
Lukas Z 2022-09-11 15:22:45 +02:00
parent fb2f5fb45b
commit 761f3c6e0e
4 changed files with 7 additions and 28 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
.DS_Store
dist

View File

@ -1,9 +1,13 @@
build: slides website
slides:
slides: dist
pandoc slides/slides.md -o dist/slides.pdf -t beamer -V theme:DarkConsole
website:
dist:
mkdir -p dist
mkdir -p dist/website
website: dist
cp -f website/style.css dist/website/style.css
cp -f dist/slides.pdf dist/website/slides.pdf
pandoc website/site.md -o dist/website/index.html -c style.css -s

BIN
dist/slides.pdf vendored

Binary file not shown.

View File

@ -1,26 +0,0 @@
<p></p>
<hr />
<h1 id="links">Links</h1>
<ul>
<li>Einstieg</li>
<li>p5-Editor</li>
<li>Code-Beispiele
<ul>
<li>Beispiel 1 (Shapes)</li>
<li>Beispiel 2 (Color)</li>
<li>Beispiel 3 (Interaktion)</li>
</ul></li>
</ul>
<h2 id="weiterführende-links">Weiterführende Links</h2>
<ul>
<li>p5 Bibliotheksreferenz</li>
<li>Interaktive Paramterübersicht</li>
<li>Daniel Shiffman</li>
<li>OpenProcessing</li>
</ul>
<h1 id="editor">Editor</h1>
<iframe id="p5.js web editor embed" title="p5.js web editor embed" width="800" height="600" src="https://editor.p5js.org/">
</iframe>
<footer>
<a href="ag-link.xyz/impressum">Impressum / Datenschutz</a>
</footer>