From 317033703195fb1c5695e36e5899fe0080fc441e Mon Sep 17 00:00:00 2001 From: historia Date: Thu, 30 Jul 2026 16:41:42 -0400 Subject: move to historia.vg --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e3fcbf0..03ab255 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,14 @@ It also generates a sitemap.xml and rss.xml file. # Install / Usage -See [https://romansolotarev.com/ssg.html](https://romanzolotarev.com/ssg.html) for documentation on ssg +See [https://romansolotarev.com/ssg.html](https://romanzolotarev.com/ssg.html) for documentation on ssg. Install [lowdown](https://kristaps.bsd.lv/lowdown/) and cpio. -1. Install [lowdown](https://kristaps.bsd.lv/lowdown/) and cpio -2. Copy the `ssg-blog` script somewhere in your path, e.g. `/usr/bin/` -3. `chmod +x /usr/bin/ssg-blog` -4. `ssg-blog src dst 'https://my-website.net'` +``` +git clone https://git.historia.vg/git/ssg-blog +cp ssg-blog/ssg-blog /usr/bin/ # (or somewhere in your path) +chmod +x /usr/bin/ssg-blog +ssg-blog src dst 'https://my-website.net' +``` ssg-blog checks for subdirectories in the src directory, each of which becomes a category heading (non-recursively). It will generate a sorted list of links to any .md file in those directory (including nested directories). -- cgit v1.2.3