Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 928 Bytes

CHANGELOG.md

File metadata and controls

33 lines (20 loc) · 928 Bytes

Changelog

All notable changes to this project (since its fork) are documented in this file.

The format is based on Keep a Changelog.

[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