/website

ICONation website - https://iconation.team

Primary LanguageHTMLApache License 2.0Apache-2.0

ICONation logo

ICONation.team source

The ICONation.team website source: https://iconation.team

License

Overview

Very simple, no JS necessary. Using Hugo, a fast static website generator and NodeJS for building.

Getting started

Install Hugo:

This setup needs at least Hugo version 0.37.1.

Development

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.