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.7.2.tar.gz
(53.6 kB
view details)
Built Distribution
brigid-0.7.2-py3-none-any.whl
(80.2 kB
view details)
File details
Details for the file brigid-0.7.2.tar.gz
.
File metadata
- Download URL: brigid-0.7.2.tar.gz
- Upload date:
- Size: 53.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d913f60d06fc79403d60ee01acdee32ad12bbc5eb329bac0b725ef76d3399cda |
|
MD5 | 6cebd7060fd9011e1856cbd7baf09bda |
|
BLAKE2b-256 | 1ad3533a143c2981e2145cdd527f4203bdeb69794220c5b57c19cc062e17b405 |
File details
Details for the file brigid-0.7.2-py3-none-any.whl
.
File metadata
- Download URL: brigid-0.7.2-py3-none-any.whl
- Upload date:
- Size: 80.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 20dbded5c02632de16fb41fd8e8e9484ed6fde1a2d93cd100f9033fa40a861d3 |
|
MD5 | 820c8284fd2d211a4dea70dfd6b51970 |
|
BLAKE2b-256 | 9c6d9d84950991eba73034df935341c41d0e1f933425f99407e3f1cd5ed10e3b |