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

github.com/curttimson/hugo-theme-dopetrope.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCurtis Timson <curt@live.co.uk>2018-02-10 19:18:17 +0300
committerCurtis Timson <curt@live.co.uk>2018-02-10 19:18:17 +0300
commit4cfd637c12ef17210121b107a81b862d6c5baa4c (patch)
tree1f07260b724f3ae4605c0cd4b0081c2dab357ab0 /exampleSite
parentf6a3f6a7315fc43f6e40b5a55c531f8a53920b50 (diff)
Add baseURL to JS and CSS calls
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 6486299..5dc328b 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,6 +1,6 @@
languageCode = "en-us"
title = "My New Hugo Site"
-baseURL = "http://example.org/"
+baseURL = "http://localhost:1313/"
theme = "../.."
[params]