Engineering and building your next digital product or service.
- Sydney, Australia
- liamfiddler.com
- @liamfiddler
Highlights
- Pro
PinnedLoading
- 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 1constutil=require('util');
2constsass=require('sass');// `npm i -D sass`
3constrenderSass=util.promisify(sass.render);
4constinputFile='_includes/style.scss';// the path to your main SCSS file
5constoutputFile='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`
2constutil=require('util');
3constsass=require('sass');
4constrenderSass=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 theGitHub status page orcontact support.
If the problem persists, check theGitHub status page orcontact support.