A Simple Blogging System.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Jake Bauer 6d300d35a3 Use OpenBSD's ISC License 1 month ago
LICENSE Use OpenBSD's ISC License 1 month ago
README.md Update version, readme, and copyright 3 months ago
sbs Fix wrong version number in code, oops! 2 months ago
sbs.1 Silence output and add verbosity flag 3 months ago

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.