mkdocs/README.html
Yann Esposito (Yogsototh) 072eb64902
fix uris
2016-07-12 21:58:41 +02:00

44 lines
1.9 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="generator" content="pandoc">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
<title></title>
<style type="text/css">code{white-space: pre;}</style>
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" href="styling.css">
</head>
<body>
<nav id="TOC">
<ul>
<li><a href="#no-brainer-markdown-to-html-pdf">No Brainer Markdown to HTML &amp; PDF</a><ul>
<li><a href="#dependencies">Dependencies</a></li>
</ul></li>
</ul>
</nav>
<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: <a href="https://yogsototh.github.io/mkdocs/druid/druid.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://yogsototh.github.io/mkdocs/druid/druid.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>
<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>
<pre><code>./build.sh
./compile</code></pre>
<h2 id="dependencies">Dependencies</h2>
<ul>
<li><a href="http://pandoc.org">pandoc</a> Tested with pandoc 1.15.0.6</li>
<li><a href="http://xelatex.org">XeLaTeX</a> Tested with XeTeX 3.14159265-2.6-0.99992 (TeX Live 2015)</li>
<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="http://yannesposito.com">Y</a>
</div>
</body>
</html>