https://github.com/boneill02/tbs
teal blog system
https://github.com/boneill02/tbs
blog blog-engine blogging markdown rss
Last synced: over 1 year 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 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-27T02:01:23.000Z (over 3 years ago)
- Last Synced: 2025-01-24T20:43:46.031Z (over 1 year 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.