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:
-rw-r--r--README.md2
-rw-r--r--exampleSite/config.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3d89db6..c9e1ffa 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@ To take full advantage of the features in this theme you can add variables to yo
```toml
baseurl = "http://www.yourdomain.com/"
languageCode = "en-us"
-theme = "universal"
+theme = "hugo-universal-theme"
title = "Universal"
# Enable comments by entering your Disqus shortname
disqusShortname = "devcows"
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 74b30f8..04b6016 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -8,7 +8,7 @@ googleAnalytics = ""
# Define the number of posts per page
paginate = 10
-theme = "universal"
+theme = "hugo-universal-theme"
[params]
author = "DevCows"