Stellar is a simple one page site originally created by HTML5UP. This Hugo theme is a port of theme inspired by another theme port Highlights
This theme provides the following features
- Google Analytics
- responsive
Inside the folder of your Hugo site run:
$ cd themes
$ git clone https://github.com/antonpolishko/hugo-stellar-theme
For more information read the official setup guide of Hugo.
After installing the Hugo Stellar Theme it requires a just few more steps to get your site running.
Take a look inside the exampleSite
folder of this theme. You'll find a file called config.toml
All icons are part of Fontawesome's icon font. Look at the website of Fontawesome for more icons. The icons are represented by their corresponding CSS class of Fontawesome.
In order to see your site in action, run Hugo's built-in local server.
$ hugo server
Now enter localhost:1313
in the address bar of your browser.
Did you found a bug or got an idea for features? Feel free to use the issue tracker to let me know.
The theme is licensed under the MIT
Thanks to
- HTML5UP for creating this theme
- Steve Francia for creating Hugo and the awesome community around the project.
- Manuel Schneider for providing an example of porting html5up theme to hugo