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

github.com/curttimson/hugo-theme-dopetrope.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCurtis Timson <curt@live.co.uk>2018-05-15 13:07:19 +0300
committerCurtis Timson <curt@live.co.uk>2018-05-15 13:07:19 +0300
commit3d037bf5dd5bb572c30e1b1982dffacf573db047 (patch)
tree5e6920df99c707afc23273c508bf9a99be478380
parent26192ab55da977c91d45abb7af7117469b60d338 (diff)
Update demo site URL to Netlify
-rw-r--r--README.md3
-rw-r--r--exampleSite/config-prod.toml2
2 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 91f2b13..0ba030b 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ Theme includes ability for:
## Demo
-https://curttimson.github.io/hugo-theme-dopetrope/
+https://hugo-theme-dopetrope.netlify.com/
## Setup
@@ -65,7 +65,6 @@ The cover image URL is hard-coded, therefore to replace this add an image to the
```
$ hugo --config config-prod.toml
-$ gulp deploy
```
## Original Theme Credits
diff --git a/exampleSite/config-prod.toml b/exampleSite/config-prod.toml
index 26fd9d3..90fa1dd 100644
--- a/exampleSite/config-prod.toml
+++ b/exampleSite/config-prod.toml
@@ -1,6 +1,6 @@
languageCode = "en-us"
title = "Dopetrope"
-baseURL = "https://curttimson.github.io/hugo-theme-dopetrope/"
+baseURL = "https://hugo-theme-dopetrope.netlify.com/"
theme = "../.."
[params.portfolio]