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-10-17 13:56:39 +0300
committerAngelo Stavrow <contact@angelostavrow.com>2019-10-17 13:56:39 +0300
commitcb3cf2f4f352eabdfd44a00e81b88c8bd241919c (patch)
treec068b512cd337b1730de742c052d9868102a1cb7
parentc0ea2a255da232583d6809b5d405216deec7a9ae (diff)
Add support and maintenance documentationv1.3.2
-rw-r--r--CHANGELOG.md13
-rw-r--r--README.md46
-rw-r--r--theme.toml2
3 files changed, 54 insertions, 7 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6629f2a..d3a46cc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,11 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- ## [Unreleased] -->
+## [1.3.2] - 2019-10-17
+
+### Added
+
+- A _Support and Maintenance_ section has been added to the README, per [#64](https://github.com/AngeloStavrow/indigo/issues/64)
+
+### Changed
+
+- Updated the Hugo minimum version to 0.58.3
+
## [1.3.1] - 2019-10-03
### Fixed
-- Taxonomy-based lists (e.g., lists of tags or categories) now only show posts within the selected taxonomy per [#65](https://github.com/AngeloStavrow/indigo/issues/56)
+- Taxonomy-based lists (e.g., lists of tags or categories) now only show posts within the selected taxonomy per [#56](https://github.com/AngeloStavrow/indigo/issues/56)
## [1.3.0] - 2019-09-30
@@ -113,6 +123,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- [Unreleased]: https://github.com/AngeloStavrow/indigo/compare/v1.3.0...HEAD -->
+[1.3.2]: https://github.com/AngeloStavrow/indigo/compare/v1.3.1...v1.3.2
[1.3.1]: https://github.com/AngeloStavrow/indigo/compare/v1.3.0...v1.3.1
[1.3.0]: https://github.com/AngeloStavrow/indigo/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/AngeloStavrow/indigo/compare/v1.1.0...v1.2.0
diff --git a/README.md b/README.md
index 0b06369..6fd0d7b 100644
--- a/README.md
+++ b/README.md
@@ -56,11 +56,47 @@ Or, if you use `config.yaml`:
theme: indigo
```
+## Support and Maintenance
+
+### Support Committment
+
+Support is provided for the latest stable release of the theme on the latest stable release of Hugo. If something doesn't seem to be working right, please make sure you're using the latest version of both.
+
+You can check what version of Hugo you're using by running the `hugo version` command; visit [the Hugo website](https://gohugo.io) for upgrade instructions.
+
+To ensure you're building the latest version of Indigo, do the following from the command line:
+
+```bash
+# Go to the /themes/indigo folder
+cd /path/to/themes/indigo
+
+# Make sure you're on the 'master' branch, then pull in any changes
+git checkout master
+git pull
+```
+
+If everything is up to date and things still don't seem to be working correctly, please [open an issue](https://github.com/AngeloStavrow/indigo/issues/) and describe what's not working as expected.
+
+Going forward, this support committment will be enforced by the `minVersion` property in **theme.toml**.
+
+### Maintenance Process
+
+Authors whose themes are included in the [Hugo showcase gallery](https://themes.gohugo.io) will be required to keep their theme working with the latest version of Hugo. To prepare for this, the following process will be instituted:
+
+1. With every new release of Hugo, _once the_ `brew`_/_`chocolatey` _package is available_, the development system will be updated, and the [demo site](https://hello-indigo.glitch.me/) and the [theme gallery](https://github.com/gohugoio/hugoThemes/blob/master/README.md#testing-a-theme-with-the-hugo-themes-website-build-script) will be built locally.
+2. If everything looks good, a short update will be posted to the demo site to confirm compatibility, with links to the release announcements for those versions Indigo and Hugo, as well as a link to this maintenance process documentation.
+3. If either site doesn't build successfully, the problem will be fixed.
+
+There are a few definitions and open questions that need to be considered here.
+
+- New releases of Hugo are [announced](https://gohugo.io/news/) and can be subscribed to via RSS. The release date _may_ be estimated by the due date of [Hugo milestones](https://github.com/gohugoio/hugo/milestones).
+- "Build successfully" means that the demo site renders as intended, and that the theme works as expected in the theme gallery. The gallery builds a standard site that shows off some common features of Hugo, and the demo site is meant to test and showcase features of Indigo.
+
## Indigo IndieWeb Features
A thorough writeup of the theme has been graciously written by @infominer33.
-* [Indigo IndieWeb Features](https://web-work.tools/indieweb/indigo-indieweb-features/)
+- [Indigo IndieWeb Features](https://web-work.tools/indieweb/indigo-indieweb-features/)
## Contributing
@@ -72,7 +108,7 @@ We use [SemVer](http://semver.org/) for versioning. For the versions available,
## Authors
-* **Angelo Stavrow** - *Initial work* - [AngeloStavrow](https://github.com/AngeloStavrow) on GitHub
+- **Angelo Stavrow** - _Initial work_ - [AngeloStavrow](https://github.com/AngeloStavrow) on GitHub
See also the list of [contributors](https://github.com/AngeloStavrow/indigo/contributors) who participated in this project.
@@ -84,9 +120,9 @@ This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md
The following open fonts are used in this theme:
-* [Fira Sans](https://bboxtype.com/typefaces/FiraSans/#!layout=specimen) for heading text
-* [Charter](https://practicaltypography.com/charter.html) for body text
-* [Fira Code](https://github.com/tonsky/FiraCode) for monospaced text
+- [Fira Sans](https://bboxtype.com/typefaces/FiraSans/#!layout=specimen) for heading text
+- [Charter](https://practicaltypography.com/charter.html) for body text
+- [Fira Code](https://github.com/tonsky/FiraCode) for monospaced text
Licenses are included in the theme’s `static/fonts` folder.
diff --git a/theme.toml b/theme.toml
index 7256c8d..6ac94d9 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.58"
+min_version = "0.58.3"
[author]
name = "Angelo Stavrow"