An open API service indexing awesome lists of open source software.

https://github.com/concourse/blog


https://github.com/concourse/blog

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# Concourse Blog

This repo contains the blog posts for blog.concourse-ci.org

## Running the blog locally

```
hugo server
```

## Adding a New Blog Post

```
touch content/posts/YYYY-MM-DD-my-post.md
```

With the following content

```
---
title:
date: '2025-01-01 1:00:00'
---
```