Rename posts to blog
This commit is contained in:
parent
07439fee43
commit
4277b204f6
11 changed files with 8 additions and 8 deletions
|
@ -14,9 +14,9 @@ name = 'Eryn Wells'
|
||||||
|
|
||||||
[menu]
|
[menu]
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
identifier = 'posts'
|
identifier = 'blog'
|
||||||
name = 'Posts'
|
name = 'Blog'
|
||||||
url = '/posts/'
|
url = '/blog/'
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
identifier = 'resume'
|
identifier = 'resume'
|
||||||
name = 'Résumé'
|
name = 'Résumé'
|
||||||
|
@ -29,7 +29,7 @@ instagram = 'erynofwales'
|
||||||
description = 'Home page of Eryn Wells'
|
description = 'Home page of Eryn Wells'
|
||||||
|
|
||||||
[permalinks]
|
[permalinks]
|
||||||
posts = 'posts/:year/:month/:slug/'
|
blog = 'blog/:year/:month/:slug/'
|
||||||
|
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
category = 'categories'
|
category = 'categories'
|
||||||
|
|
Before Width: | Height: | Size: 3.8 MiB After Width: | Height: | Size: 3.8 MiB |
Before Width: | Height: | Size: 3.4 MiB After Width: | Height: | Size: 3.4 MiB |
Before Width: | Height: | Size: 328 KiB After Width: | Height: | Size: 328 KiB |
4
content/blog/_index.md
Normal file
4
content/blog/_index.md
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
---
|
||||||
|
title: "Blog"
|
||||||
|
description: "Blog"
|
||||||
|
---
|
|
@ -1,4 +0,0 @@
|
||||||
---
|
|
||||||
title: "Posts"
|
|
||||||
description: "Posts"
|
|
||||||
---
|
|
Loading…
Add table
Add a link
Reference in a new issue