Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/boneill02/tbs

teal blog system
https://github.com/boneill02/tbs

blog blog-engine blogging markdown rss

Last synced: 3 days ago
JSON representation

teal blog system

Awesome Lists containing this project

README

        

# tbs - teal blog system

A simple static blog generator written in POSIX sh. It uses a Markdown
to HTML compiler for each entry and generates an RSS feed.

## Installation

1. Edit `config.mk` to your liking
1. Run `make install`

## Usage

Note: skeleton versions of all these files can be found under `examples/`.

* Put a `tbs.conf` file in the current working directory, then set the
variables in the configuration file.
* Put a `head.html`, `tail.html`, `index.html`, and `rss.xml` file in
the current working directory.
* Run `tbs [input.md] [output.html] [title]`.

## License

Copyright (c) 2022 Ben O'Neill . Licensed under the
MIT License. See LICENSE.