Add Hugo module support

This commit is contained in:
James Panther
2021-08-18 16:01:53 +10:00
parent 139706895c
commit 9d3af655f4
2 changed files with 8 additions and 4 deletions
+5 -4
View File
@@ -2,7 +2,7 @@
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).
@@ -16,12 +16,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- i18n support
- Recent articles partial
- CSS transitions
- Hugo module support
### Changed
- 🚨 Renamed parameter: `homepage.showList` -> `homepage.showRecent`
- 🚨 Renamed parameter: `homepage.listSections` -> `homepage.mainSections`
- 🚨 Consolidated author configuration parameters into `config.toml`
- ⚠️ Renamed parameter: `homepage.showList` -> `homepage.showRecent`
- ⚠️ Renamed parameter: `homepage.listSections` -> `homepage.mainSections`
- ⚠️ Consolidated author configuration parameters into `config.toml`
- General style tweaks to enhance design consistency
### Fixed
+3
View File
@@ -0,0 +1,3 @@
module github.com/jpanther/congo
go 1.16