Markdown Support & Auto Deploy
Note: Please make sure you have installed Node already.
You can generate and preview static site by the following command
$ npm run generate
$ cd dist
$ python -m SimpleHTTPServer 8080
Note: Please fork this repo and send pull request, netlify robot will generate deploy preview for you. The site will be auto deployed and refreshed when master branch updated.
Add markdown file to markdown/blog
-----
title: {{ blog title here }}
author: {{ blog author here }}
time: {{ created time here }}
order: {{ blog order here }}
comment: {{ blog comment here }}
---
-----
title: {{ activity title }}
time: {{ activity time }}
img: {{ img link }}
order: {{ community order }}
location: {{ community location }}
---
markdown/doc