https://github.com/dsheets/tower
A Straightforward and Extensible Static Site Generator
https://github.com/dsheets/tower
Last synced: 12 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 (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-10T13:13:39.000Z (over 11 years ago)
- Last Synced: 2025-04-10T08:59:34.756Z (about 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`.