Rename blog to content

This commit is contained in:
Will Faught
2023-02-12 21:41:07 -08:00
parent c7e69a1069
commit 92bb6ce83f
8 changed files with 7 additions and 7 deletions

View File

@@ -14,9 +14,9 @@ languages:
name: About
url: /about/
weight: 20
- identifier: blog
name: Blog
url: /blog/
- identifier: content
name: Content
url: /content/
weight: 30
- identifier: layouts
name: Layouts
@@ -143,7 +143,7 @@ params:
name: YouTube
url: https://youtube.com/user/username
permalinks:
blog: /blog/:year/:month/:day/:title/
blog: /content/:year/:month/:day/:title/
social:
twitter: username
theme: paige

View File

@@ -1,3 +0,0 @@
---
title: Blog
---

View File

@@ -0,0 +1,3 @@
---
title: Content
---