Lamb — Literally Another Micro Blog.

Lamb made out of circuitry

Barrier free super simple blogging, self-hosted. Read about the features.

Requirements

  • PHP 8.2 – 8.5
  • SQLite3, gettext, simplexml, mbstring extensions

Getting started

# Checkout project - release branch is stable
git clone --branch release https://github.com/svandragt/lamb.git
cd lamb

Lamb can be run locally with the builtin PHP webserver, or with other tooling.

Deployment options

Webservers:

  1. Caddy
  2. Nginx

Containers:

  1. Docker

Devtools / local environments / sandbox:

  1. DDev local environments wrapper around Docker. Convenient.
  2. Devbox portable, isolated, developer environments. Tidy.
  3. Local PHP setup DIY. Control.

Main Topics


This site uses Just the Docs, a documentation theme for Jekyll.