Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 668 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 668 Bytes

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.

Running the website on a local machine

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