Source code for icfree.org. The website was built using Hugo. The domain name is available untill 21/09/2026. Check ovh.com for manual renewal.
Clone repository
git clone https://github.com/brsynth/icfree-web.git
Install Hugo by following the instructions here: https://gohugo.io/getting-started/installing/
Run the server to access the website
hugo server -D
Build the public folder for deployment. You need to generate this folder and delete the old one each time you make changes to the source code.
hugo