The icon.community website is the main hub to direct members of the ICON ecosystem to available resources. This site includes blogs, links to other media, and general information about the ICON community!
This repository contains the code and assets for the icon.community site. To preview the site in a local environment, you'll need to install the Hugo static site generator.
Hugo supports multiple platforms including macOS, Windows, and Linux.
For macOS and Linux users, we recommend using Homebrew to install Hugo.
brew install hugo
For Windows users, we recommend using Chocolatey to install Hugo.
choco install hugo -confirm
After installing Hugo, navigate to the project directory and install the npm dependencies with the command below.
npm install
Once the dependencies have been installed, run the command below to start a local Hugo server.
hugo server
Whenever you make a change to the site code or content, Hugo will automatically rebuild the site.