This commit is contained in:
Yann Esposito (Yogsototh) 2016-07-12 21:58:41 +02:00
parent ec745e3687
commit 072eb64902
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646
5 changed files with 12 additions and 12 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> <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> <p>For each markdown files it will generate:</p>
<ul> <ul>
<li>an HTML Document: <a href="https://github.com/yogsototh/mkdocs/druid/druid.html">example</a></li> <li>an HTML Document: <a href="https://yogsototh.github.io/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>an HTML Presentation (using reveal.js): <a href="https://yogsototh.github.com/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 Document (using XeLaTeX): <a href="https://yogsototh.github.io/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> <li>a PDF Presentation (using Beamer): <a href="https://yogsototh.github.io/mkdocs/druid/druid.beamer.pdf">example</a></li>
</ul> </ul>
<pre><code>./compile.sh</code></pre> <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> <p>If you want to be the 1337, install <a href="http://haskellstack.org"><code>stack</code></a> and</p>

View file

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

Binary file not shown.

View file

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