This is a simple, stupid, hackable website compiler using simply PHP and Markdown.
- Copy
config.example.php
andsrc.example
toconfig.php
andsrc
, for simplifying git update. - Open config.php, change the absolute path.
- Put your content into
src/[pagename].markdown
using markdown syntax. - Write
"[pagename]" => "Page title",
intosrc/info.php
. - run
marksite.php
. - All the magic things happens at
html
directory. Hurray!