mkdocs/README.html
Yann Esposito (Yogsototh) b76d771e6d better template
2016-03-25 21:47:13 +01:00

35 lines
1.3 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>Given a tree of markdown file, generate an HTML and PDF generated file for each. Just launch.</p>
<pre><code>./compile.sh</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="yannesposito.com">Y</a>
</div>
</body>
</html>