All Projects → whtsky → Catsup

whtsky / Catsup

Licence: mit
A lightweight static website generator which aims to be simple and elegant.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Catsup

React Static Boilerplate
A boilerplate for building static sites with Webpack 2, React and React Router
Stars: ✭ 108 (-20%)
Mutual labels:  static-site-generator
Rib
Haskell static site generator based on Shake, with a delightful development experience.
Stars: ✭ 115 (-14.81%)
Mutual labels:  static-site-generator
Hexo Generator Amp
AMP ⚡ HTML (Accelerated Mobile Pages) generator for Hexo.
Stars: ✭ 129 (-4.44%)
Mutual labels:  static-site-generator
Scaffold Static
Scaffolding utility for vanilla-js
Stars: ✭ 111 (-17.78%)
Mutual labels:  static-site-generator
Moul
The minimalist publishing tool for photographers
Stars: ✭ 113 (-16.3%)
Mutual labels:  static-site-generator
Profileio
Static site and resume generator from YAML based profile for students and researchers. Generates ready to deploy branches via github actions.
Stars: ✭ 122 (-9.63%)
Mutual labels:  static-site-generator
Jekyll
🌐 Jekyll is a blog-aware static site generator in Ruby
Stars: ✭ 43,803 (+32346.67%)
Mutual labels:  static-site-generator
Booklit
a pretty lit content authoring system
Stars: ✭ 133 (-1.48%)
Mutual labels:  static-site-generator
Hugothemes
A curated directory of Hugo themes
Stars: ✭ 1,571 (+1063.7%)
Mutual labels:  static-site-generator
Pelican
Static site generator that supports Markdown and reST syntax. Powered by Python.
Stars: ✭ 10,699 (+7825.19%)
Mutual labels:  static-site-generator
Next Cms Ghost
Publish flaring fast blogs with Next.js and Ghost CMS
Stars: ✭ 107 (-20.74%)
Mutual labels:  static-site-generator
Dropcaster
Simple Podcast Publishing with Dropbox
Stars: ✭ 112 (-17.04%)
Mutual labels:  static-site-generator
Nest
Nest Pelican Template
Stars: ✭ 123 (-8.89%)
Mutual labels:  static-site-generator
Kirby Staticbuilder
Static HTML exporter for Kirby CMS (v2 only)
Stars: ✭ 109 (-19.26%)
Mutual labels:  static-site-generator
Grav Plugin Blackhole
The static site generator for Grav CMS
Stars: ✭ 131 (-2.96%)
Mutual labels:  static-site-generator
Ssg
The official Statamic 3 static site generator package
Stars: ✭ 107 (-20.74%)
Mutual labels:  static-site-generator
Harbor
Simple and minimal personal blog theme.
Stars: ✭ 120 (-11.11%)
Mutual labels:  static-site-generator
Publiccms
现代化java cms,由天津黑核科技有限公司开发,轻松支撑千万数据、千万PV;支持静态化,服务器端包含; 目前已经拥有全球0.0002%的用户,语言支持中、繁、日、英;是一个已走向海外的成熟CMS产品
Stars: ✭ 1,750 (+1196.3%)
Mutual labels:  static-site-generator
Remarker
▶️ Remark cli
Stars: ✭ 132 (-2.22%)
Mutual labels:  static-site-generator
Hyde
A Python Static Website Generator
Stars: ✭ 1,599 (+1084.44%)
Mutual labels:  static-site-generator

Catsup

.. image:: https://travis-ci.org/whtsky/Catsup.png?branch=develop :target: https://travis-ci.org/whtsky/Catsup

.. image:: https://coveralls.io/repos/whtsky/catsup/badge.png?branch=develop :target: https://coveralls.io/r/whtsky/catsup?branch=develop

Catsup is a lightweight static website generator which aims to be simple and elegant. Documentation is available at RTFD: https://catsup.readthedocs.org/en/latest/

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/latest/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].