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