sbs

A Simple Blogging System.
git clone https://git.sr.ht/~jbauer/sbs
Log | Files | Refs | README | LICENSE

commit ba3ac156caf43f94e01e9a664e4a22009fb36fd3
parent d58284804eb9391cff350285afda43d466b12dad
Author: Jake Bauer <jbauer@paritybit.ca>
Date:   Thu,  9 Feb 2023 22:46:40 -0500

Update README

Diffstat:
MREADME.md | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -7,7 +7,7 @@ This project is actively maintained. ## Features -* Create static HTML pages from Markdown and Gemini documents with minimal +* Create static HTML pages from Markdown documents with minimal header and footer "templates" * MultiMarkdown metadata support * Easy creation of an Atom feed containing the content of all posts @@ -17,6 +17,8 @@ This project is actively maintained. ## Installation +First, ensure that [lowdown](https://kristaps.bsd.lv/lowdown/) is installed. + Place the sbs program and the sbs.1 manpage in the appropriate paths for your operating system. `/usr/local/bin/` and `/usr/local/man/man1/` are the likely paths, respectively.