A simple, efficient and content-first static site generator (SSG).
Write docs, blogs or anything you like. Read the docs.
- Extended markdown syntax support
- File-system based routing
- Customization
- Automatic table of contents generation
- Syntax highlighting of codeblocks
- Metadata
pip install scribo
scribo --init sitename
Edit index.md
.
scribo --build sitename
dist
dir contains the build of the project.
Please read CONTRIBUTING.md.
scribo
is distributed under the terms of the MIT license.