Skip to content

Latest commit

 

History

History
57 lines (34 loc) · 1.13 KB

README.md

File metadata and controls

57 lines (34 loc) · 1.13 KB
Scribo logo

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

Install Docs

License PyPI - Version PyPI - Python Version

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.