This folder contains the GitHub Pages documentation for the HyperGitHub MCP Server project.
index.html- Main HTML page (temporary)index.md- Main documentation in Markdown_config.yml- Jekyll configuration for GitHub PagesCNAME- Custom domain configuration
GitHub Pages is configured to:
- Branch:
main - Folder:
/docs - Custom domain:
hypergithub-mcp.lalax.com - Theme: Cayman (jekyll-theme-cayman)
To test documentation locally:
# Install Jekyll (requires Ruby)
gem install bundler jekyll
# Clone the repository
git clone https://github.com/lalax-systems/hypergithub-mcp.git
cd hypergithub-mcp/docs
# Install dependencies
bundle install
# Run local server
bundle exec jekyll serve
# Open in browser: http://localhost:4000- Edit Markdown files in the
/docsfolder - Commit and push to the
mainbranch - GitHub Pages will rebuild automatically