From 04a46d2d3637f656daf0cedb0a3825417205397d Mon Sep 17 00:00:00 2001 From: Merlijn Sebrechts Date: Sun, 20 May 2018 22:49:34 +0200 Subject: [PATCH] fixed visible metadata on github --- README.md | 16 ---------------- pandoc-metadata.yaml | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 16 deletions(-) create mode 100644 pandoc-metadata.yaml diff --git a/README.md b/README.md index 4f81a4b..d82c733 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,3 @@ ---- -# -# This document contains some pandoc-specific markdown syntax. -# Export it to pdf by running -# pandoc README.md [0-9]*.md -o hack-the-hackerspace.pdf -# -# -# This is an inline yaml metadata code block that specifies custom headers and footers -# using latex. Pandoc will probably be the only interpreter that does something useful with it. -# source: https://tex.stackexchange.com/questions/139139/adding-headers-and-footers-using-pandoc -# -header-includes: | - \usepackage{sectsty} - \sectionfont{\clearpage} -links-as-notes: yes ---- # We are a Hackerspace A hackerspace is a physical place, run by people interested in various aspects of constructive & creative hacking. From finding ways to make your beer cold in a matter of seconds to building a do-it-yourself sms-voting-system with an old android phone. diff --git a/pandoc-metadata.yaml b/pandoc-metadata.yaml new file mode 100644 index 0000000..1f06c56 --- /dev/null +++ b/pandoc-metadata.yaml @@ -0,0 +1,14 @@ +--- +# +# This document contains some pandoc-specific metadata. +# +# +# This is an inline yaml metadata code block that specifies custom headers and footers +# using latex. Pandoc will probably be the only interpreter that does something useful with it. +# source: https://tex.stackexchange.com/questions/139139/adding-headers-and-footers-using-pandoc +# +header-includes: | + \usepackage{sectsty} + \sectionfont{\clearpage} +links-as-notes: yes +--- \ No newline at end of file