feat: add missing pages
This commit is contained in:
parent
73aa7fd37a
commit
c7679dad26
11 changed files with 50 additions and 8 deletions
7
src/content/pages/about.html
Normal file
7
src/content/pages/about.html
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
---
|
||||||
|
layout: base
|
||||||
|
permalink: /about/index.html
|
||||||
|
title: About
|
||||||
|
---
|
||||||
|
|
||||||
|
The about page.
|
7
src/content/pages/blogroll.html
Normal file
7
src/content/pages/blogroll.html
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
---
|
||||||
|
layout: base
|
||||||
|
permalink: /blogroll/index.html
|
||||||
|
title: Blogroll
|
||||||
|
---
|
||||||
|
|
||||||
|
Coming soon
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
|
layout: base
|
||||||
permalink: /books/index.html
|
permalink: /books/index.html
|
||||||
layout: "base"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Books will eventually go here.
|
Books will eventually go here.
|
||||||
|
|
7
src/content/pages/catalogue.html
Normal file
7
src/content/pages/catalogue.html
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
---
|
||||||
|
layout: base
|
||||||
|
permalink: /catalogue/index.html
|
||||||
|
title: Catalogue
|
||||||
|
---
|
||||||
|
|
||||||
|
Here be the catalogue page.
|
7
src/content/pages/colophon.html
Normal file
7
src/content/pages/colophon.html
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
---
|
||||||
|
layout: base
|
||||||
|
permalink: /colophon/index.html
|
||||||
|
title: Colophon
|
||||||
|
---
|
||||||
|
|
||||||
|
Coming soon
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
layout: "base"
|
layout: base
|
||||||
permalink: /
|
permalink: /
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
7
src/content/pages/now.html
Normal file
7
src/content/pages/now.html
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
---
|
||||||
|
layout: base
|
||||||
|
permalink: /now/index.html
|
||||||
|
title: /now
|
||||||
|
---
|
||||||
|
|
||||||
|
The /now page.
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
permalink: /posts/index.html
|
permalink: /posts/index.html
|
||||||
layout: "base"
|
layout: base
|
||||||
title: Posts
|
title: Posts
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
---
|
---
|
||||||
|
eleventyComputed:
|
||||||
|
title: "Tag: {{ tag }}"
|
||||||
|
layout: base
|
||||||
pagination:
|
pagination:
|
||||||
data: collections.postsByCategory
|
data: collections.postsByCategory
|
||||||
size: 1
|
size: 1
|
||||||
alias: tag
|
alias: tag
|
||||||
permalink: /tag/{{ tag }}/index.html
|
permalink: /tag/{{ tag }}/index.html
|
||||||
layout: "base"
|
|
||||||
eleventyComputed:
|
|
||||||
title: "Tag: {{ tag }}"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{% set posts = collections.postsByCategory[tag] %}
|
{% set posts = collections.postsByCategory[tag] %}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
title: All tags
|
|
||||||
permalink: /tags/index.html
|
|
||||||
layout: base
|
layout: base
|
||||||
|
permalink: /tags/index.html
|
||||||
|
title: All tags
|
||||||
---
|
---
|
||||||
|
|
||||||
<section class="[ flow ]">
|
<section class="[ flow ]">
|
||||||
|
|
7
src/content/pages/uses.html
Normal file
7
src/content/pages/uses.html
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
---
|
||||||
|
layout: base
|
||||||
|
permalink: /uses/index.html
|
||||||
|
title: /uses
|
||||||
|
---
|
||||||
|
|
||||||
|
The /uses page.
|
Loading…
Add table
Add a link
Reference in a new issue