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

github.com/aerohub/hugo-orbit-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraerohub <aerohub@users.noreply.github.com>2016-10-17 01:55:15 +0300
committeraerohub <aerohub@users.noreply.github.com>2016-10-17 01:55:15 +0300
commit16e9542711fb773409ec7cf25bda51c0b68b0c1c (patch)
tree0a91f65ec42a87dccca87a498562da6e07e621f2
parent5fd0e27ebeeeebf7f25d7388ce1a3f51bb74b4b3 (diff)
Change base url in example config file
See https://github.com/spf13/hugoThemes/issues/171
-rw-r--r--exampleSite/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index c49cd29..35c0ed7 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,6 +1,6 @@
# Page settings
-baseurl = "http://replace-this-with-your-hugo-site.com/"
+baseurl = "http://example.org/"
languageCode = "en-us"
title = "John Doe Resume"
theme = "hugo-orbit-theme"