pflouret / site-scripts

A home for snippets and scripts to enhance fcfl's site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

site-scripts

A home for snippets and scripts to enhance fcfl's site

Events

events.js and events.css are included on the workshops page. Essentially this is done by the below HTML being injected by squarespace.

<div id="fcfl-events"></div>
<script src="https://cdn.jsdelivr.net/gh/fatcatfablab/site-scripts/src/events.js"></script>
<link
  rel="stylesheet"
  href="https://cdn.jsdelivr.net/gh/fatcatfablab/site-scripts/src/events.css"
/>

Note that .github/workflows/bust-cache.yml exists to bust the script cache when a code update is pushed to the site.

About

A home for snippets and scripts to enhance fcfl's site

License:Apache License 2.0


Languages

Language:JavaScript 56.7%Language:HTML 26.2%Language:CSS 17.1%