Skip to content

DamageBDD/DamageBDD.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Steven Joseph (asyncmind)
Mar 29, 2025
0df36ea · Mar 29, 2025

History

34 Commits
Mar 29, 2025
Mar 29, 2025
Mar 28, 2025
May 13, 2024
Mar 29, 2025
Mar 29, 2025
Mar 28, 2025
Mar 28, 2025
Jul 29, 2024
Mar 29, 2025
Jan 2, 2024
Feb 16, 2024
Jan 2, 2024
Mar 29, 2025
May 13, 2024
Jan 2, 2024
May 13, 2024
May 5, 2024
May 5, 2024
Jul 29, 2024
May 5, 2024

Repository files navigation

DamageBDD Product Web Site

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.

Instructions for Generating the Site

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)"