A hexo.io statically generated site. The layout can be found in the themes directory, and articles in the source directory. All articles are available in markdown format.
Site experiments are available from https://github.com/fofr/paulrhayes.com-experiments
Install hexo.io:
npm install hexo -g
Clone this repository, and from it run:
npm install
To start the local server:
hexo server
And to generate a /public
directory for output:
hexo generate