Skip to content
View liamfiddler's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report liamfiddler

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

  1. eleventy-plugin-lazyimages eleventy-plugin-lazyimages Public

    Eleventy plugin that adds blurry placeholders & lazy loading to your images

    JavaScript 136 29

  2. eleventy-plugin-transformdom eleventy-plugin-transformdom Public

    A plugin to process & change the generated HTML output of your Eleventy site.

    JavaScript 9 2

  3. Simple SCSS pipeline for 11ty Simple SCSS pipeline for 11ty
    1
    const util = require('util');
    2
    const sass = require('sass'); // `npm i -D sass`
    3
    const renderSass = util.promisify(sass.render);
    4
    const inputFile = '_includes/style.scss'; // the path to your main SCSS file
    5
    const outputFile = 'style.css'; // the filename you want this template to be saved as
  4. SCSS + PostCSS pipeline for 11ty SCSS + PostCSS pipeline for 11ty
    1
    // sass dependencies: `npm i -D sass`
    2
    const util = require('util');
    3
    const sass = require('sass');
    4
    const renderSass = util.promisify(sass.render);
    5
    
                  
  5. phpdoc-to-githubwiki phpdoc-to-githubwiki Public

    Bash script to pull a GitHub repo, run PHPDoc, output the documentation as Markdown files, then push the documentation back to GitHub as a Wiki.

    Shell 2 1

  6. docker-laravel docker-laravel Public

    An Ubuntu Docker container for Laravel web applications.

    Nginx 5 5