Another Commit

This commit is contained in:
2017-07-16 18:13:10 -05:00
parent 86235fa2ae
commit 3f4485154e
3 changed files with 35 additions and 21 deletions

5
config.example.php Normal file
View File

@@ -0,0 +1,5 @@
<?php
define("TITLE", "Static File Generator");
define("MD_DIR", "MarkdownFiles");
define("DEFAULT_FILE", "out.html");
?>