8000 GitHub - reanmotion/DamageBDD.com: DamageBDD Product Page
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

reanmotion/DamageBDD.com

 
 

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 -Q --batch \
      -l publish.el \
      --eval "(org-publish-project \"damagebdd\" t)"

with docker

docker run --rm -v "$PWD":/project -w /project silex/emacs:latest \
  emacs --ba
55E1
tch \
  -l /project/publish.el \
  --eval "(org-publish-project \"damagebdd\" t)"

Serve the Site

emacs -Q --fg-daemon -l publish.el --eval "(publish-and-serve)"

About

DamageBDD Product Page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 49.4%
  • Emacs Lisp 36.5%
  • JavaScript 12.9%
  • Shell 1.2%
0