feat: reorg pages
This commit is contained in:
parent
0e3ef370c7
commit
593f20560d
16 changed files with 8 additions and 24 deletions
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
layout: "layouts/base"
|
|
||||||
permalink: /404.html
|
permalink: /404.html
|
||||||
|
title: 404 - Can't Find That Frog
|
||||||
youtube: true
|
youtube: true
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
---
|
---
|
||||||
layout: "layouts/base"
|
|
||||||
permalink: /about/index.html
|
|
||||||
title: About
|
title: About
|
||||||
tags: ["page"]
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# About me
|
# About me
|
|
@ -1,6 +1,4 @@
|
||||||
---
|
---
|
||||||
layout: "layouts/base"
|
|
||||||
permalink: /blogroll/index.html
|
|
||||||
title: Blogroll
|
title: Blogroll
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
---
|
---
|
||||||
layout: "layouts/base"
|
|
||||||
pagination:
|
pagination:
|
||||||
data: collections.catalogueByType
|
data: collections.catalogueByType
|
||||||
size: 1
|
size: 1
|
|
@ -1,6 +1,4 @@
|
||||||
---
|
---
|
||||||
layout: "layouts/base"
|
|
||||||
permalink: /catalogue/index.html
|
|
||||||
title: Catalogue
|
title: Catalogue
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
---
|
---
|
||||||
layout: "layouts/base"
|
layout: "layouts/base"
|
||||||
permalink: /colophon/index.html
|
|
||||||
title: Colophon
|
title: Colophon
|
||||||
tags: ["page"]
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# Colophon
|
# Colophon
|
|
@ -1,8 +1,5 @@
|
||||||
---
|
---
|
||||||
layout: "layouts/base"
|
|
||||||
permalink: /links/index.html
|
|
||||||
title: Links
|
title: Links
|
||||||
tags: ["page"]
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# Find me online
|
# Find me online
|
|
@ -1,6 +1,4 @@
|
||||||
---
|
---
|
||||||
layout: "layouts/base"
|
|
||||||
permalink: /now/index.html
|
|
||||||
title: /now
|
title: /now
|
||||||
---
|
---
|
||||||
|
|
5
src/pages/pages.json
Normal file
5
src/pages/pages.json
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"layout": "layouts/base",
|
||||||
|
"permalink": "{{ page.fileSlug }}/index.html",
|
||||||
|
"tags": ["page"]
|
||||||
|
}
|
|
@ -1,6 +1,4 @@
|
||||||
---
|
---
|
||||||
layout: "layouts/base"
|
|
||||||
permalink: /styleguide/index.html
|
|
||||||
title: Styleguide
|
title: Styleguide
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
---
|
---
|
||||||
layout: "layouts/base"
|
|
||||||
pagination:
|
pagination:
|
||||||
data: collections.postsByTag
|
data: collections.postsByTag
|
||||||
size: 1
|
size: 1
|
|
@ -1,6 +1,4 @@
|
||||||
---
|
---
|
||||||
layout: "layouts/base"
|
|
||||||
permalink: /tags/index.html
|
|
||||||
title: All tags
|
title: All tags
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
---
|
---
|
||||||
layout: "layouts/base"
|
|
||||||
permalink: /uses/index.html
|
|
||||||
title: /uses
|
title: /uses
|
||||||
tags: ["page"]
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# Uses
|
# Uses
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
permalink: /robots.txt
|
permalink: /robots.txt
|
||||||
|
layout: null
|
||||||
eleventyExcludeFromCollections: true
|
eleventyExcludeFromCollections: true
|
||||||
excludeFromSitemap: true
|
excludeFromSitemap: true
|
||||||
---
|
---
|
||||||
|
|
|
@ -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"?>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue