feat(content): move menu configuration to markdown and add new content pages for Erwitt, Gruyaert, and Webb

This commit is contained in:
Sped0n
2023-11-01 22:56:36 +08:00
parent 67c0dcd70b
commit eb3c91d017
7 changed files with 27 additions and 43 deletions

View File

@@ -1,28 +0,0 @@
[[main]]
identifier = "Featured"
pre = ""
post = ""
url = "/"
title = ""
weight = 1
[[main]]
identifier = "iPhone"
pre = ""
post = ""
url = "/iphone/"
title = ""
weight = 2
[[main]]
identifier = "Film"
pre = ""
post = ""
url = "/film/"
title = ""
weight = 3
[[main]]
identifier = "Info"
pre = ""
post = ""
url = "/info/"
title = ""
weight = 4

View File

@@ -0,0 +1,9 @@
---
type: _default
layout: single
url: /erwitt/
menu:
main:
weight: 3
identifier: Erwitt
---

View File

@@ -1,5 +0,0 @@
---
type: _default
layout: single
url: /
---

View File

@@ -1,5 +0,0 @@
---
type: _default
layout: single
url: /film/
---

View File

@@ -0,0 +1,9 @@
---
type: _default
layout: single
url: /
menu:
main:
weight: 1
identifier: Gruyaert
---

View File

@@ -0,0 +1,9 @@
---
type: _default
layout: single
url: /webb/
menu:
main:
weight: 2
identifier: Webb
---

View File

@@ -1,5 +0,0 @@
---
type: _default
layout: single
url: /iphone/
---