Socket
Socket
Sign inDemoInstall

catsup

Package Overview
Dependencies
0
Maintainers
2
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    catsup

Catsup: a lightweight static site generator


Maintainers
2

Readme

Catsup

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

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

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.11/

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.11/

Keywords

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc