https://github.com/infoforcefeed/greshunkel
A static site generator for the dead inside.
https://github.com/infoforcefeed/greshunkel
Last synced: 7 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 (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-31T22:47:04.000Z (almost 12 years ago)
- Last Synced: 2025-01-08T09:12:10.435Z (over 1 year ago)
- Language: Python
- Homepage: http://meta.infoforcefeed.org/item/greshunkel
- Size: 145 KB
- Stars: 2
- Watchers: 8
- Forks: 0
- Open Issues: 6
-
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 templates
Greshunkelfile 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!