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

github.com/AngeloStavrow/indigo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelo Stavrow <contact@angelostavrow.com>2019-09-30 14:56:51 +0300
committerAngelo Stavrow <contact@angelostavrow.com>2019-09-30 14:56:51 +0300
commit6b3f07ce9591e8304f1669e5fa87703d16bbdabc (patch)
treec34348c65b73f6728a576e6bc64833da815d4928
parentd8383b1180a87a60ce0cc5c275a740c643c82e55 (diff)
Update minimum Hugo version
-rw-r--r--CHANGELOG.md6
-rw-r--r--README.md2
-rw-r--r--theme.toml2
3 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a486583..4f3b0cd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Changed
- Updated **CONTRIBUTING.md** to reflect new contributions process per [#28](https://github.com/AngeloStavrow/indigo/issues/28)
+- Bumped the minimum Hugo version requirement to 0.58 to account for [#52](https://github.com/AngeloStavrow/indigo/issues/52)
+
+### Fixed
+- As part of an audit of the theme's code per [#57](https://github.com/AngeloStavrow/indigo/issues/57)
+ - Removed forward slashes (`/`) in URLs for better compatibility with sites that don't live at a domain root
+ - Fixed the location from which the theme's fonts are loaded
### Removed
- GitHub issue and pull request templates removed from the repo per [#28](https://github.com/AngeloStavrow/indigo/issues/28)
diff --git a/README.md b/README.md
index 5c002cf..9ebc568 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ These instructions will get you a copy of the project up and running on your loc
### Prerequisites
-This theme is built and tested against the latest version of Hugo and currently requires a minimum version of 0.50. You can check what version you're running with
+This theme is built and tested against the latest version of Hugo and currently requires a minimum version of 0.58. You can check what version you're running with
```
$ hugo version
diff --git a/theme.toml b/theme.toml
index d8d63d1..7256c8d 100644
--- a/theme.toml
+++ b/theme.toml
@@ -8,7 +8,7 @@ description = "An IndieWeb-enabled, lightweight blogging theme for Hugo."
homepage = "https://github.com/AngeloStavrow/indigo"
tags = ["blog", "responsive", "minimal"]
features = ["indieweb", "blog"]
-min_version = "0.48"
+min_version = "0.58"
[author]
name = "Angelo Stavrow"