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.10/
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.10/
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.10.zip
(55.4 kB
view hashes)
Built Distribution
Close
Hashes for catsup-0.3.10-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 099a5e2ab9451b418f37eda77056f31d3fb5ee1d83fdc2d3c3f2759c8b1bf051 |
|
MD5 | eb81120177dfbf50895f989d75239be4 |
|
BLAKE2b-256 | f050a614643b8c67823519e5b7c4249546254564d8e18fb6bc5966487e3dc085 |