Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 732 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 732 Bytes

Unesco Studio

A website for the UNESCO Chair in Urban Landscape

Media

To help yourself port content from the previous website (WordPress), you can find a folder of all uploaded content here.

Getting started

Setup ruby:

# to do

If you are on MacOS, you most-likely will need to configure the proper ruby verison else the vendor-provided verison will be used and it is too old to run this project's gems:

# to do

Install jekyll:

gem install jekyll bundler

Run the project locally:

bundle exec jekyll serve --livereload