hackerspace-blueprint/pandoc-metadata.yaml

18 lines
588 B
YAML

---
#
# 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
#
title: "Hack the Hackerspace: empowering people to be awesome"
author: [Hackerspace Gent]
tags: [Markdown, Example]
header-includes: |
\usepackage{sectsty}
\sectionfont{\clearpage}
\usepackage{pdfpages}
links-as-notes: yes
---