Pinned Loading
-
jekyll-theme-minimal-magazine
jekyll-theme-minimal-magazine PublicA simple Jekyll theme that puts images first
JavaScript
-
jekyll-simple-build-environment
jekyll-simple-build-environment PublicSome scripts and a makefile that will allow me to build and deploy Jekyll to Google Cloud Storage while not modifying a theme and posts in one repo
JavaScript
-
-
-
-
A quick awk thing I wrote to strip o...
A quick awk thing I wrote to strip out dead links for images from Jekyll posts 1#!/bin/bash
2rm -rf /var/tmp/cleaned_posts
3mkdir -p /var/tmp/cleaned_posts
4while read -r post ; do
5awk '/image:/ { our_image=$2 } /<img class/ { print "![For the Cure of Text](" our_image ")";next } { print $0 }' "$post" > /var/tmp/cleaned_posts/"$post"
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.