Add Hugo module support

pull/2/head
James Panther 2021-08-18 16:01:53 +10:00
parent 139706895c
commit 9d3af655f4
No known key found for this signature in database
GPG Key ID: D36F789E45745D17
2 changed files with 8 additions and 4 deletions

View File

@ -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

3
go.mod 100644
View File

@ -0,0 +1,3 @@
module github.com/jpanther/congo
go 1.16