Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 786 Bytes

readme.md

File metadata and controls

31 lines (21 loc) · 786 Bytes

Cluj Coworking Space Homepage

Patches welcome!

Requirements

All the stuff can be found in Gemfile. Make sure you run bundle.

  • Jekyll
  • Compass
  • Zurb Foundation

Usage

$ jekyll build

=> The current folder will be generated into ./_site

$ jekyll build --destination

=> The current folder will be generated into

$ jekyll build --source --destination

=> The folder will be generated into

$ jekyll build --watch

=> The current folder will be generated into ./_site,

watched for changes, and regenerated automatically.

$ jekyll serve

=> A development server will run at http://localhost:4000/

Auto-regeneration: enabled. Use --no-watch to disable.