Skip to content

Commit

Permalink
Add jQuery license info to COPYRIGHT.txt, add CHANGELOG.txt, plus min…
Browse files Browse the repository at this point in the history
…or cleanup
  • Loading branch information
MJacred committed Dec 8, 2022
1 parent bedfc45 commit 12299b3
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 2 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
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
4 changes: 4 additions & 0 deletions COPYRIGHT.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ to represent the company, product, or service to which they refer**.
Copyright: 2022, Fonticons Inc.
License: CC-BY-4.0, OFL-1.1, Expat

Files: ./static/modules/jquery-3.6.1.min.js
Comment: jQuery.
Copyright: 2022, OpenJS Foundation and other contributors
License: Expat

License: Expat
Permission is hereby granted, free of charge, to any person obtaining
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MIT License

Copyright (c) 2018 lucperkins
Copyright (c) 2019 - September 2022 Stefan M.
Copyright (c) 2019 - November 2022 Stefan M.
Copyright (c) December 2022 Cubiest

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
9 changes: 8 additions & 1 deletion theme.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
# https://github.com/gohugoio/hugoThemesSiteBuilder#theme-configuration
name = "Hugo Invi"
version = "1.0"
license = "MIT"
licenselink = "https://github.com/cubiest/hugo-invi/blob/master/LICENSE.txt"
description = "A Hugo adaptation of the Fresh theme from CSS Ninja"

homepage = "https://github.com/cubiest/hugo-invi"
tags = ["responsive", "light", "company", "clean", "landing page"]

tags = ["responsive", "minimal", "light", "company", "clean", "landing"]

features = []

# minimum hugo version
min_version = "0.107"

[author]
Expand Down

0 comments on commit 12299b3

Please sign in to comment.