Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/efrane/teenytinyweb
https://github.com/efrane/teenytinyweb
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/efrane/teenytinyweb
- Owner: eFrane
- Created: 2012-04-03T15:53:44.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-04-03T16:06:52.000Z (over 12 years ago)
- Last Synced: 2024-05-03T03:50:20.698Z (8 months ago)
- Language: Shell
- Size: 93.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
teeny tiny web
==============everything you need to setup a website. really.
you might want to use [git hooks][1] for easy deployment.
if you want to test your site locally, get [lighttpd][2] and
run `./teenytinyweb.sh --run` from the root folder.to add content, add folders, images and markdown files in `web/`.
to update theme or contents, run `./teenytinyweb.sh` with no arguments.## dependencies
these binaries __must__ be accessable from the $PATH provided by /usr/bin/env:
- [markdown][3]
- [sass][4][1]: http://ryanflorence.com/deploying-websites-with-a-tiny-git-hook/
[2]: http://www.lighttpd.net/
[3]: http://daringfireball.net/projects/markdown/
[4]: http://sass-lang.com/