The website of Committee of Zero over at sonome.dareno.me.
Built with Jekyll.
- Clone this repository recursively
git clone --recursive https://github.com/CommitteeOfZero/committeeofzero.github.io
- Install ruby
- Install dependencies
bundle install
- If problems arise, try
bundle update
- If problems arise, try
- Run
jekyll servebundle exec jekyll serve
- Uncomment the jekyll gems in
Gemfile(remove#)gem "jekyll", "3.3.0" gem "jekyll-paginate" gem "jekyll-sitemap"
- Comment out
gem "github-pages", group: :jekyll_pluginsinGemfile(with#). - Uncomment the
gemsattribute in_config.yml(You might need to rungems: - jekyll-sitemap - jekyll-paginate
bundle installagain) - Uncomment the
urlattribute in_config.ymland set it accordinglyMake sure to set the URL string to the public URL of the machine you are hosting on.url: "http://temp.dareno.me"
- Run
jekyll servein production modeJEKYLL_ENV=production bundle exec jekyll serve