A website for the UNESCO Chair in Urban Landscape
To help yourself port content from the previous website (WordPress), you can find a folder of all uploaded content here.
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