Skip to content

hackforprivacy/internetfreedomhack-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b56f351 · Sep 1, 2021
Oct 16, 2019
Nov 5, 2018
Oct 21, 2019
Nov 5, 2018
Mar 14, 2018
Nov 4, 2019
Oct 22, 2019
Oct 20, 2018
Nov 7, 2018
Mar 21, 2018
Nov 4, 2019
Oct 31, 2018
Oct 31, 2018
Mar 17, 2015
Mar 14, 2018
May 16, 2018
Oct 21, 2019
May 16, 2018
Oct 14, 2017
Oct 21, 2019
Sep 17, 2017
Oct 31, 2018
Oct 31, 2018
Nov 16, 2017
Sep 1, 2021

Repository files navigation

Internet Freedom Hack

Currently in development at https://internetfreedomhack.netlify.com

Continuously deployed via Netlify.

Based on Type Theme


Development setup

  1. Install Docker and docker-compose
  2. Run docker-compose up -d. This will start the Jekyll development server.
  3. Website should be available at http://localhost:4000. It will auto-regenerate on changes.

Troubleshooting

If it doesn't start successfully or stops auto-regenerating, check the logs with docker logs internetfreedomhack-website_site_1.

Changing _config.yml

If you make changes to Jekyll's _config.yml you'll need to re-build: docker-compose exec site jekyll build.