1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2025-05-21 03:01:56 +02:00
Commit Graph

34 Commits

Author SHA1 Message Date
ddcae7c761 package-lock.json: run npm update 2022-07-29 10:07:16 +03:00
2e40f6cd69 Update npm dependencies 2021-10-18 14:52:43 +03:00
898d91701a package-lock.json: Run npm update 2021-09-15 09:59:05 +03:00
dbc97128f3 package-lock.json: Run npm update
Some checks failed
continuous-integration/drone/push Build is failing
2021-03-22 13:45:47 +02:00
f3a5cf6630 Run npm update
Brings in Bootstrap v4.6.0 as well as a few others.
2021-01-19 22:09:26 +02:00
3fc531eb66 Move unreleased changes to 1.6.0 2020-12-05 19:01:52 +02:00
64d62a9179 Migrate to dart sass
libsass (and therefore node-sass) is deprecated and dart sass is
recommended.

See: https://sass-lang.com/blog/libsass-is-deprecated
2020-11-30 12:39:54 +02:00
6dde205d0d Move unreleased changes to v1.5.1 2020-11-15 11:58:56 +02:00
66298fa0ef package.json: Upgrade to node-sass v5.0.0 2020-11-15 11:56:59 +02:00
6d8df04c19 Upgrade to webpack 5 2020-11-15 11:36:25 +02:00
5b548c730a Run npm update 2020-10-19 16:25:24 +03:00
3987192a31 Run npm update 2020-10-09 23:16:45 +03:00
9b877752b7 Version 1.5.0 2020-05-17 22:48:58 +03:00
3b360d2eef Use haven for GDPR popup instead of cookieconsent
Haven is newer and more well maintained (and also it is actually
open source instead of open core with an upsell to a paid subscrip-
tion). Haven is configured to be 100% *opt-in* for Google Analytics,
which means it does not load or send a hit until the user agrees.

This is mostly a drop-in replacement, but translations need to make
sure the following strings are updated:

- cookieAccept
- cookieDecline
2020-05-13 13:19:41 +03:00
2845e18f9a package.json: Run npm update
Minor version bumps to webpack, fontawesome, and node-sass.
2020-05-13 09:58:50 +03:00
8448af2481 Bootstrap v4.5.0
See: https://github.com/twbs/bootstrap/releases/tag/v4.5.0
2020-05-13 09:54:43 +03:00
320ee71b75 Update to cookieconsent 3.1.1
In my minimal testing this works for the default popup.
2020-03-22 15:09:01 +02:00
9bbfab2f1b Version 1.4.2 2020-03-22 11:17:27 +02:00
550b5c066d Run npm update
Brings new versions of rtlcss, webpack, and fontawesome.
2020-03-16 09:46:39 +02:00
3ab60bddea Use Font Awesome SVGs via JavaScript
This is a bit of "one step forward, two steps back" in that we are
now using the much more lean SVG icons—and only the ones we are ac
tually using—instead of having to download the two ~70KiB web font
files, but it means we need to use JavaScript.

This approache was inspired by the work @xekon did in #127.

See: https://fontawesome.com/how-to-use/on-the-web/advanced/svg-javascript-core
See: https://github.com/alanorth/hugo-theme-bootstrap4-blog/pull/127
2020-01-27 18:17:35 +02:00
4c5ce590f2 Update to Font Awesome 5
Nothing really new as far as how we're using Font Awesome, but it is
good to keep up with the times and the tooling. Users that have used
custom fonts in their content or layouts will need to update their
icon prefixes from "fa" to "fas" or "fab" depending on which font
their icon comes from.

See: https://fontawesome.com/how-to-use/on-the-web/setup/upgrading-from-version-4
2020-01-25 21:20:44 +02:00
553af337c1 Run npm update
New minor versions of a few libraries.
2020-01-23 19:52:23 +02:00
6117301edd Bootstrap 4.4.1 2019-12-09 09:37:05 +02:00
7fa92fb2f3 Update node-sass and rtlcss 2019-12-02 10:22:41 +02:00
1aedf82cf8 Bump version to 1.3.2 2019-06-20 14:22:15 +03:00
4ab2e0da8c package-lock.json: Run npm audit fix
So GitHub stops complaining about security vulnerabilities.
2019-06-05 10:34:08 +03:00
1faeef487b Bump version to 1.3.1 2019-05-05 12:37:56 +03:00
d6a099a5cd package.json: Run npm update 2019-05-05 12:30:15 +03:00
78eb7cf237 package.json: Bump version to 1.3.0 2019-04-22 18:55:15 +03:00
974203f6eb Use rtlcss to make styles appropriate for RTL languages 2019-04-18 22:17:28 +03:00
8ea73321a1 Update dependencies in package.json
To keep in sync with upstream bootstrap dependencies.
2019-04-17 13:58:07 +03:00
37187d06f3 package-lock.json: Bump version in lock file
I guess this gets updated when I re-run `npm install`...
2019-04-17 13:57:37 +03:00
af05f26a36 Update to Bootstrap v4.3.1
See: https://blog.getbootstrap.com/2019/02/11/bootstrap-4-3-0/
2019-02-13 18:40:17 +02:00
09e29be817 Add package-lock.json 2018-12-19 13:18:56 +02:00