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

github.com/mdashx/basicwebtheme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortom <tom@mdashx.com>2020-07-05 17:14:49 +0300
committertom <tom@mdashx.com>2020-07-05 17:14:49 +0300
commit31d992723f05cacf6eed0c8f25cceb9097ab6acb (patch)
tree2fef6e2185bd18e39c0092350d26e15b467df874
parentb15458bd691b4cbe8680782fb4dfc460e734f2c9 (diff)
Use https://example.com to comply with Hugo theme recommendations
-rw-r--r--CHANGELOG.md4
-rw-r--r--LICENSE.md (renamed from LICENSE)0
-rw-r--r--exampleSite/config.toml2
3 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 41703f8..bef0904 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,10 @@
Pagination
+## Version 0.3.1
+
+Use https://example.com to comply with Hugo theme recommendations.
+
## Version 0.3.0
Updated theme to meet guidelines here: https://github.com/gohugoio/hugoThemes/blob/master/README.md
diff --git a/LICENSE b/LICENSE.md
index e4112dc..e4112dc 100644
--- a/LICENSE
+++ b/LICENSE.md
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index c3322c7..7fa5ad7 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,5 +1,5 @@
title = "Example Site For Basic Web Theme"
-baseURL = "https://demo.basicwebtheme.com"
+baseURL = "https://example.com"
languageCode = "en-us"
theme = "basicwebtheme"
themesDir = "../.."