This code repository previously powered the Timber.io website. The site has since moved on to a newer codebase that is not public. This repository is being maintained in an archive state for posterity but may be deleted without warning in the future.
If you still wish to run this, please use the following instructions:
- 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
_posts
folder in the format2016-06-10-title-of-post.md
- Either use the cloudcannon admin or directly drop html files into the
_pages
folder and add their links toconfig.yml