Skip to content
View liamfiddler's full-sized avatar

Highlights

  • Pro

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 Loading

  1. eleventy-plugin-lazyimages Public

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

    JavaScript 139 29

  2. eleventy-plugin-transformdom Public

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

    JavaScript 10 2

  3. 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
    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 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 Public

    An Ubuntu Docker container for Laravel web applications.

    Nginx 5 5

942 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March April
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Contribution activity

April 2025

5 contributions in private repositories Apr 7 – Apr 9
Loading