Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boneill02/teal
web framework in posix sh
https://github.com/boneill02/teal
markdown shell shell-script web-framework website
Last synced: about 1 month ago
JSON representation
web framework in posix sh
- Host: GitHub
- URL: https://github.com/boneill02/teal
- Owner: boneill02
- License: mit
- Created: 2020-04-11T03:05:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-28T02:40:50.000Z (about 2 years ago)
- Last Synced: 2023-03-10T15:59:34.147Z (almost 2 years ago)
- Topics: markdown, shell, shell-script, web-framework, website
- Language: Makefile
- Homepage:
- Size: 38.1 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 and 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`.## License
Copyright (c) 2019-2021 Ben O'Neill . Licensed under the
MIT License. See LICENSE.