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
title: 404 - Can't Find That Frog
youtube: true
---

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,6 +1,4 @@
---
layout: "layouts/base"
permalink: /now/index.html
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
---

View file

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

View file

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

View file

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

View file

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

View file

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