https://github.com/brsynth/icfree-web
Source code for the iCFree website
https://github.com/brsynth/icfree-web
Last synced: 5 months ago
JSON representation
Source code for the iCFree website
- Host: GitHub
- URL: https://github.com/brsynth/icfree-web
- Owner: brsynth
- Created: 2021-09-22T08:49:23.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-23T08:02:35.000Z (over 3 years ago)
- Last Synced: 2025-09-09T20:14:08.718Z (9 months ago)
- Language: HTML
- Homepage: https://icfree.org/
- Size: 3.38 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Source code for [icfree.org](https://icfree.org). The website was built using [Hugo](https://gohugo.io/).
The domain name is available untill 21/09/2026. Check [ovh.com](https://www.ovh.com/fr/) for manual renewal.
# Running the website on a local machine
Clone repository
~~~bash
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
~~~bash
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**.
~~~bash
hugo
~~~