Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 451 Bytes

File metadata and controls

26 lines (16 loc) · 451 Bytes

Renorb.org website

Requirements:

  • jekyll
  • compass

(See Gemfile for versions)

Develop:

Jekyll is responsible for building the site, the current target is the _site directory. To get jekyll to auto update the site on your local machine run:

jekyll --auto --server

Compass is there for the stylesheets, the current target is the stylesheets directory. For compass to keep the stylesheets updated run:

compass watch