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.
- 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.2.4.tar.gz
(41.8 kB
view details)
Built Distribution
brigid-0.2.4-py3-none-any.whl
(60.9 kB
view details)
File details
Details for the file brigid-0.2.4.tar.gz
.
File metadata
- Download URL: brigid-0.2.4.tar.gz
- Upload date:
- Size: 41.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b7ae0f3ad92cf2f6283ccacff4a638e4a83a380d41a24480618d713494f157a4 |
|
MD5 | 66553ee494d7843f64e1c6453c3d2ba8 |
|
BLAKE2b-256 | 52385ee2147e36c0506ed5739711f6ee7428849975807e0469c9dadf4af21c69 |
File details
Details for the file brigid-0.2.4-py3-none-any.whl
.
File metadata
- Download URL: brigid-0.2.4-py3-none-any.whl
- Upload date:
- Size: 60.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 601c0286a003b88bddeec1414f0c6b1e2acb7abb0592784d1bf1fd7a297875b1 |
|
MD5 | 55ad2746e8712abf1e0fa0e65e6a47cc |
|
BLAKE2b-256 | 68a87b16c7c8e5c00cbd83894929f55014a351fa1d8027bd483aba8425574d0e |