Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 433 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 433 Bytes

Infection PHP

This site is built with hexo. Site content is written in Markdown format located in src. Pull requests welcome!

URL: infection.github.io

Developing

Start a dev server at localhost:4000:

$ npm install -g hexo-cli
$ npm install
$ hexo server

Deploying

$ hexo deploy -g

This site was forked and inspired by Vue.js documentation site