updated readme with examples

This commit is contained in:
Yann Esposito (Yogsototh) 2016-07-12 21:56:25 +02:00
parent c471865bb8
commit ec745e3687
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646
10 changed files with 14 additions and 14 deletions

Binary file not shown.

View file

@ -22,10 +22,10 @@
<h1 id="no-brainer-markdown-to-html-pdf">No Brainer Markdown to HTML &amp; PDF</h1>
<p>For each markdown files it will generate:</p>
<ul>
<li>an HTML Document</li>
<li>an HTML Presentation (using reveal.js)</li>
<li>a PDF Document (using XeLaTeX)</li>
<li>a PDF Presentation (using Beamer)</li>
<li>an HTML Document: <a href="https://github.com/yogsototh/mkdocs/druid/druid.html">example</a></li>
<li>an HTML Presentation (using reveal.js): <a href="https://github.com/yogsototh/mkdocs/druid/druid.reveal.html">example</a></li>
<li>a PDF Document (using XeLaTeX): <a href="https://github.com/yogsototh/mkdocs/druid/druid.pdf">example</a></li>
<li>a PDF Presentation (using Beamer): <a href="https://github.com/yogsototh/mkdocs/druid/druid.beamer.pdf">example</a></li>
</ul>
<pre><code>./compile.sh</code></pre>
<p>If you want to be the 1337, install <a href="http://haskellstack.org"><code>stack</code></a> and</p>
@ -38,7 +38,7 @@
<li><a href="https://github.com/matze/mtheme">metropolis</a> Beamer theme (working forked version here: <a href="https://github.com/yogsototh/mtheme"><code>https://github.com/yogsototh/mtheme</code></a>)</li>
</ul>
<div id="footer">
<a href="yannesposito.com">Y</a>
<a href="http://yannesposito.com">Y</a>
</div>
</body>
</html>

View file

@ -5,10 +5,10 @@ theme: metropolis
For each markdown files it will generate:
- an HTML Document
- an HTML Presentation (using reveal.js)
- a PDF Document (using XeLaTeX)
- a PDF Presentation (using Beamer)
- an HTML Document: [example](https://github.com/yogsototh/mkdocs/druid/druid.html)
- an HTML Presentation (using reveal.js): [example](https://github.com/yogsototh/mkdocs/druid/druid.reveal.html)
- a PDF Document (using XeLaTeX): [example](https://github.com/yogsototh/mkdocs/druid/druid.pdf)
- a PDF Presentation (using Beamer): [example](https://github.com/yogsototh/mkdocs/druid/druid.beamer.pdf)
~~~
./compile.sh

Binary file not shown.

View file

@ -41,10 +41,10 @@
<h1>No Brainer Markdown to HTML &amp; PDF</h1>
<p>For each markdown files it will generate:</p>
<ul>
<li>an HTML Document</li>
<li>an HTML Presentation (using reveal.js)</li>
<li>a PDF Document (using XeLaTeX)</li>
<li>a PDF Presentation (using Beamer)</li>
<li>an HTML Document: <a href="https://github.com/yogsototh/mkdocs/druid/druid.html">example</a></li>
<li>an HTML Presentation (using reveal.js): <a href="https://github.com/yogsototh/mkdocs/druid/druid.reveal.html">example</a></li>
<li>a PDF Document (using XeLaTeX): <a href="https://github.com/yogsototh/mkdocs/druid/druid.pdf">example</a></li>
<li>a PDF Presentation (using Beamer): <a href="https://github.com/yogsototh/mkdocs/druid/druid.beamer.pdf">example</a></li>
</ul>
<pre><code>./compile.sh</code></pre>
<p>If you want to be the 1337, install <a href="http://haskellstack.org"><code>stack</code></a> and</p>

Binary file not shown.

View file

@ -508,7 +508,7 @@ Task 2: [ ]
<li>Profit!</li>
</ol>
<div id="footer">
<a href="yannesposito.com">Y</a>
<a href="http://yannesposito.com">Y</a>
</div>
</body>
</html>

Binary file not shown.

Binary file not shown.

BIN
index.pdf

Binary file not shown.