Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 692 Bytes

File metadata and controls

22 lines (16 loc) · 692 Bytes

Getting started

After installing the theme successfully it requires a just a few more steps to get your site running.

Update config file

Copy the config.toml in the exampleSite to the root of your Hugo site. Change strings as you like.

Check your site

In order to see your site in action, run Hugo's built-in local server.

npm run start

Now enter localhost:1313 in the address bar of your browser.

Build your site

npm run build

How to contribute to this project

Interested in contributing to this board? You can check out the Contributing guide to get started.