new_site/_layouts
George 312cbdb4c5
Cache busting for _sass and individual files (#1557)
Addressing #1395 but with a different solution from #1478, using
semantic versioning based on implementation found
[here](https://distresssignal.org/busting-css-cache-with-jekyll-md5-hash).

Implemented a way of calculating the hash for both a single file or
directory. This way we can calculate the hash for when there is a change
in the `_sass` dir, for example, or in the contents of a single file.

Examples of generated outputs of the plugin:
```
/al-folio/assets/css/main.css?d41d8cd98f00b204e9800998ecf8427e
/al-folio/assets/js/theme.js?96d6b3e1c3604aca8b6134c7afdd5db6
/al-folio/assets/js/dark_mode.js?9b17307bb950ffa2e34be0227f53558f
/al-folio/assets/js/no_defer.js?d633890033921b33e0ceb13d22340a9c
/al-folio/assets/js/common.js?acdb9690d7641b2f8d40529018c71a01
/al-folio/assets/js/copy_code.js?c9d9dd48933de3831b3ee5ec9c209cac
/al-folio/assets/img/prof_pic.jpg?974957d202f671e4fa6700c04e68deae
```

Signed-off-by: George Araujo <george.gcac@gmail.com>
2023-07-30 00:14:23 -03:00
..
about.html Cache busting for _sass and individual files (#1557) 2023-07-30 00:14:23 -03:00
archive-category.html Added Jekyll-Archives (for tags, categories) and Jekyll site-map (#346) 2021-10-30 16:58:42 -04:00
archive-tag.html Added Jekyll-Archives (for tags, categories) and Jekyll site-map (#346) 2021-10-30 16:58:42 -04:00
archive-year.html Added Jekyll-Archives (for tags, categories) and Jekyll site-map (#346) 2021-10-30 16:58:42 -04:00
bib.html Publication image zoom (#1554) 2023-07-12 14:06:57 -03:00
cv.html Made some small changes to code (#1558) 2023-07-13 18:32:28 -03:00
default.html Toc sidebar (#1366) 2023-04-27 12:46:29 -03:00
distill.html Add support for giscus comments (#1028) 2022-12-11 22:33:09 -05:00
none.html Update the theme with a neat publications page. 2016-07-05 02:38:32 -04:00
page.html Al folio main giscus pages (#1596) 2023-07-23 16:18:03 -03:00
post.html Support for bibliography in blog posts and projects (#1553) 2023-07-12 14:07:33 -03:00