Jekyll

All four of my posts tagged jekyll, dating from 20132019.

2019 2 posts Permalink

in reply to Ana Rodrigues

I definitely have improvements to make, but at present I use the Twitter API to create a tweet, and I pull the URL of the tweet from the response into the front-matter/YAML of the Jekyll post which I then commit...

LiquidBase60

I have started auto-generating ShortURLs for each of my posts, old and new, and opted to implement for representing the unique URLs, but I've done so with Liquid so it plays nicely with my Jekyll-powered website.

2018 1 post Permalink

Numerals, Romanticised

For a better part of the year, I've been working on a Jekyll-based Progressive Web App, BloodBuilder, for managing my Sorcerer in a game of Pathfinder I've been playing with some friends. One of the many intricate parts of logic involves the ability to convert Arabic numerals to and from Roman numerals, so I wrote a simple Liquid include to handle this.

2013 1 post Permalink

First Article Ever

Well, I've finally gotten my site up and running to a point where I can consider it to be a success. What was the process, and what did it involve? What mistakes did I make that you can avoid?