This repository contains the source files for the product page of DamageBDD, a Behavior-Driven Development (BDD) framework at scale, leveraging the power of Emacs and Org mode. The site is generated using org-publish
, a tool within Emacs that converts Org files into a static HTML site. The project follows a clean, minimalist approach, reflecting DamageBDD's commitment to transparent and verifiable software behavior.
To generate the site from your Org files using the provided org-publish
configuration, follow these steps:
git clone https://github.com/DamageBDD/DamageBDD.com
cd DamageBDD.com
emacs --batch \
-l publish.el \
--eval "(org-publish-project \"damagebdd\" t)"
with docker
docker run --rm -v "$PWD":/project -w /project silex/emacs:latest \
emacs --batch \
-l /project/publish.el \
--eval "(org-publish-project \"damagebdd\" t)"