mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-10 14:55:41 +01:00
This standardises all my markdown files to have no leading newline after the `---` that ends the frontmatter. This makes display on Gemini (in which newlines matter) much more consistent! I can't spot any errors with the regex I used here, but there may be one or two articles that change shape — hopefully I can spot them and fix them!
15 lines
422 B
Markdown
15 lines
422 B
Markdown
---
|
||
title: CampusBot
|
||
date: 2009-04-29T23:58:00+01:00
|
||
draft: false
|
||
emoji: 🏫
|
||
tags:
|
||
- ruby
|
||
- code
|
||
- Twitter
|
||
- campusbot
|
||
- from-tumblr
|
||
---
|
||
I’m building a twitterbot to answer questions about things happening on my university campus. Should be fun, I’ve decided to use Ruby and Active Record as a foundation :)
|
||
|
||
Might be a few days before anything appears on github, I’ve got a few exams in the near future!
|