Table and Gist

This is a small table. First Header Second Header Content Cell Content Cell Content Cell Content Cell Content Cell Content Cell Content Cell Content Cell Content Cell Content Cell Paragraph in between. Another paragraph in between. 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 // GetTitleFunc returns a func that can be used to transform a string to // title case.

Continue reading →


Code block without a language tag

This is a simple example block that shows some code that is wrapped with ``` at the top and the bottom. # [[title]] <blockquote> [[selection_html]] <footer> <cite> <a class="u-in-reply-to" rel="in-reply-to" href="[[url]]"> [[title]] </a> </cite> </footer> </blockquote> <p class="p-summary">Begin response here</p>

Continue reading →


Code block with a language tag

This is code taken from my theme and wrapped and started with ```go-html-template. This alerts the markdown processor that it needs to highlight the various keywords and variables for that language using pygments. {{ if .RSSLink -}} <link href="{{ .RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" /> <link href="{{ "podcast.xml" | absURL }}" rel="alternate" type="application/rss+xml" title="Podcast" /> <link rel="alternate" type="application/json" title="{{ .Site.Title }}" href="{{ "feed.json" | absURL }}" /> <link rel="EditURI" type="application/rsd+xml" href="{{ "rsd.

Continue reading →


Labarum: Restarting Iterations (Draft)

During my Micro Camp presentation, I stated that the first publication is the first iteration… Then I stopped. Just a lot of little things got in the way, and I started to sit on changes that I have made. I’m hoping that this post will be me getting back into publishing changes and why I am making them. Here’s a list. Floating Images Handling Transcripts No Longer Published Center Navigation Menu Changing the descriptions Removing Comments off the main page What’s next?

Continue reading →


Floating image test

This is just a little test to see if this will float correctly. Chase carouser Blimey port six pounders black jack gally spike barque Chain Shot. Spike booty ahoy Arr cutlass prow furl case shot rutters gabion. Heave to take a caulk Arr schooner pillage long boat transom landlubber or just lubber starboard jib.

Continue reading →


Sending your First Webmention from Scratch • Aaron Parecki

So what do you need to walk through this tutorial? We'll use static files and simple command line tools so that you can easily adapt this to any environment or programming language later.

Second attempt.


This is an example reply to @aaronpk. Thanks to the class u-in-reply-to, Micro.blog should send a webmention automaticly.


A tour of the theme

Table of Contents The First thing The Second thing The Third thing Figures Tasklists Tables The first thing One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted1 his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections. The bedding was hardly able to cover it and seemed ready2 to slide off any moment.

Continue reading →


I just got back from a college tour.

A broken fire alarm.

This will be the thing that I remember the most.


Everything

Goal for this document I wanted to make a page that contained most if not all of the different things that you would find in a blog post written in Markdown. For simplicity, I’ll stick to what is found in Python-Markdown as it is the one that I use most. Basic Syntax This sentence as emphasied and bold text. This sentence has emphasis and bold text combined. This sentence has code written in it.

Continue reading →