An open API service indexing awesome lists of open source software.

https://github.com/sujaudd1n/scribo

A simple, efficient and content-first static site generator (SSG).
https://github.com/sujaudd1n/scribo

documentation documentation-generator jinja markdown static-site-generator

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

          


Scribo logo


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

![License](https://img.shields.io/badge/License-MIT-green)
[![PyPI - Version](https://img.shields.io/pypi/v/scribo.svg)](https://pypi.org/project/scribo)

Write docs, blogs or anything you like. Read the [docs](https://scribo-docs.netlify.app).

## Features

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

## Installation

```console
pip install scribo
```

## Quick Start

### Initialize

```bash
scribo --init sitename
```

Edit `index.md`.

### Build

```console
scribo --build sitename
```

`dist` dir contains the build of the project.

## Contributing

Please read [CONTRIBUTING.md](./CONTRIBUTING.md).

## License

`scribo` is distributed under the terms of the [MIT](./LICENSE) license.