Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.