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 <angelo@fogcreek.com>2018-10-16 01:12:08 +0300
committerAngelo Stavrow <angelo@fogcreek.com>2018-10-16 01:12:08 +0300
commit9a32d275a44edb6b30ce9dac72bf826a552bf61a (patch)
tree75755af8ff834eb51822321680bb5259b5064d6d
parent9fac62f074d64ecfa9fd8f679e4e69c10a8178c6 (diff)
Fix example site themev1.0.2
-rw-r--r--CHANGELOG.md7
-rw-r--r--exampleSite/config.toml2
2 files changed, 5 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e7228dd..623552d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,9 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
-## [Unreleased]
+## [1.0.2]
### Fixed
-- Broken link to compare v1.0.1 again v1.0 in this change log.
+- Broken link to compare v1.0.1 against v1.0 in this change log.
+- Updated example site theme name.
## [1.0.1] - 2018-10-14
### Fixed
@@ -16,5 +17,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- The first public release of the indigo theme for Hugo, along with related project documentation (including this changelog).
-[Unreleased]: https://github.com/AngeloStavrow/indigo/compare/v1.0.1...HEAD
+[1.0.2]: https://github.com/AngeloStavrow/indigo/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/AngeloStavrow/indigo/compare/v1.0...v1.0.1 \ No newline at end of file
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 56b057a..0165b55 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -2,7 +2,7 @@ baseURL = "https://example.com/"
title = "Indigo Theme"
copyright = "Copyright © 2018, Author Name"
languageCode = "en-US"
-theme = "../.."
+theme = "indigo"
paginate = 3
[params]