Skip to content

nmtien/timber-io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

371 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

View at https://timber.io

  1. Ensure you have ruby installed if not check out rvm.io
  2. Make sure you have bundler: gem install bundler
  3. Grab node/npm from https://nodejs.org/en/download/ (optional)
  4. Install browser-sync globally with npm install -g browser-sync (optional)

Development

  1. jekyll server
  2. (optional live reloading) browser-sync start --files "_site" --proxy "localhost:4000" --reloadDelay "1000"

Deploying

  1. git push origin master – then let cloudcannon take care of the rest

Add Posts

  1. Either use the cloudcannon admin or directly drop markdown files into the _posts folder in the format 2016-06-10-title-of-post.md

Add Pages

  1. Either use the cloudcannon admin or directly drop html files into the _pages folder and add their links to config.yml

About

🌲 https://timber.io Public Site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 39.5%
  • HTML 34.7%
  • CSS 22.4%
  • Ruby 3.4%