Static site generator.
Project description
Brigid
A simple blog engine, but not simpler than it should be.
Demo
- My blog: tiendil.org — look there to see all the features in action.
- Sources of the blog: https://github.com/Tiendil/tiendil-org-content — look there to see how content is organized.
Or run from the root of the repository:
poetry install
./bin/dev-server.sh
Features
- Markdown as a source code for articles.
- Multi-language support by design.
- Mobile-friendly.
- SEO-friendly.
- No cookies.
- Monolithic design: install and run. No need to look for plugins and themes.
Some specific features
Brigid is not a static site generator, i.e. you should run brigid process to access the site. It gives some advantages over classic static site generators.
- Redirects.
- Nice tags filtering (for wide pages only, for now).
- Detect language by headers.
- Sentry reporting.
- More features are coming.
Design principles
A very subjective list of design principles I follow in this project:
- One solid, stable, simple, up-to-date solution. Just install and run.
- Markdown won => use markdown as the primary source for posts.
- TOML won => use TOML for metadata and frontmatter instead of YAML.
- No unnecessary or unused features.
- Design for not trivial posts: long, multilanguage, images, code, etc.
- Server-side rendering is good. Use it as the primary approach.
- Use minimum JS only when it is really required.
- No CSS experiments, only stable verified solutions.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
brigid-0.9.0.tar.gz
(54.7 kB
view details)
Built Distribution
brigid-0.9.0-py3-none-any.whl
(81.3 kB
view details)
File details
Details for the file brigid-0.9.0.tar.gz
.
File metadata
- Download URL: brigid-0.9.0.tar.gz
- Upload date:
- Size: 54.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dacd8e01c81340d1ae77f040aa8891af912a2d1c4af21818aafcc17e97901271 |
|
MD5 | 95f7818dcb18e27a20cf8880de92e859 |
|
BLAKE2b-256 | e387ad1d26842ad8e2ede33f21b548a97225001b8af5eecd447abcd47d7ee70c |
File details
Details for the file brigid-0.9.0-py3-none-any.whl
.
File metadata
- Download URL: brigid-0.9.0-py3-none-any.whl
- Upload date:
- Size: 81.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 619bb2b9c62bc3458ffad660b29d1ed07641c86053009ed7e32ebcca78f24ea9 |
|
MD5 | 88b92a49ccaac9bcc5fd7d26a98fad8b |
|
BLAKE2b-256 | 7148ef37f25c1280baec96ebe957c8e91086aecec6cfdbe353c8cc93f018acb1 |