feat: add missing pages

This commit is contained in:
Devin Haska 2024-02-09 15:05:54 -08:00
parent 73aa7fd37a
commit c7679dad26
11 changed files with 50 additions and 8 deletions

View file

@ -0,0 +1,7 @@
---
layout: base
permalink: /about/index.html
title: About
---
The about page.

View file

@ -0,0 +1,7 @@
---
layout: base
permalink: /blogroll/index.html
title: Blogroll
---
Coming soon

View file

@ -1,6 +1,6 @@
---
layout: base
permalink: /books/index.html
layout: "base"
---
Books will eventually go here.

View file

@ -0,0 +1,7 @@
---
layout: base
permalink: /catalogue/index.html
title: Catalogue
---
Here be the catalogue page.

View file

@ -0,0 +1,7 @@
---
layout: base
permalink: /colophon/index.html
title: Colophon
---
Coming soon

View file

@ -1,5 +1,5 @@
---
layout: "base"
layout: base
permalink: /
---

View file

@ -0,0 +1,7 @@
---
layout: base
permalink: /now/index.html
title: /now
---
The /now page.

View file

@ -1,6 +1,6 @@
---
permalink: /posts/index.html
layout: "base"
layout: base
title: Posts
---

View file

@ -1,12 +1,12 @@
---
eleventyComputed:
title: "Tag: {{ tag }}"
layout: base
pagination:
data: collections.postsByCategory
size: 1
alias: tag
permalink: /tag/{{ tag }}/index.html
layout: "base"
eleventyComputed:
title: "Tag: {{ tag }}"
---
{% set posts = collections.postsByCategory[tag] %}

View file

@ -1,7 +1,7 @@
---
title: All tags
permalink: /tags/index.html
layout: base
permalink: /tags/index.html
title: All tags
---
<section class="[ flow ]">

View file

@ -0,0 +1,7 @@
---
layout: base
permalink: /uses/index.html
title: /uses
---
The /uses page.