diff --git a/blog/feeds.md b/blog/feeds.md new file mode 100644 index 0000000..90ebeac --- /dev/null +++ b/blog/feeds.md @@ -0,0 +1,5 @@ +title: Get started using feeds +summary: Pick a client, add some feeds, done +published: 2020-06-02 + +--- diff --git a/blog/irc.md b/blog/irc.md new file mode 100644 index 0000000..330fbb6 --- /dev/null +++ b/blog/irc.md @@ -0,0 +1,5 @@ +title: Get started with IRC +summary: Pick a client, join some channels, maybe register with NickServ +published: 2020-06-02 + +--- diff --git a/do_index.py b/do_index.py new file mode 100755 index 0000000..d6d778e --- /dev/null +++ b/do_index.py @@ -0,0 +1,26 @@ +#!/usr/bin/env python3 + +import sys +from strictyaml import load as load_yaml +from ipo import list, str, read, write, map, starstarmap, takewhile, join, sort +from glob import glob +import re + +TEMPLATE = """ +