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 <yoshiharuyamashita@users.noreply.github.com>2017-05-06 19:33:28 +0300
committerGitHub <noreply@github.com>2017-05-06 19:33:28 +0300
commit67d0f04439dc3299693ae43817ae6c7e9cff163a (patch)
tree5acfe700f271d08d568b6e8c4365839ef195eb71 /README.md
parent43b2c9346694de8cfb1b7db52e28f5e1cb16c82a (diff)
readme: mention baseurl needs to end with a '/'
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 2d1e47b..37841f3 100644
--- a/README.md
+++ b/README.md
@@ -65,7 +65,7 @@ See [Hugo Quickstart Guide](//gohugo.io/overview/quickstart/) for more informati
Example config.toml:
```toml
-baseurl = "https://www.example.com/"
+baseurl = "https://www.example.com/" # Make sure to end baseurl with a '/'
title = "Your site title"
author = "Your name"
# Shown in the side menu