diff --git a/CHANGELOG.md b/CHANGELOG.md index 78c9e0f4..3b848a70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,24 +5,28 @@ 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/). -## [2.x] - 2023-xx-xx +## [2.0.1] - 2023-01-31 ### Added +* Support including website's custom javascript (see README.md) +* Support merging website's custom styling into theme's styling (see README.md) -### Changed +### Changed -### Deprecated +* Moved `static/images` to subfolder exampleSite. ### Removed +* `images/` folder. + ### Fixed - -### Security +* Placement of cookie notification: now truly stays at the window's bottom. +* Defined `sameSite` value for cookies (web browser was showing warnings). ## [2.0] - 2023-01-20 diff --git a/COPYRIGHT.txt b/COPYRIGHT.txt index 3d52a34d..fffb3561 100644 --- a/COPYRIGHT.txt +++ b/COPYRIGHT.txt @@ -26,13 +26,26 @@ Files: * Comment: Hugo Invi Copyright: 2018, lucperkins. 2019-2022, Stefan M.. - 2022, Cubiest. + 2022-2023, Cubiest. License: Expat Files: ./assets/bulma/* Comment: Bulma -Copyright: 2022, Jeremy Thomas. +Copyright: 2023, Jeremy Thomas. License: Expat +Source: https://github.com/jgthms/bulma + +Files: ./static/images/logos/made-with-bulma.png +Comment: Bulma +Copyright: 2023, Jeremy Thomas. +License: Expat +Source: https://github.com/jgthms/bulma + +Files: ./static/images/loaders/rings.svg +Comment: SVG-Loaders +Copyright: 2014, Sam Herbert. +License: Expat +Source: https://github.com/SamHerbert/SVG-Loaders Files: ./static/webfonts/fa-* ./static/css/brands.* @@ -46,16 +59,19 @@ to represent the company, product, or service to which they refer**. Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: Expat. Copyright: 2022, Fonticons Inc. License: CC-BY-4.0, OFL-1.1, Expat +Source: https://github.com/FortAwesome/Font-Awesome Files: ./static/modules/jquery-3.6.1.min.js Comment: jQuery. Copyright: 2022, OpenJS Foundation and other contributors License: Expat +Source: https://github.com/jquery/jquery Files: ./static/modules/photoswipe Comment: PhotoSwipe Lightbox 5.3.3. Copyright: 2014-2022, Dmitry Semenov License: Expat +Source: https://github.com/dimsemenov/PhotoSwipe Files: ./static/modules/js.cookie.* Comment: js-cookie v3.0.1. @@ -63,7 +79,7 @@ Copyright: 2018, Klaus Hartl. 2018, Fagner Brack. 2018, GitHub Contributors. License: Expat - +Source: https://github.com/js-cookie/js-cookie/ License: Expat Permission is hereby granted, free of charge, to any person obtaining diff --git a/LICENSE.txt b/LICENSE.txt index 61cc857e..0867cf61 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -2,7 +2,7 @@ MIT License Copyright (c) 2018 lucperkins Copyright (c) 2019 - November 2022 Stefan M. -Copyright (c) December 2022 Cubiest +Copyright (c) December 2022 - 2023 Cubiest Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 825e5059..982b9e12 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Visual * layouts/partials/javascript.html will fetch and insert it in each page including this partial (as of now: `baseof.html`, `single.html`) -### Custom Javascript +### Merge Project styling with this theme * Write custom sass file in your `assets` folder and declare the path in config file using `params.customCSS` * The styling will be merged with this theme