A Simple Blogging System.
Go to file
Jake Bauer 76d7d40934 Bump version number 2024-02-19 19:44:27 +01:00
LICENSE Use OpenBSD's ISC License 2023-04-26 17:55:17 -04:00
README.md Update version, readme, and copyright 2023-03-08 19:42:28 -05:00
sbs Bump version number 2024-02-19 19:44:27 +01:00
sbs.1 Fix rendering of sbs.1 build command and cover new features 2024-02-16 18:14:46 +01:00

README.md

sbs - Simple Blogging System

A simple static site generator designed to be simpler to use than existing solutions such as Hugo and Jekyll.

This project is actively maintained.

Features

  • 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
  • Basic website styling through one CSS file by default
  • Easy method to deploy generated files
  • Simple configuration file

Installation

First, ensure that 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.

Usage

Please refer to the manpage for usage and other information.

Contributing

Send any patches or inquiries to ~jbauer/public-inbox@lists.sr.ht or to jbauer@paritybit.ca.