Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/boneill02/tbs
- Owner: boneill02
- License: mit
- Created: 2022-10-21T22:42:39.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-27T02:01:23.000Z (over 2 years ago)
- Last Synced: 2024-11-24T22:12:09.550Z (2 months ago)
- Topics: blog, blog-engine, blogging, markdown, rss
- Language: Shell
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.