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

github.com/gohugoio/gohugoioTheme2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-03-03 14:02:45 +0300
committerGitHub <noreply@github.com>2022-03-03 14:02:45 +0300
commitad997e8152e7802ae26a7d94de77c75fd00898e9 (patch)
tree0cbfe05fc698d77c2f28682d7b8cbc4e9396e73e
parent886757a830a3b4e13a87faaf59d03f872007cfe0 (diff)
Update README.md
-rw-r--r--README.md15
1 files changed, 13 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8c2edef..1688add 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,13 @@
-# gohugoioTheme2
-Work in progress.
+[![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/
+
+Bo 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.