Skip to content

agntcy/blogs

Repository files navigation

AGNTCY Blogs

This repository hosts the source code for the AGNTCY engineering blog. Our mission is to share technical insights, deep-dives, and updates about the open-source projects and technologies developed at AGNTCY, including:

Local Development

This site is built with Jekyll and managed with Task.

Prerequisites

  • Ruby 3.0 or higher
  • Task
  • Bundler (gem install bundler)

Usage

Use the Taskfile to manage common operations:

  1. Install dependencies:

    task deps
  2. Run the local development server:

    task run

    The site will be available at http://0.0.0.0:4000/.

  3. Build the static site:

    task build

    The output will be generated in the _site/ directory.

Contributing

Please adhere to Conventional Commits for all commit messages. Review .github/CODEOWNERS for repository maintainers.