Skip to content

Commit 55678a9

Browse files
author
nicfv
committed
Update dates to 2024 in blog setup page
1 parent 608b4fc commit 55678a9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/setup/setting-up-a-blog.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ Create a new file called `hello-world.md` and add the following lines:
240240
``` yaml
241241
---
242242
draft: true # (1)!
243-
date: 2023-01-31 # (2)!
243+
date: 2024-01-31 # (2)!
244244
categories:
245245
- Hello
246246
- World
@@ -329,7 +329,7 @@ each post, as well as in post excerpts on index pages:
329329

330330
``` yaml
331331
---
332-
date: 2023-01-31
332+
date: 2024-01-31
333333
authors:
334334
- squidfunk
335335
...
@@ -375,7 +375,7 @@ add them to the front matter `categories` property:
375375

376376
``` yaml
377377
---
378-
date: 2023-01-31
378+
date: 2024-01-31
379379
categories:
380380
- Hello
381381
- World
@@ -401,7 +401,7 @@ part of a post, the post is linked from the [tags index]:
401401

402402
``` yaml
403403
---
404-
date: 2023-01-31
404+
date: 2024-01-31
405405
tags:
406406
- Foo
407407
- Bar
@@ -444,7 +444,7 @@ to add related links to a post:
444444

445445
``` yaml
446446
---
447-
date: 2023-01-31
447+
date: 2024-01-31
448448
links:
449449
- plugins/search.md
450450
- insiders/index.md#how-to-become-a-sponsor
@@ -460,7 +460,7 @@ links and even use nesting:
460460

461461
``` yaml
462462
---
463-
date: 2023-01-31
463+
date: 2024-01-31
464464
links:
465465
- plugins/search.md
466466
- insiders/index.md#how-to-become-a-sponsor
@@ -520,7 +520,7 @@ post:
520520

521521
``` yaml
522522
---
523-
date: 2023-01-31
523+
date: 2024-01-31
524524
readtime: 15
525525
---
526526

0 commit comments

Comments
 (0)