We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c724de5 commit 64824acCopy full SHA for 64824ac
README.md
@@ -5,22 +5,20 @@ This repo contains the blog posts for blog.concourse-ci.org
5
## Running the blog locally
6
7
```
8
-hug server
+hugo server
9
10
11
## Adding a New Blog Post
12
13
14
touch content/posts/YYYY-MM-DD-my-post.md
15
16
+
17
With the following content
18
19
+```
20
+---
21
+title:
22
+date: '2025-01-01 1:00:00'
23
24
-+++
-title = "{{ replace .TranslationBaseName "-" " " | title }}"
-date = "{{ .Date }}"
-author = ""
-tags = ["", ""]
-keywords = ["", ""]
-description = ""
25
26
-```
0 commit comments