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.2.tar.gz
(42.8 kB
view details)
Built Distribution
brigid-0.4.2-py3-none-any.whl
(62.3 kB
view details)
File details
Details for the file brigid-0.4.2.tar.gz
.
File metadata
- Download URL: brigid-0.4.2.tar.gz
- Upload date:
- Size: 42.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 | 2a0529f86057049367fc60208c0810e009dd9d76c5dab4af4a644d8c63cd966a |
|
MD5 | b08e83b1f384792062d758d6ac218a3b |
|
BLAKE2b-256 | 735c3a529276f72238f616306703c393228d4280866bca981698d63be7e62f22 |
File details
Details for the file brigid-0.4.2-py3-none-any.whl
.
File metadata
- Download URL: brigid-0.4.2-py3-none-any.whl
- Upload date:
- Size: 62.3 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 | 6efe8b0eaf2e5c05e8bd13c90ecb240a510f147b6513f56634f0d7b1724a0a9f |
|
MD5 | 59c6919113f13984473926a5ce0983fe |
|
BLAKE2b-256 | 69ad9c8592cf1d36387660ede49991f48d38f95d43832dcbd335c1ec4a6c195c |