feat: reorg pages

This commit is contained in:
Devin Haska 2024-03-22 16:40:28 -07:00
parent 0e3ef370c7
commit 593f20560d
16 changed files with 8 additions and 24 deletions

View file

@ -1,6 +1,6 @@
--- ---
layout: "layouts/base"
permalink: /404.html permalink: /404.html
title: 404 - Can't Find That Frog
youtube: true youtube: true
--- ---

View file

@ -1,8 +1,5 @@
--- ---
layout: "layouts/base"
permalink: /about/index.html
title: About title: About
tags: ["page"]
--- ---
# About me # About me

View file

@ -1,6 +1,4 @@
--- ---
layout: "layouts/base"
permalink: /blogroll/index.html
title: Blogroll title: Blogroll
--- ---

View file

@ -1,5 +1,4 @@
--- ---
layout: "layouts/base"
pagination: pagination:
data: collections.catalogueByType data: collections.catalogueByType
size: 1 size: 1

View file

@ -1,6 +1,4 @@
--- ---
layout: "layouts/base"
permalink: /catalogue/index.html
title: Catalogue title: Catalogue
--- ---

View file

@ -1,8 +1,6 @@
--- ---
layout: "layouts/base" layout: "layouts/base"
permalink: /colophon/index.html
title: Colophon title: Colophon
tags: ["page"]
--- ---
# Colophon # Colophon

View file

@ -1,8 +1,5 @@
--- ---
layout: "layouts/base"
permalink: /links/index.html
title: Links title: Links
tags: ["page"]
--- ---
# Find me online # Find me online

View file

@ -1,6 +1,4 @@
--- ---
layout: "layouts/base"
permalink: /now/index.html
title: /now title: /now
--- ---

5
src/pages/pages.json Normal file
View file

@ -0,0 +1,5 @@
{
"layout": "layouts/base",
"permalink": "{{ page.fileSlug }}/index.html",
"tags": ["page"]
}

View file

@ -1,6 +1,4 @@
--- ---
layout: "layouts/base"
permalink: /styleguide/index.html
title: Styleguide title: Styleguide
--- ---

View file

@ -1,5 +1,4 @@
--- ---
layout: "layouts/base"
pagination: pagination:
data: collections.postsByTag data: collections.postsByTag
size: 1 size: 1

View file

@ -1,6 +1,4 @@
--- ---
layout: "layouts/base"
permalink: /tags/index.html
title: All tags title: All tags
--- ---

View file

@ -1,8 +1,5 @@
--- ---
layout: "layouts/base"
permalink: /uses/index.html
title: /uses title: /uses
tags: ["page"]
--- ---
# Uses # Uses

View file

@ -1,5 +1,6 @@
--- ---
permalink: /robots.txt permalink: /robots.txt
layout: null
eleventyExcludeFromCollections: true eleventyExcludeFromCollections: true
excludeFromSitemap: true excludeFromSitemap: true
--- ---

View file

@ -1,5 +1,6 @@
--- ---
permalink: /sitemap.xml permalink: /sitemap.xml
layout: null
eleventyExcludeFromCollections: true eleventyExcludeFromCollections: true
--- ---
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>