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

github.com/devcows/hugo-universal-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrián Moreno <adrian@morenomartinez.com>2016-11-02 14:12:56 +0300
committerGitHub <noreply@github.com>2016-11-02 14:12:56 +0300
commit58cd73deed19e09aaefe841f425e39b7b97aaa38 (patch)
tree8314cf669423424bdca8dd39218fbf0ce7a47c4d /exampleSite
parentd71ec7993095721065f11870e2b145514d3d31e8 (diff)
parent7d3625a72271149002386ff917f840f1498b5114 (diff)
Merge pull request #31 from devcows/safe-baseurl
Updates to a safe baseURL in exampleSite
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 7de875c..462f187 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,4 +1,4 @@
-baseurl = "http://replace-this-with-your-hugo-site.com"
+baseurl = "https://example.org"
title = "Universal"
theme = "hugo-universal-theme"
languageCode = "en-us"