Skip to main content

Static site generator.

Project description

Brigid

A simple blog engine, but not simpler than it should be.

Demo

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


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.0.tar.gz (49.4 kB view hashes)

Uploaded Source

Built Distribution

brigid-0.6.0-py3-none-any.whl (74.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page