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

github.com/tosi29/inkblotty.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--netlify.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 25548e0..e30259c 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# Inkblotty
Inkblotty is a Hugo theme based on [Inkblot](https://github.com/mgsisk/inkblot).
-[Demo](https://clever-visvesvaraya-e41cfa.netlify.com/)
+[Demo](https://hugo-theme-inkblotty.netlify.com)
## Features
diff --git a/netlify.toml b/netlify.toml
index b3ea341..d0d26cb 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -1,5 +1,5 @@
[build]
- command = "hugo -c ./exampleSite/content/ --config ./exampleSite/config.toml --baseURL https://clever-visvesvaraya-e41cfa.netlify.com/ -t ''"
+ command = "hugo -c ./exampleSite/content/ --config ./exampleSite/config.toml --baseURL https://hugo-theme-inkblotty.netlify.com -t ''"
publish = "public"
[build.environment]