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.4.4.tar.gz
(46.5 kB
view details)
Built Distribution
brigid-0.4.4-py3-none-any.whl
(69.6 kB
view details)
File details
Details for the file brigid-0.4.4.tar.gz
.
File metadata
- Download URL: brigid-0.4.4.tar.gz
- Upload date:
- Size: 46.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f03be354575e5eee419198d0d1bb8689f784fceccf0b3081ba33e6e3a8e3e548 |
|
MD5 | f205369722e395dbfe7ab8cd00f956ec |
|
BLAKE2b-256 | 0609cec2fb1cdc45d82635cc036ee69c2e240c6e3894bd8962718123873446a7 |
File details
Details for the file brigid-0.4.4-py3-none-any.whl
.
File metadata
- Download URL: brigid-0.4.4-py3-none-any.whl
- Upload date:
- Size: 69.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9a27615cf110bcc466702fee7946b073becea378bbd207bdec0aa688c5de4363 |
|
MD5 | d1fb734e3e58a569bb4806085e152d13 |
|
BLAKE2b-256 | c139b68e673e11e04bb3eeae182ae1efdcce44bbb3162e5ebc815fb352a035a2 |