The ICONation.team website source: https://iconation.team
Very simple, no JS necessary. Using Hugo, a fast static website generator and NodeJS for building.
- On OSX with homebrew:
brew install hugo
- Or download a release from here: https://github.com/gohugoio/hugo/releases
This setup needs at least Hugo version 0.37.1.
Start development mode (with hot reloading):
hugo server -D
Then you can visit the generated site at http://localhost:1313. As soon as source files change, hugo builds and reloads the page.