mirror of https://github.com/jpanther/congo.git
✨ Add Hugo module support
parent
139706895c
commit
9d3af655f4
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
All notable changes to Congo will be documented in this file.
|
All notable changes to Congo will be documented in this file.
|
||||||
|
|
||||||
Things that need attention when upgrading from a prior version are marked 🚨.
|
Things that need attention when upgrading from a prior version are marked ⚠️.
|
||||||
|
|
||||||
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).
|
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).
|
||||||
|
|
||||||
|
@ -16,12 +16,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
- i18n support
|
- i18n support
|
||||||
- Recent articles partial
|
- Recent articles partial
|
||||||
- CSS transitions
|
- CSS transitions
|
||||||
|
- Hugo module support
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- 🚨 Renamed parameter: `homepage.showList` -> `homepage.showRecent`
|
- ⚠️ Renamed parameter: `homepage.showList` -> `homepage.showRecent`
|
||||||
- 🚨 Renamed parameter: `homepage.listSections` -> `homepage.mainSections`
|
- ⚠️ Renamed parameter: `homepage.listSections` -> `homepage.mainSections`
|
||||||
- 🚨 Consolidated author configuration parameters into `config.toml`
|
- ⚠️ Consolidated author configuration parameters into `config.toml`
|
||||||
- General style tweaks to enhance design consistency
|
- General style tweaks to enhance design consistency
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
Loading…
Reference in New Issue