~

Scribo

Static Site Generator

A simple, efficient and content-first static site generator (SSG). Build any static site for personal blogs, documentations, articles and anything you wish. This site is also created with Scribo. Let's get started!

Readme

Scribo logo

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

[![Install](https://img.shields.io/badge/Install-blue)](https://github.com/sujaudd1n/scribo/tree/main?tab=readme-ov-file#installation) [![Docs](https://img.shields.io/badge/Docs-blue)](https://scribo-docs.netlify.app)
![License](https://img.shields.io/badge/License-MIT-green) [![PyPI - Version](https://img.shields.io/pypi/v/scribo.svg)](https://pypi.org/project/scribo) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/scribo.svg)](https://pypi.org/project/scribo)

Installation

1
pip install scribo

Quick Start

Initialize

1
scribo --init sitename

Edit index.md.

Build

1
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.

PythonLibrary