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

github.com/IvanChou/hugo-theme-vec.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIChou <me@ichou.cn>2016-10-22 19:25:29 +0300
committerIChou <me@ichou.cn>2016-10-22 19:31:51 +0300
commitd5a616acf70d3a75c1c093f58d6ac0720334023a (patch)
tree4b6b666b4065ab6c06b05583c33488e311063951
parentcf54c227b1ed210d1a861cf6ea225dac45ecad45 (diff)
fix baseurl in exampleSite #3
-rw-r--r--README.md2
-rw-r--r--exampleSite/config.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index d3b2a68..bdee82b 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ See the [official docs](http://gohugo.io/themes/installing) for more information
You should config your site's `config.toml` file like:
```
-baseurl = "http://replace-this-with-your-hugo-site.com"
+baseurl = "https://www.example.com"
title = "Site.title"
theme = "vec"
languageCode = "en-us"
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 35c4930..665c5e7 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,4 +1,4 @@
-baseurl = "http://replace-this-with-your-hugo-site.com"
+baseurl = "https://www.example.com"
title = "yii.im"
theme = "vec"
languageCode = "en-us"