https://github.com/crocidb/gumbal
This is gumbal. A very simple static website generator written in Python.
https://github.com/crocidb/gumbal
Last synced: about 1 year ago
JSON representation
This is gumbal. A very simple static website generator written in Python.
- Host: GitHub
- URL: https://github.com/crocidb/gumbal
- Owner: CrociDB
- Created: 2015-06-01T20:33:44.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-07-02T23:36:11.000Z (almost 10 years ago)
- Last Synced: 2025-01-21T00:48:07.237Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gumbal
The most simple static web site generator you'll find today.

## Getting Started
Generate static web sites from markdown pages. Supports multiple themes. It's still in a very early stage of development.
### Installing
Make sure you have **Python 2.7** and **pip** installed on your system. Then install all the requirements from the `requirements.txt` file:
```
$ pip install -r requirements.txt
```
After that, **gumbal** should already work.