Marketing and documentation site for Meridian, the BIAN-compliant source-available treasury infrastructure.
Live site: www.meridianhub.org
- Hugo Extended (v0.128.0 or later)
- Git
# Clone with submodules (theme)
git clone --recurse-submodules https://github.com/meridianhub/meridianhub.github.io.git
cd meridianhub.github.io
# Start local server with drafts
hugo server -D
# View at http://localhost:1313# Production build
hugo --minify
# Output is in public/brew install hugo.
├── content/ # Markdown content
│ ├── features/ # BIAN service domain pages
│ ├── architecture/ # ADR documentation
│ ├── api/ # API reference
│ ├── roadmap/ # Development roadmap
│ └── use-cases/ # Industry applications
├── layouts/ # Custom templates
├── assets/ # CSS, JS (processed by Hugo)
├── static/ # Static assets (copied as-is)
├── themes/PaperMod/ # Hugo theme (git submodule)
└── hugo.toml # Site configuration
Automatic via GitHub Actions on push to main. The workflow builds the site and deploys to GitHub Pages.
Feature pages, API reference, and architecture documentation are auto-generated from the Meridian codebase using scripts/generate-site-content.go.
Business Source License 1.1 - See LICENSE file for details.
Same licensing as the Meridian project. Converts to Apache 2.0 on January 14, 2030.