Skip to content

agentregistry-dev/website

Repository files navigation

Agent Registry Logo

agentregistry Website

From registry to runtime. Fast development, curated artifacts.


About

Website for the agentregistry project, published at aregistry.ai.

This website is built with Hugo using the Hextra theme.

🚀 Quick Start

Prerequisites

  • Hugo (Extended version 0.112.0 or later)
  • Git

Local Development

  1. Clone the repository:
git clone https://github.com/agentregistry-dev/agentregistry.git
cd agentregistry
  1. Install Hugo dependencies:
hugo mod get
  1. Start the development server:
hugo serve
  1. Open your browser and navigate to http://localhost:1313

The site will automatically reload when you make changes to the content.

Building for Production

To build the static site for production:

hugo

The generated site will be in the public/ directory.

📁 Project Structure

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

✨ Features

  • 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

🤝 Contributing

We welcome contributions to improve the website! Whether it's fixing bugs, improving documentation, or adding new features, your help is appreciated.

Making Changes

  1. Edit content in the content/ directory (Markdown files)
  2. Modify styles in assets/css/custom.css
  3. Update Hugo configuration in hugo.yaml

💬 Support

Need help? Have questions?

📝 License

This website is part of the agentregistry project.


🔄 Migration Note

This website was previously built with Next.js. The original Next.js code has been preserved in the nextjs-backup/ directory for reference.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5