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.json
into an empty directory and enter this directory in your command line prompt. - Run
npm run scaffold
. - Edit
domain
,title
andauthor
in theconfig
section of yourpackage.json
. Thedomain
may 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 leavedomain
empty.