Website for the agentregistry project, published at aregistry.ai.
This website is built with Hugo using the Hextra theme.
- Hugo (Extended version 0.112.0 or later)
- Git
- Clone the repository:
git clone https://github.com/agentregistry-dev/agentregistry.git
cd agentregistry- Install Hugo dependencies:
hugo mod get- Start the development server:
hugo serve- Open your browser and navigate to
http://localhost:1313
The site will automatically reload when you make changes to the content.
To build the static site for production:
hugoThe generated site will be in the public/ directory.
agentregistry/
├── content/ # Markdown content files
│ └── _index.md # Homepage content
├── static/ # Static assets (images, fonts, etc.)
│ └── img/ # Images
├── assets/ # Assets that need processing
│ └── css/ # Custom CSS
├── layouts/ # Custom Hugo layouts
│ ├── shortcodes/ # Reusable Hugo shortcodes
│ └── partials/ # Partial templates
├── hugo.yaml # Hugo configuration
└── README.md # This file
- Dark Theme: Beautiful dark mode by default
- Responsive Design: Works on all devices
- Fast Loading: Static site generation for optimal performance
- Custom Styling: Tailored dark theme with accent colors
- Interactive Elements: Lightbox diagrams, video tutorials, and more
We welcome contributions to improve the website! Whether it's fixing bugs, improving documentation, or adding new features, your help is appreciated.
- Edit content in the
content/directory (Markdown files) - Modify styles in
assets/css/custom.css - Update Hugo configuration in
hugo.yaml
Need help? Have questions?
- 💬 Join our Discord community
- 🐛 Report bugs via GitHub Issues
- 📖 Read the Hugo documentation
This website is part of the agentregistry project.
This website was previously built with Next.js. The original Next.js code has been preserved in the nextjs-backup/ directory for reference.