Static homepage for derailable.com, a concise site for reproducible analysis, datasets, visualizations, and research.
Derailable focuses on reproducible analysis in R and Python, turning messy operational data into signal teams can measure, explain, and act on.
index.htmlcontains the homepage content and metadata.style.csscontains the responsive visual system.assets/contains the Derailable logo files.CNAMEconfigures the GitHub Pages custom domain.
There is no build step, dependency setup, JavaScript, or external font service.
Open index.html directly in a browser, or run a simple static server from the repository root:
python3 -m http.server 8000Then visit http://localhost:8000.