forked from StefMa/hugo-fresh
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add jQuery license info to COPYRIGHT.txt, add CHANGELOG.txt, plus min…
…or cleanup
- Loading branch information
Showing
4 changed files
with
46 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Changelog | ||
|
||
All notable changes to this project (since its fork) are documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). | ||
|
||
|
||
## [1.0] - 2022-12-08 | ||
|
||
> Basically a cleanup of hugo-fresh while preserving functionality | ||
### Added | ||
|
||
* exampleSite: added gohugo privacy settings to config.yml | ||
|
||
### Changed | ||
|
||
* Upgrade fontawesome to 6.2.1-web | ||
* Upgrade bulma to 0.9.4 | ||
* Update jQuery to 3.6.1 | ||
* Default page background color is dark (defines footer color), sections overwrite to white/grey | ||
* Replace hard-coded section color with "every nth-child"-logic | ||
|
||
### Removed | ||
|
||
* jquery.panelslider (unused) | ||
* feather-icons (replaced by fontawesome icons) | ||
* google font "Open Sans" (also removes google api) | ||
|
||
### Fixed | ||
|
||
* Images in sections not shown in some browsers (previously, it was only working for card icons) | ||
* If javascript was disabled, preloader animation was playing indefinitely |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters