This is the repository for the BlueMap Documentation/Wiki at:
https://bluemap.bluecolored.de/
Assuming Jekyll and Bundler are installed on your computer:
- Change your working directory to the root directory of your site.
- Run
bundle install
. - Run
bundle exec jekyll serve
to build your site and preview it atlocalhost:4000
.
The built site is stored in the directory_site
.