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:
authortosi29 <tosi16@gmail.com>2019-05-26 09:43:12 +0300
committertosi29 <tosi16@gmail.com>2019-05-26 09:43:12 +0300
commit489f1f08dfa4c9725ca73b864fadc493ea3f1e10 (patch)
tree59aa4d34de8dd62c90c9b45116d72249aac2b19d
parent25284adcc2d574536e5b6e992bd169ccdb400f76 (diff)
Change netlify url
-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]