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
|
title: About
|
||||||
desc: About this website and its webmaster.
|
desc: About this website and its webmaster.
|
||||||
isContentDivided: true
|
isContentDivided: true
|
||||||
|
|
|
@ -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:
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
---
|
---
|
||||||
layout: main/content
|
|
||||||
title: Blog
|
title: Blog
|
||||||
tags: blog pages
|
tags: blog pages
|
||||||
navTitle: Blog Home
|
navTitle: Blog Home
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
---
|
---
|
||||||
layout: main/content
|
|
||||||
title: Guestbook
|
title: Guestbook
|
||||||
eleventyNavigation:
|
eleventyNavigation:
|
||||||
key: Guestbook
|
key: Guestbook
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
---
|
---
|
||||||
layout: main/content
|
|
||||||
title: Now
|
title: Now
|
||||||
updated: 2024-06-03
|
updated: 2024-06-03
|
||||||
eleventyNavigation:
|
eleventyNavigation:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"tags": "pages",
|
"tags": "pages",
|
||||||
"layout": "main/base",
|
"layout": "main/content",
|
||||||
"permalink": "/{{ page.fileSlug }}/",
|
"permalink": "/{{ page.fileSlug }}/",
|
||||||
"eleventyComputed":{
|
"eleventyComputed":{
|
||||||
"eleventyNavigation":{
|
"eleventyNavigation":{
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
---
|
---
|
||||||
layout: main/content
|
|
||||||
title: Projects
|
title: Projects
|
||||||
isContentDivided: true
|
isContentDivided: true
|
||||||
toc: true
|
toc: true
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
---
|
---
|
||||||
layout: main/content
|
|
||||||
title: Shrines
|
title: Shrines
|
||||||
eleventyNavigation:
|
eleventyNavigation:
|
||||||
order: 7
|
order: 7
|
||||||
|
|
Loading…
Reference in New Issue