https://github.com/concourse/blog
https://github.com/concourse/blog
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/concourse/blog
- Owner: concourse
- License: apache-2.0
- Created: 2023-02-22T15:14:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-21T15:59:01.000Z (about 1 year ago)
- Last Synced: 2025-05-21T16:51:49.646Z (about 1 year ago)
- Language: CSS
- Homepage: http://blog.concourse-ci.org/
- Size: 54.7 MB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'
---
```