Catsup: a lightweight static site generator
Project description
Catsup is a lightweight static website generator which aims to be simple and elegant. Documentation is available at RTFD: https://catsup.readthedocs.org/en/v0.3.7/
Quick Start
First, install Catsup via pip
$ pip install catsup
Then, create a new Catsup site
$ mkdir site $ cd site $ catsup init
Edit the config file
vim config.json
Write some posts
$ vim posts/hello-world.md $ cat posts/hello-world.md # Hello World - tags: hello world, catsup - time: 2013-08-30 12:00 --- Hello, World!
Build your site and deploy
catsup build && catsup deploy
For more information, please read the document: https://catsup.readthedocs.org/en/v0.3.7/
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
catsup-0.3.7.zip
(55.0 kB
view details)
File details
Details for the file catsup-0.3.7.zip
.
File metadata
- Download URL: catsup-0.3.7.zip
- Upload date:
- Size: 55.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b691a7307e670b61c1f43f7324f7a44ae6ab0d35f7ab081e4b6797cf5e20be3b |
|
MD5 | b46dcc23d6d9cb5c8b102e526c36f404 |
|
BLAKE2b-256 | 8237f41d8f221b467d3f40528a8ffedd63ef687bc6fb99579c1593441fc4696d |