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

github.com/yoshiharuyamashita/blackburn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoshiharu Yamashita <yoshiharu.yamashita@outlook.com>2016-10-24 21:49:44 +0300
committerYoshiharu Yamashita <yoshiharu.yamashita@outlook.com>2016-10-24 21:49:44 +0300
commit62f68c055df654a29c0d9ce757221dc57b34a9ac (patch)
tree0d8fcf69c2897b53c2f6d6e809ea23bc07d9400d /README.md
parent984dd389e7be24309576bf5c8deb15fc7c988183 (diff)
Switch to use safe baseURL in config/readme (#33)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1dc59fa..db8a9a0 100644
--- a/README.md
+++ b/README.md
@@ -64,7 +64,7 @@ See [Hugo Quickstart Guide](//gohugo.io/overview/quickstart/) for more informati
Example config.toml:
```toml
-baseurl = "http://replace-this-with-your-hugo-site.com/"
+baseurl = "https://www.example.com/"
title = "Your site title"
author = "Your name"
# Shown in the side menu