Skip to content

Mirror of cyhoeddwn-guide hosted on GitLab. Forking this repo using GitHub? Use this repo! For everything else (including changes to shared docs), visit the GitLab repo below!

Notifications You must be signed in to change notification settings

cyhoeddwn/cyhoeddwn-guide

Repository files navigation

cyhoeddwn-guide

Deploying cyhoeddwn-guide

Covered in the wiki.

Local development

This is a repository for hosting the content in the wiki for the cyhoeddwn project. This project uses the Jekyll static site generator. Users with an installation of Ruby can host the site locally by running the following from a terminal:

# Optional (if you don't have bundler installed)
gem install bundler

cd cyhoeddwn-guide
bundle install
bundle exec jekyll serve --livereload

Alternatively, if you do not wish to maintain a local installation of Ruby, you may use the attached docker-compose file:

# You may need to prepend docker-compose with sudo depending on your install
docker-compose up -d

When you have set this up, navigate to localhost:4000

About

Mirror of cyhoeddwn-guide hosted on GitLab. Forking this repo using GitHub? Use this repo! For everything else (including changes to shared docs), visit the GitLab repo below!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published