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

https://github.com/lewangdev/catcatgo

Catcatgo, 猫猫快跑 is a fast & simple static site generator powered by Python 3.
https://github.com/lewangdev/catcatgo

blog-engine cat python3 static-site-generator

Last synced: about 1 year ago
JSON representation

Catcatgo, 猫猫快跑 is a fast & simple static site generator powered by Python 3.

Awesome Lists containing this project

README

          

# Catcatgo

Catcatgo is a fast & simple static site generator powered by Python 3.

## Features

- Python 3
- Blazing fast generating
- Jekyll Themes are suppored(\*)

## Installation

``` bash
$ pip install -r requirements.txt
```

## Quick Start

**Generate static files**

``` bash
$ python catcatgo.py
```

## Live Demo

**Start the server**

``` bash
$ cd dist && python -m http.server
```

Visit [http://127.0.0.1:8000](http://127.0.0.1:8000)

## License

None