Posts tagged meta

Frog

:: meta, scheme

By: Pookleblinky

I made a Frog branch, init’d a frog instance, and am now configuring it a bit before attempting to push it to the main site. Dunno exactly how the switch will go, but I can tell it’s already a lot nicer than Jekyll.

Spinning it up

:: meta

By: Pookleblinky

So, I’ve set up a blog. Creating it was the easy part. Configuring it turned out to be more difficult. Switching from an existing Jekyll layout Turns out to be a pain in the ass. So, I’m just not gonna switch.

Then, I broke permalinks, made pages load weird by duplicating the _layouts which the default theme doesn’t require (Ah, there’s that annoying ruby magic), and then broke more shit. Repeatedly broke shit for a while, seeing what’s hidden in the ruby magic. More annoyingly, the localhost preview doesn’t indicate some things are broken, you only discover them after pushing to the server. I will probably end up changing from Jekyll, and then building my own static site generator (this seems to be the main sequence of using github pages).

Now I just have to figure out what to write. Years of using twitter have left me unable to write in long chunks. In threads, you still get accustomed to chunking thoughts into small enough pieces to fit into tweets. The luxurious space afforded to a blogpost is overwhelming.

What to write? Well, the question is really what not to write. I write constantly, but in tweets and toots. I need to make writing twitter threads more annoying than writing here.

This is a wonderful opportunity to streamline my workflow, on every level: from editing to git. So many things that can be automated away, so much grudgework eliminated. I have a feeling many of my first posts will just be me discovering new ways to break shit, intentionally or by accident.

first post

:: meta

By: Pookleblinky

After so long on twitter, I’m unused to longform writing, despite all my threads. I’m used to expressing things 140 characters at a time, as this paragraph indicates.

This will be my first foray into longform writing in a while. I’ll probably end up parasitizing off my twitter threads.

About this site: I figured I wanted to blog, but I never want to leave vim/emacs to do it. Setting up a github static page with Jekyll was the laziest possible way to accomplish this. Literally took 5 minutes.

Edit: Immediately switched to Frog, which is a static site generator written in Racket which works on Google Pages. Spinning that up was a little more work, as GP doesn’t let you simply branch, install an alternate generator, and set that second branch as the display. Still, took only a few minutes.