The main WordPress theme for Albion College's website.
- Install node modules --
npm ci
- Run local development build --
npm run dev
- Run production build --
npm run build
- Sass
- ES2015 w/ babel compiler
- Sourcemaps
- Nunjucks html templating
- SVG sprite file and sass style generation
- flickity, flickity-imagesloaded (https://flickity.metafizzy.co) is an image carousel library.
- minimodal (https://www.npmjs.com/package/minimodal) a lightweight modal libraryl
- systematize (https://github.com/mvasilkov/systematize) is a style reset tool.
- focus-trap (https://github.com/davidtheclark/focus-trap) trap focus within a DOM node.
- what-input (https://www.npmjs.com/package/what-input) a utility for checking the type of input device used.