Rename posts to blog

This commit is contained in:
Eryn Wells 2021-12-27 11:30:07 -07:00
parent 07439fee43
commit 4277b204f6
11 changed files with 8 additions and 8 deletions

View file

@ -14,9 +14,9 @@ name = 'Eryn Wells'
[menu]
[[menu.main]]
identifier = 'posts'
name = 'Posts'
url = '/posts/'
identifier = 'blog'
name = 'Blog'
url = '/blog/'
[[menu.main]]
identifier = 'resume'
name = 'Résumé'
@ -29,7 +29,7 @@ instagram = 'erynofwales'
description = 'Home page of Eryn Wells'
[permalinks]
posts = 'posts/:year/:month/:slug/'
blog = 'blog/:year/:month/:slug/'
[taxonomies]
category = 'categories'

View file

Before

Width:  |  Height:  |  Size: 3.8 MiB

After

Width:  |  Height:  |  Size: 3.8 MiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 3.4 MiB

After

Width:  |  Height:  |  Size: 3.4 MiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 328 KiB

After

Width:  |  Height:  |  Size: 328 KiB

Before After
Before After

4
content/blog/_index.md Normal file
View file

@ -0,0 +1,4 @@
---
title: "Blog"
description: "Blog"
---

View file

@ -1,4 +0,0 @@
---
title: "Posts"
description: "Posts"
---