An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# gumbal

The most simple static web site generator you'll find today.

![gumbal in action](http://i.imgur.com/VDZreby.png)

## 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.