Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/infoforcefeed/greshunkel
A static site generator for the dead inside.
https://github.com/infoforcefeed/greshunkel
Last synced: about 2 months ago
JSON representation
A static site generator for the dead inside.
- Host: GitHub
- URL: https://github.com/infoforcefeed/greshunkel
- Owner: infoforcefeed
- Created: 2014-07-25T00:06:54.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-31T22:47:04.000Z (over 10 years ago)
- Last Synced: 2024-03-25T21:52:28.267Z (10 months ago)
- Language: Python
- Homepage: http://meta.infoforcefeed.org/item/greshunkel
- Size: 145 KB
- Stars: 2
- Watchers: 8
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Greshunkel
_"I fueled this fire with a thousand gallons of premium octane gasoline." - Kyle Terry_
## Install
```bash
git clone https://github.com/infoforcefeed/greshunkel
cd greshunkel
[sudo] ./setup.py install
```## Use
```bash
cd my-awesome-project
ls
Greshunkelfile README.md deploy.sh favicon.ico massacre.sh posts
robots.txt static templates
```
SEE Greshunkelfile posts templatesGreshunkelfile is like python and has a bunch of context stuff.
posts and templates have html stuff with GRESHUNKELisms.
## Run
```bash
cd my-awesome-project
greshunkel
ls
Greshunkelfile README.md built deploy.sh favicon.ico massacre.sh
posts robots.txt static templates
```WOAH SEE NEW DIR built
built is your static site. Cool!