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.
- Host: GitHub
- URL: https://github.com/lewangdev/catcatgo
- Owner: lewangdev
- Created: 2018-11-09T14:17:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T01:39:57.000Z (about 3 years ago)
- Last Synced: 2025-01-02T23:51:58.508Z (about 1 year ago)
- Topics: blog-engine, cat, python3, static-site-generator
- Language: HTML
- Homepage:
- Size: 4.54 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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