Skip to content

Commit

Permalink
feat: add feed page
Browse files Browse the repository at this point in the history
  • Loading branch information
limulus authored Oct 17, 2024
1 parent a08f823 commit 67430e6
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 7 deletions.
12 changes: 12 additions & 0 deletions www/feed/index.webc
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: The limulus.net Feed
layout: page
teaser: >-
Every article on limulus.net.
---

<h1 @text="title"></h1>

<p @text="teaser"></p>

<article-list :@articles="collections.article"></article-list>
4 changes: 4 additions & 0 deletions www/index.webc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ teaser: >-

<p @text="getTeaser(collections.all, '/eric/')"></p>

<h2><a href="/feed/">feed</a></h2>

<p @text="getTeaser(collections.all, '/feed/')"></p>

<h2><a href="/penumbra/">penumbra</a></h2>

<p @text="getTeaser(collections.all, '/penumbra/')"></p>
Expand Down
4 changes: 3 additions & 1 deletion www/penumbra/journal/canvas-and-matrices/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
tags: journal
tags:
- article
- journal
layout: article
author: eric
title: 'Chapters 2–4: Canvas and Matrices'
Expand Down
4 changes: 3 additions & 1 deletion www/penumbra/journal/github-copilot/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
tags: journal
tags:
- article
- journal
layout: article
author: eric
title: 'How I Am Using GitHub Copilot'
Expand Down
4 changes: 3 additions & 1 deletion www/penumbra/journal/nerd-sniped.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
tags: journal
tags:
- article
- journal
layout: article
author: eric
date: 2023-10-31 15:52:00 -07:00
Expand Down
4 changes: 3 additions & 1 deletion www/penumbra/journal/one-more-yak.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
tags: journal
tags:
- article
- journal
layout: article
author: eric
title: One More Yak to Shave
Expand Down
4 changes: 3 additions & 1 deletion www/penumbra/journal/ray-sphere-interactions/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
tags: journal
tags:
- article
- journal
layout: article
author: eric
title: 'Chapter 5: Ray-Sphere Interactions'
Expand Down
4 changes: 3 additions & 1 deletion www/penumbra/journal/rust/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
tags: journal
tags:
- article
- journal
layout: article
author: eric
title: 'The Twist You Possibly Expected: Rust'
Expand Down
4 changes: 3 additions & 1 deletion www/penumbra/journal/tuples/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
tags: journal
tags:
- article
- journal
layout: article
author: eric
title: 'Chapter 1: Tuples'
Expand Down

0 comments on commit 67430e6

Please sign in to comment.