Skip to content
View mathew-c's full-sized avatar

Block or report mathew-c

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Create favicons with eleventy-img (m... Create favicons with eleventy-img (mostly)
    1
    module.exports = (eleventyConfig) => {
    2
      // generateFavicons() every time Eleventy starts building
    3
      // Eleventy will skip processing files that are unchanged and already exist in the output directory
    4
      // pngToIco (.ico) and potrace (.svg) will process files every time 
    5
      eleventyConfig.on('eleventy.before', async () => {