Putting the “Web” into Webcomics ('-' * 32) Webcomics are enormous, inaccessible bitmaps that don't fit into an increasingly mobile and pixel-dense world. But they don't have to be.
A Pen by Taylor Hunt on CodePen.
Putting the “Web” into Webcomics ('-' * 32) Webcomics are enormous, inaccessible bitmaps that don't fit into an increasingly mobile and pixel-dense world. But they don't have to be.
A Pen by Taylor Hunt on CodePen.
{% for post in site.posts %} | |
{% if post.categories contains 'Foo' %} | |
<li>{{ post.title }}</li> | |
{% endif %} | |
{% endfor %} |
"use strict"; | |
// Load plugins | |
const autoprefixer = require("autoprefixer"); | |
const browsersync = require("browser-sync").create(); | |
const cp = require("child_process"); | |
const cssnano = require("cssnano"); | |
const del = require("del"); | |
const eslint = require("gulp-eslint"); | |
const gulp = require("gulp"); |
# Jekyll plugin to replace Markdown image syntax with {% picture %} tag for crafting responsive images | |
# Adapted from https://gist.github.com/mmistakes/77c68fbb07731a456805a7b473f47841 | |
# Use as a gem: https://github.com/tadamcz/jekyll-markdown-responsive-image | |
Jekyll::Hooks.register [:pages, :documents], :pre_render do |post, payload| | |
file_ext = post.extname.tr('.', '') | |
# This regex will match all of the following correctly: | |
# |