Currently in development at https://internetfreedomhack.netlify.com
Continuously deployed via Netlify.
Based on Type Theme
- Install Docker and docker-compose
- Run
docker-compose up -d
. This will start the Jekyll development server. - Website should be available at http://localhost:4000. It will auto-regenerate on changes.
If it doesn't start successfully or stops auto-regenerating, check the logs with docker logs internetfreedomhack-website_site_1
.
If you make changes to Jekyll's _config.yml
you'll need to re-build: docker-compose exec site jekyll build
.