https://github.com/bmoneill/teal
Static website generator written in POSIX sh
https://github.com/bmoneill/teal
markdown shell shell-script web-framework website
Last synced: about 1 month ago
JSON representation
Static website generator written in POSIX sh
- Host: GitHub
- URL: https://github.com/bmoneill/teal
- Owner: bmoneill
- License: mit
- Created: 2020-04-11T03:05:40.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-07-02T17:23:26.000Z (12 months ago)
- Last Synced: 2025-08-04T07:39:25.111Z (11 months ago)
- Topics: markdown, shell, shell-script, web-framework, website
- Language: Makefile
- Homepage:
- Size: 41 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# teal
A simple static website generator written in POSIX sh. It uses a Markdown
to HTML compiler for each page, adds a sidebar, and attaches the provided
stylesheet.
## Installation
1. Edit `config.mk` to your liking
1. Run `make install`
## Usage
Put a `style.css` file and a `teal.conf` file in the current working directory,
set the variables in the configuration file, then run `teal`.
## Bugs
If you find a bug, submit an issue, PR, or email me with a description and/or patch.
## License
Copyright (c) 2019-2021 Ben O'Neill . This work is released under the
terms of the MIT License. See [LICENSE](LICENSE) for the license terms.