Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.03 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.03 KB

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.