mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-21 13:39:30 -07:00
feat(content): move menu configuration to markdown and add new content pages for Erwitt, Gruyaert, and Webb
This commit is contained in:
@@ -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
|
|
||||||
9
exampleSite/content/Erwitt/index.md
Normal file
9
exampleSite/content/Erwitt/index.md
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
type: _default
|
||||||
|
layout: single
|
||||||
|
url: /erwitt/
|
||||||
|
menu:
|
||||||
|
main:
|
||||||
|
weight: 3
|
||||||
|
identifier: Erwitt
|
||||||
|
---
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
type: _default
|
|
||||||
layout: single
|
|
||||||
url: /
|
|
||||||
---
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
type: _default
|
|
||||||
layout: single
|
|
||||||
url: /film/
|
|
||||||
---
|
|
||||||
9
exampleSite/content/Gruyaert/index.md
Normal file
9
exampleSite/content/Gruyaert/index.md
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
type: _default
|
||||||
|
layout: single
|
||||||
|
url: /
|
||||||
|
menu:
|
||||||
|
main:
|
||||||
|
weight: 1
|
||||||
|
identifier: Gruyaert
|
||||||
|
---
|
||||||
9
exampleSite/content/Webb/index.md
Normal file
9
exampleSite/content/Webb/index.md
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
type: _default
|
||||||
|
layout: single
|
||||||
|
url: /webb/
|
||||||
|
menu:
|
||||||
|
main:
|
||||||
|
weight: 2
|
||||||
|
identifier: Webb
|
||||||
|
---
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
type: _default
|
|
||||||
layout: single
|
|
||||||
url: /iphone/
|
|
||||||
---
|
|
||||||
Reference in New Issue
Block a user