mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-11 15:55:32 +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!
907 B
907 B
title | date | draft | emoji | tags | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Ruby-DLC on Github | 2009-05-05T15:20:00+01:00 | false | 🐙 |
|
Ruby-DLC is now available on github, and consequently as a gem! You can install with1:
gem sources -a http://gems.github.com
sudo gem install jphastings-dlc
There’s a gist explaining how to use the library and the rdoc documentation is still available on my project page. Please file an issue if you have any problems with the code, I haven’t checked it thoroughly!
-
Import note: This syntax is incorrect today, and the code only supports Ruby 1.x, so you'll have to make your own way if you're interested in using this! ↩︎