Engineering and building your next digital product or service.
- Sydney, Australia
- liamfiddler.com
- @liamfiddler
Highlights
- Pro
Pinned Loading
-
eleventy-plugin-lazyimages
eleventy-plugin-lazyimages PublicEleventy plugin that adds blurry placeholders & lazy loading to your images
-
eleventy-plugin-transformdom
eleventy-plugin-transformdom PublicA plugin to process & change the generated HTML output of your Eleventy site.
-
Simple SCSS pipeline for 11ty
Simple SCSS pipeline for 11ty 1const util = require('util');
2const sass = require('sass'); // `npm i -D sass`
3const renderSass = util.promisify(sass.render);
4const inputFile = '_includes/style.scss'; // the path to your main SCSS file
5const outputFile = 'style.css'; // the filename you want this template to be saved as
-
SCSS + PostCSS pipeline for 11ty
SCSS + PostCSS pipeline for 11ty 1// sass dependencies: `npm i -D sass`
2const util = require('util');
3const sass = require('sass');
4const renderSass = util.promisify(sass.render);
5 -
phpdoc-to-githubwiki
phpdoc-to-githubwiki PublicBash script to pull a GitHub repo, run PHPDoc, output the documentation as Markdown files, then push the documentation back to GitHub as a Wiki.
-
docker-laravel
docker-laravel PublicAn Ubuntu Docker container for Laravel web applications.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.