mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-10-09 22:41:13 +00:00
Medium syndication information
This commit is contained in:
parent
e5a96d735a
commit
c5ff5538a6
276 changed files with 371 additions and 80 deletions
|
@ -1,9 +1,11 @@
|
|||
---
|
||||
title: "Blogroll From Subscriptions"
|
||||
date: 2022-12-18T13:05:49-05:00
|
||||
date: 2022-12-18 13:05:49-05:00
|
||||
draft: false
|
||||
tags: []
|
||||
math: false
|
||||
medium_enabled: true
|
||||
medium_post_id: 913b5fa85507
|
||||
tags: []
|
||||
title: Blogroll From Subscriptions
|
||||
---
|
||||
|
||||
While I was browsing around personal websites, I found a fun little piece of code from Jake Bauer's [links page](https://www.paritybit.ca/links).
|
||||
|
@ -54,5 +56,4 @@ HTML_EXPR="<li><a href=\"\3\">\1<\/a> (<a href=\"\2\">feed<\/a>)<\/li>"
|
|||
REPLACE_EXPR="s/$XML_EXPR/$HTML_EXPR/g"
|
||||
|
||||
grep "xmlUrl" "$1" | sed "$REPLACE_EXPR"
|
||||
```
|
||||
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue