Hacker News new | ask | show | jobs
by quickthrower2 1543 days ago
Depending on your JS ethics, and care for SEO, each page could be like this, allowing you to change style and layout at a later date.

    <body>
       <script src="./magic.js"></script>
       # Markdown goes here
       * etc.
    </body>
Where magic.js converts MD to HTML, adds CSS/Templating, and somehow if it can get a list of files from the server can produce a list of posts.