Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.md - github.com/gohugoio/gohugoioTheme2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 571aae1afde55a1079c2bcb09f4b482a391c63a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[![Netlify Status](https://api.netlify.com/api/v1/badges/e5378481-26cc-4274-b3c4-e2ff61135f85/deploy-status)](https://app.netlify.com/sites/gohugoiotheme/deploys)

**Work in progress.**

The [exampleSite](./exampleSite) is built to https://gohugoiotheme.netlify.app/

To make changes to the theme locally, you need Go, NPM and Hugo installed. Then:

* `cd exampleSite`
* `npm i`
* `hugo server`

Then edit the files in the root directory.