Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/infoforcefeed/olegdb-website
The website and static site generator for the OlegDB website
https://github.com/infoforcefeed/olegdb-website
Last synced: about 2 months ago
JSON representation
The website and static site generator for the OlegDB website
- Host: GitHub
- URL: https://github.com/infoforcefeed/olegdb-website
- Owner: infoforcefeed
- License: mit
- Created: 2014-01-11T23:56:22.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-01-20T20:58:45.000Z (12 months ago)
- Last Synced: 2024-03-25T21:52:28.770Z (10 months ago)
- Language: HTML
- Size: 2.57 MB
- Stars: 0
- Watchers: 4
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is the website for olegdb.org, built using a custom templating language and
static-site generator I am calling GRESHUNKEL. It is not to be taken seriously.
I mean it.About
=====
GRESHUNKEL: A static site generator for the dead insideThis is a line-by-line static-site generator CUSTOM MADE for the olegdb.org
website. You run it, it builds everything in the templates directory with a
minimal and barely functional DSL, and out comes HTML. Gerbage!Oh yeah, it also reads in the source code in the oleg header to build documen-
tation. Neat!Installation
============
```
git submodule init
git submodule update
./build.py && ./deploy.sh
```Man that was easy.
FAQ
===## Why didnt you just use Hyde or something?
Wheres the fun in that?
## Okay, then why didn't you at least use Jinja2 or some sane templating language?
Wheres the fun in that?
## Well, uh, why is it so badly written?
I refuse to partake in outside projects, the community or any of the large
wealth of online resources that could've helped in building this. As such it
evolved organically and unstoppably.