Skip to content

Commit 64824ac

Browse files
committed
update README
Signed-off-by: Taylor Silva <dev@taydev.net>
1 parent c724de5 commit 64824ac

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,20 @@ This repo contains the blog posts for blog.concourse-ci.org
55
## Running the blog locally
66

77
```
8-
hug server
8+
hugo server
99
```
1010

1111
## Adding a New Blog Post
1212

1313
```
1414
touch content/posts/YYYY-MM-DD-my-post.md
1515
```
16+
1617
With the following content
18+
19+
```
20+
---
21+
title:
22+
date: '2025-01-01 1:00:00'
23+
---
1724
```
18-
+++
19-
title = "{{ replace .TranslationBaseName "-" " " | title }}"
20-
date = "{{ .Date }}"
21-
author = ""
22-
tags = ["", ""]
23-
keywords = ["", ""]
24-
description = ""
25-
+++
26-
```

0 commit comments

Comments
 (0)