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

github.com/jweslley/hugo-conference.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonhnny Weslley <jw@jonhnnyweslley.net>2017-10-31 04:22:57 +0300
committerJonhnny Weslley <jw@jonhnnyweslley.net>2017-10-31 04:22:57 +0300
commit5a40146928c8f147877bf33d1fa1d46ff0bae81a (patch)
treed45bbf710602adab26f4130927ab21fc0ee2d1c1
parent9b328721a3321551267ef04ae7632348afb398f9 (diff)
add a neutral base url (https://www.example.com)
-rw-r--r--exampleSite/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config.yml b/exampleSite/config.yml
index adc4f7f..0e1e89a 100644
--- a/exampleSite/config.yml
+++ b/exampleSite/config.yml
@@ -1,4 +1,4 @@
-baseurl: "https://jweslley.github.io/hugo-conference/"
+baseurl: "https://example.org/"
title: "Conference name"
canonifyurls: true
theme: "hugo-conference"