Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 597 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 597 Bytes

paulrhayes.com

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

Running locally

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