Configure main content layout in the Pages' config file

This commit is contained in:
Helen Chong 2024-06-05 09:44:54 +08:00
parent a5d32ecb69
commit a2667abc9b
9 changed files with 1 additions and 9 deletions

View File

@ -1,5 +1,4 @@
--- ---
layout: main/content
title: About title: About
desc: About this website and its webmaster. desc: About this website and its webmaster.
isContentDivided: true isContentDivided: true

View File

@ -1,5 +1,4 @@
--- ---
layout: main/content
title: Articles title: Articles
desc: List of articles published on my website. desc: List of articles published on my website.
metadata: metadata:

View File

@ -1,5 +1,4 @@
--- ---
layout: main/content
title: Blog title: Blog
tags: blog pages tags: blog pages
navTitle: Blog Home navTitle: Blog Home

View File

@ -1,5 +1,4 @@
--- ---
layout: main/content
title: Guestbook title: Guestbook
eleventyNavigation: eleventyNavigation:
key: Guestbook key: Guestbook

View File

@ -1,5 +1,4 @@
--- ---
layout: main/content
title: Links title: Links
desc: A collection of links. desc: A collection of links.
isContentDivided: true isContentDivided: true

View File

@ -1,5 +1,4 @@
--- ---
layout: main/content
title: Now title: Now
updated: 2024-06-03 updated: 2024-06-03
eleventyNavigation: eleventyNavigation:

View File

@ -1,6 +1,6 @@
{ {
"tags": "pages", "tags": "pages",
"layout": "main/base", "layout": "main/content",
"permalink": "/{{ page.fileSlug }}/", "permalink": "/{{ page.fileSlug }}/",
"eleventyComputed":{ "eleventyComputed":{
"eleventyNavigation":{ "eleventyNavigation":{

View File

@ -1,5 +1,4 @@
--- ---
layout: main/content
title: Projects title: Projects
isContentDivided: true isContentDivided: true
toc: true toc: true

View File

@ -1,5 +1,4 @@
--- ---
layout: main/content
title: Shrines title: Shrines
eleventyNavigation: eleventyNavigation:
order: 7 order: 7