fixed visible metadata on github

This commit is contained in:
Merlijn Sebrechts 2018-05-20 22:49:34 +02:00
parent 7a3cb7b151
commit 04a46d2d36
2 changed files with 14 additions and 16 deletions

View File

@ -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.

14
pandoc-metadata.yaml Normal file
View File

@ -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
---