Skip to content

A simple, efficient and content-first static site generator (SSG).

License

Notifications You must be signed in to change notification settings

sujaudd1n/scribo

Repository files navigation

Scribo logo

A simple, efficient and content-first static site generator (SSG).

License PyPI - Version

Write docs, blogs or anything you like. Read the docs.

Features

  • Extended markdown syntax support
  • File-system based routing
  • Customization
  • Automatic table of contents generation
  • Syntax highlighting of codeblocks
  • Metadata

Installation

pip install scribo

Quick Start

Initialize

scribo --init sitename

Edit index.md.

Build

scribo --build sitename

dist dir contains the build of the project.

Contributing

Please read CONTRIBUTING.md.

License

scribo is distributed under the terms of the MIT license.