Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dates to 2024 in blog setup page #6626

Merged
merged 1 commit into from
Jan 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 7 additions & 7 deletions docs/setup/setting-up-a-blog.md
Original file line number Diff line number Diff line change
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