Configure main content layout in the Pages' config file
This commit is contained in:
parent
a5d32ecb69
commit
a2667abc9b
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
layout: main/content
|
||||
title: About
|
||||
desc: About this website and its webmaster.
|
||||
isContentDivided: true
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
layout: main/content
|
||||
title: Articles
|
||||
desc: List of articles published on my website.
|
||||
metadata:
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
layout: main/content
|
||||
title: Blog
|
||||
tags: blog pages
|
||||
navTitle: Blog Home
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
layout: main/content
|
||||
title: Guestbook
|
||||
eleventyNavigation:
|
||||
key: Guestbook
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
layout: main/content
|
||||
title: Links
|
||||
desc: A collection of links.
|
||||
isContentDivided: true
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
layout: main/content
|
||||
title: Now
|
||||
updated: 2024-06-03
|
||||
eleventyNavigation:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"tags": "pages",
|
||||
"layout": "main/base",
|
||||
"layout": "main/content",
|
||||
"permalink": "/{{ page.fileSlug }}/",
|
||||
"eleventyComputed":{
|
||||
"eleventyNavigation":{
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
layout: main/content
|
||||
title: Projects
|
||||
isContentDivided: true
|
||||
toc: true
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
layout: main/content
|
||||
title: Shrines
|
||||
eleventyNavigation:
|
||||
order: 7
|
||||
|
|
Loading…
Reference in New Issue