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.6.1.tar.gz
(49.5 kB
view details)
Built Distribution
brigid-0.6.1-py3-none-any.whl
(74.2 kB
view details)
File details
Details for the file brigid-0.6.1.tar.gz
.
File metadata
- Download URL: brigid-0.6.1.tar.gz
- Upload date:
- Size: 49.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e9e863421b90dfef7877cd0e4d8bd1f18592352ec20ff076ea2053b4ce7d8958 |
|
MD5 | 2ee602073e69449cf2f9778164f3501f |
|
BLAKE2b-256 | 8f9e9f3e7b793bfbc61160b017378c58fc971651e73bec50ef19610e6474fc4d |
File details
Details for the file brigid-0.6.1-py3-none-any.whl
.
File metadata
- Download URL: brigid-0.6.1-py3-none-any.whl
- Upload date:
- Size: 74.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3444b40cd8a58b3d8e8004e87f465c53d9613ac1965e6187979a1e8ef5e7a1b8 |
|
MD5 | 865a2abd0ab2c03e952c49fa3d9703fc |
|
BLAKE2b-256 | f5e1368c3431f198b0bd77206738a52a8351dfde3d6b14c01f51c7906c7de754 |