This is the repository for the project website, hosted on www.travelogues-project.info.
- Jekyll, which is available for
- Ubuntu Linux
- MacOS
- Windows (not officially supported)
-
Download/clone this project.
-
Navigate to the directory and download/install the Ruby gems needed:
cd travelogues.github.io bundle install --path vendor/bundle
-
Launch the website locally:
bundle exec jekyll serve --incremental
The website can be tested at
http://localhost:4000/
.