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

github.com/curttimson/hugo-theme-massively.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-14 12:59:28 +0300
committerGitHub <noreply@github.com>2018-05-14 12:59:28 +0300
commit92240d5d5d9dd1e708df492082fe11ab92366921 (patch)
treec5ad365d4f0084941688039727a03bd463d73b1c
parent7dd609fc1df81723a0abf4e818aa6273b9ca4a45 (diff)
parent8dc8b2b7380d4a2a9741f075fc43d4e1fd2024f7 (diff)
Merge pull request #31 from curttimson/feature/netlify-migration
Update exampleSite prod baseURL to Netlify
-rw-r--r--README.md2
-rw-r--r--exampleSite/config-prod.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 25b6901..ea4e9fb 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ Massively theme ported from [HTML5 UP](https://html5up.net/) for use with the [H
## Demo
-https://curttimson.github.io/hugo-theme-massively/
+https://hugo-theme-massively.netlify.com/
## Setup
diff --git a/exampleSite/config-prod.toml b/exampleSite/config-prod.toml
index 5e50c30..3888702 100644
--- a/exampleSite/config-prod.toml
+++ b/exampleSite/config-prod.toml
@@ -1,6 +1,6 @@
languageCode = "en-us"
title = "Massively"
-baseURL = "https://curttimson.github.io/hugo-theme-massively/"
+baseURL = "https://hugo-theme-massively.netlify.com/"
theme = "../.."
[params.posts]