This is a no-brainer to get your single-post web page up and running. Just have to have Node and NPM installed. Styling is powered by 999.css.
Steps:
- Place the below
package.jsoninto an empty directory and enter this directory in your command line prompt. - Run
npm run scaffold. - Edit
domain,titleandauthorin theconfigsection of yourpackage.json. Thedomainmay be either a Surge subdomain or your own (please refer to the Surge docs). If you're going to host your page yourself, you may leavedomainempty.