~xdavidwu/xdavidwu.link

ref: 11358a12c763501d74f61e7e798cfbeceb3d7c35 xdavidwu.link/_includes/scripts.html -rw-r--r-- 932 bytes
a8771add — iBug ♦ 4 years ago
Load Font Awesome CSS from jsDelivr CDN (#2583)

* Load Font Awesome CSS from jsDelivr CDN
* Update CHANGELOG and history
f68b54e5 — iBug ♦ 5 years ago
Use relative_url and absolute_url where possible (#2387)

* Use relative_url and absolute_url where possible

Drops the `contains "://"` check, adopt Jekyll 3.7
Ref: https://github.com/mmistakes/minimal-mistakes/pull/2385#issuecomment-579882236

* One more unneeded {% assign %}

* Remove one more assign as noted by mmistakes

* Consolidate 4 more captures

* Consolidate an extra assign on "active" class
e51ca2c9 — Michael Rose 5 years ago
Use Font Awesome Kits to use the latest version of icons

Close #2184
aaca2f7a — Christian Oliff 5 years ago
update Font Awesome (#2150)

REF: https://fontawesome.com/changelog/latest
5cbd0745 — Michael Rose 6 years ago
Merge branch 'master' of https://github.com/mmistakes/minimal-mistakes

* 'master' of https://github.com/mmistakes/minimal-mistakes:
  Allow adding JavaScript files after the theme's (#2116)
df939ec4 — Michael Rose 6 years ago
Allow adding JavaScript files after the theme's (#2116)

Allow adding JavaScript files after those bundled in the theme

Close #2110 
2f68a15a — Michael Rose 6 years ago
Merge branch 'master' of https://github.com/mmistakes/minimal-mistakes
1f18d13e — Michael Rose 6 years ago
Replace jQuery Smooth Scroll with Smooth Scroll + Gumshoe (#2082)

* Replace jQuery Smooth Scroll with Smooth Scroll + Gumshoe
* Change smooth scrolling speed
* Set maximum smooth scroll duration
* Remove Font Awesome CSS Ppseudo elements attribute from JS script

Close #2050, close #2075
9353a620 — Christian Oliff 6 years ago
update Font Awesome (#2053)

* update Font Awesome

REF: https://fontawesome.com/changelog/latest

* Update _includes/scripts.html

Co-Authored-By: coliff <christianoliff@yahoo.com>
b3cdae6e — Christian Oliff 6 years ago
update font awesome (#1995)

REF: https://fontawesome.com/changelog/latest
7e09c0b6 — Michael Rose 6 years ago
Fix FontAwesome script

ref #1922
d08cbb69 — Michael Rose 6 years ago
Add `crossorigin` attribute to FontAwesome script

ref #1922
cdf11d69 — Léo Grange 6 years ago
add integrity hash for Font Awesome script (#1922)

* add integrity hash for Font Awesome script

As the script is loaded from an external CDN (use.fontawesome.com), its integrity must be ensured mainly for security reasons.
This hash must be updated together with the exact version of Font Awesome, as given on their website.

* Update to FontAwesome 5.5.0
9f91f380 — Paul Fioravanti 6 years ago
Revert caching for comments and analytics. Fixes #1905 (#1907)

c3b089e5 — Michael Rose 6 years ago
Cache "static" includes to improve build performance (#1874)

* Add jekyll-include-cache plugin
* Cache "static" includes to improve build performance
* Update CHANGELOG and history

"Static" refers to those includes that don't rely on data passed from the page content.
f469ef42 — Christian Oliff 6 years ago
Update Font Awesome to latest version (#1830)

32163e3b — Michael Rose 6 years ago
Merge branch 'master' of https://github.com/mmistakes/minimal-mistakes
2fb792e3 — Christian Oliff 6 years ago
Update font awesome (#1754)

* Update scripts.html

* update to 5.2.0

REF: https://github.com/FortAwesome/Font-Awesome/releases
Next