Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dsheets/tower

A Straightforward and Extensible Static Site Generator
https://github.com/dsheets/tower

Last synced: 3 months ago
JSON representation

A Straightforward and Extensible Static Site Generator

Awesome Lists containing this project

README

        

# tower

**tower** binds values into templated web pages and produces a parallel
directory hierarchy with the results.

To use **tower**, just

```
$ tower build
```

and your present working directory and descendents will be rendered into
`_site/`. You can also `tower build my_source_directory` and `tower
build src -o my_output_site`.