Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dsheets/tower
- Owner: dsheets
- Created: 2015-03-02T10:26:23.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-10T13:13:39.000Z (almost 10 years ago)
- Last Synced: 2023-04-12T20:31:04.441Z (over 1 year ago)
- Language: OCaml
- Homepage:
- Size: 188 KB
- Stars: 7
- Watchers: 9
- Forks: 4
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
- Contributing: CONTRIBUTING.md
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`.