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:
-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"