Skip to content

Commit

Permalink
Merge pull request #6626 from nicfv/master
Browse files Browse the repository at this point in the history
Update dates to 2024 in blog setup page
  • Loading branch information
squidfunk committed Jan 8, 2024
2 parents 608b4fc + 55678a9 commit 0721722
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/setup/setting-up-a-blog.md
Expand Up @@ -240,7 +240,7 @@ Create a new file called `hello-world.md` and add the following lines:
``` yaml
---
draft: true # (1)!
date: 2023-01-31 # (2)!
date: 2024-01-31 # (2)!
categories:
- Hello
- World
Expand Down Expand Up @@ -329,7 +329,7 @@ each post, as well as in post excerpts on index pages:

``` yaml
---
date: 2023-01-31
date: 2024-01-31
authors:
- squidfunk
...
Expand Down Expand Up @@ -375,7 +375,7 @@ add them to the front matter `categories` property:

``` yaml
---
date: 2023-01-31
date: 2024-01-31
categories:
- Hello
- World
Expand All @@ -401,7 +401,7 @@ part of a post, the post is linked from the [tags index]:

``` yaml
---
date: 2023-01-31
date: 2024-01-31
tags:
- Foo
- Bar
Expand Down Expand Up @@ -444,7 +444,7 @@ to add related links to a post:

``` yaml
---
date: 2023-01-31
date: 2024-01-31
links:
- plugins/search.md
- insiders/index.md#how-to-become-a-sponsor
Expand All @@ -460,7 +460,7 @@ links and even use nesting:

``` yaml
---
date: 2023-01-31
date: 2024-01-31
links:
- plugins/search.md
- insiders/index.md#how-to-become-a-sponsor
Expand Down Expand Up @@ -520,7 +520,7 @@ post:

``` yaml
---
date: 2023-01-31
date: 2024-01-31
readtime: 15
---

Expand Down

0 comments on commit 0721722

Please sign in to comment.