Skip to content

meridianhub/meridianhub.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

154 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meridian Hub Website

Marketing and documentation site for Meridian, the BIAN-compliant source-available treasury infrastructure.

Live site: www.meridianhub.org

Local Development

Prerequisites

Quick Start

# 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

Build

# Production build
hugo --minify

# Output is in public/

Install Hugo (macOS)

brew install hugo

Project Structure

.
├── 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

Deployment

Automatic via GitHub Actions on push to main. The workflow builds the site and deploys to GitHub Pages.

Content Generation

Feature pages, API reference, and architecture documentation are auto-generated from the Meridian codebase using scripts/generate-site-content.go.

License

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors