Markdown: Watch for file changes. Removed sitegen dependency for links.

This commit is contained in:
Abiola Ibrahim
2015-08-04 23:35:09 +01:00
parent 32da2ed706
commit 851026d3fa
8 changed files with 205 additions and 26 deletions

View File

@ -1 +1,5 @@
---
title: first_post
sitename: title
---
# Test h1

View File

@ -1,7 +1,8 @@
<!DOCTYPE html>
<html>
<head>
<title>first_post</title>
<title>first_post</title>
</head>
<body>
<h1>Header title</h1>
@ -9,4 +10,4 @@
<h1>Test h1</h1>
</body>
</html>
</html>