Skip to content

Commit

Permalink
chore: add missing tags
Browse files Browse the repository at this point in the history
  • Loading branch information
carbontwelve committed Jan 31, 2023
1 parent b128a9b commit 871c02d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
6 changes: 4 additions & 2 deletions content/colophon/2023-01-20-adding-stats.md
@@ -1,6 +1,6 @@
---
title: "Adding statistics to 11ty"
tags: [Blogging]
tags: [Blogging, 11ty]
growthStage: seedling
---

Expand Down Expand Up @@ -39,4 +39,6 @@ interface DataByYear {
}
```

This filter didn't actually end up directly using `@photogabble/eleventy-plugin-word-stats` for obtaining word counts, but it did use the [`reading-time`](https://www.npmjs.com/package/reading-time) library it depends upon so that my statistics all came from the same source.
This filter didn't actually end up directly using `@photogabble/eleventy-plugin-word-stats` for obtaining word counts, but it did use the [`reading-time`](https://www.npmjs.com/package/reading-time) library it depends upon so that my statistics all came from the same source.

You can see the live output at [/stats](/stats/).
3 changes: 2 additions & 1 deletion content/essays/2023-02-27-self-hosting-is-the-new-old-web.md
@@ -1,6 +1,7 @@
---
title: "Self hosting is the new old web"
tags: ["Decentralisation", "Self Hosting"]
tags: ["Decentralisation", "Self Hosting", "Old Web"]
growthStage: stub
---


2 changes: 1 addition & 1 deletion content/noteworthy/2023-01-25-wiki-links.md
@@ -1,6 +1,6 @@
---
title: "Adding Wiki Links to 11ty"
tags: [Blogging]
tags: [Blogging, 11ty]
aliases: [wiki-links]
growthStage: seedling
---
Expand Down
@@ -1,7 +1,7 @@
---
title: "Where did all the webrings go?"
aliases: [webrings]
tags: ["History"]
tags: ["Computing History", "Old Web"]
growthStage: stub
---

0 comments on commit 871c02d

Please sign in to comment.