View at https://timber.io
- Ensure you have ruby installed if not check out rvm.io
- Make sure you have bundler:
gem install bundler - Grab node/npm from https://nodejs.org/en/download/ (optional)
- Install browser-sync globally with
npm install -g browser-sync(optional)
jekyll server- (optional live reloading)
browser-sync start --files "_site" --proxy "localhost:4000" --reloadDelay "1000"
git push origin master– then let cloudcannon take care of the rest
- Either use the cloudcannon admin or directly drop markdown files into the
_postsfolder in the format2016-06-10-title-of-post.md
- Either use the cloudcannon admin or directly drop html files into the
_pagesfolder and add their links toconfig.yml