Quick onepage site from markdown with Pandoc
Create index.md with title as frontmatter
---
title: some title
---
Some text
create a template file that contains the html page code
$title$
$body$
update the html file with
pandoc --template template.html -o index.html index.md