Skip to content

Commit

Permalink
feat: tidy post frontmatter
Browse files Browse the repository at this point in the history
* add empty `originalUrl`
* add `source` field if not present
* sort by `title` first, then alpha sort for all other variables
* update post generators to match
  • Loading branch information
anglepoised committed May 1, 2024
1 parent 80966dc commit d510a98
Show file tree
Hide file tree
Showing 1,070 changed files with 4,400 additions and 3,205 deletions.
7 changes: 4 additions & 3 deletions _templates/bookmark/new/index.ejs.t
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ to: src/pages/notes/<%= h.changeCase.param(title) %>/index.mdx
sh: "git checkout -b content/<%= h.changeCase.param(title) %>"
---
---
layout: "../../../layouts/posts/bookmark.astro"
title: <%= title %>
bookmarkUrl: <%= bookmarkUrl %>
source: astro
tags: ["tag"]
datePublished: <%= new Date().toISOString(); %>
dateUpdated: <%= new Date().toISOString(); %>
layout: "../../../layouts/posts/bookmark.astro"
originalUrl: https://anglepoised.com/notes/<%= h.changeCase.param(title) %>/
source: astro
tags: ["tag"]
---

// import { Tweet, Vimeo, YouTube } from "astro-embed";
Expand Down
7 changes: 4 additions & 3 deletions _templates/post/new/index.ejs.t
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ to: src/pages/notes/<%= h.changeCase.param(title) %>/index.mdx
sh: "git checkout -b content/<%= h.changeCase.param(title) %>"
---
---
layout: "../../../layouts/posts/post.astro"
title: <%= title %>
source: astro
tags: ["tag"]
datePublished: <%= new Date().toISOString(); %>
dateUpdated: <%= new Date().toISOString(); %>
layout: "../../../layouts/posts/post.astro"
originalUrl: https://anglepoised.com/notes/<%= h.changeCase.param(title) %>/
source: astro
tags: ["tag"]
---

// import { Tweet, Vimeo, YouTube } from "astro-embed";
Expand Down
7 changes: 4 additions & 3 deletions _templates/quote/new/index.ejs.t
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ to: src/pages/notes/<%= h.changeCase.param(title) %>/index.mdx
sh: "git checkout -b content/<%= h.changeCase.param(title) %>"
---
---
layout: "../../../layouts/posts/quote.astro"
title: <%= title %>
source: astro
tags: ["tag"]
datePublished: <%= new Date().toISOString(); %>
dateUpdated: <%= new Date().toISOString(); %>
layout: "../../../layouts/posts/quote.astro"
originalUrl: https://anglepoised.com/notes/<%= h.changeCase.param(title) %>/
source: astro
tags: ["tag"]
---

// import { Tweet, Vimeo, YouTube } from "astro-embed";
Expand Down
9 changes: 5 additions & 4 deletions src/pages/notes/100000-stars/index.mdx
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
layout: "../../../layouts/posts/post.astro"
title: 100,000 Stars
datePublished: 2013-07-29T17:06:17+00:00
dateUpdated: 2013-07-29T17:06:17+00:00
source: tumblr stream
originalUrl: https://stream.anglepoised.com/post/56793838035/100000-stars
tags: ["linklog"]
format: "link"
layout: "../../../layouts/posts/post.astro"
originalUrl: https://stream.anglepoised.com/post/56793838035/100000-stars
source: tumblr stream
tags:
- "linklog"
---

[100,000 Stars][1]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
---
layout: "../../../layouts/posts/post.astro"
title: 101 Ways To Know Your Software Project Is Doomed
tags: ["linklog"]
datePublished: "2007-07-17T10:39:00"
dateUpdated: "2007-07-17T10:39:00"
layout: "../../../layouts/posts/post.astro"
originalUrl: $UNKNOWN
source: $UNKNOWN
tags:
- "linklog"
---

[101 Ways To Know Your Software Project Is Doomed](http://codesqueeze.com/101-ways-to-know-your-software-project-is-doomed/)
8 changes: 5 additions & 3 deletions src/pages/notes/11-11/index.mdx
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
---
layout: "../../../layouts/posts/post.astro"
title: "11 : 11"
source: v1
tags: ["v1"]
datePublished: 2003-01-20T15:57:26
dateUpdated: 2003-01-20T15:57:26
layout: "../../../layouts/posts/post.astro"
originalUrl: $UNKNOWN
source: v1
tags:
- "v1"
---

[Eleven O&#8217;Clock Rooibosch Tea][1] is strangely addictive despite being caffeine-free. I&#8217;m not too bothered about the [reputed health benefits][2]; it just tastes good.
Expand Down
8 changes: 5 additions & 3 deletions src/pages/notes/2010-music/index.mdx
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
---
layout: "../../../layouts/posts/post.astro"
title: 2010 Music
source: wordpress
tags: ["music"]
datePublished: "2011-01-12T09:00:00"
dateUpdated: "2011-01-12T09:00:00"
layout: "../../../layouts/posts/post.astro"
originalUrl: $UNKNOWN
source: wordpress
tags:
- "music"
---

import { Vimeo } from "astro-embed";
Expand Down
6 changes: 4 additions & 2 deletions src/pages/notes/3d-ar-video/index.mdx
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
---
layout: "../../../layouts/posts/post.astro"
title: 3D AR video
datePublished: 2009-06-01T20:00:28+00:00
dateUpdated: 2009-06-01T20:00:28+00:00
tags: ["linklog"]
format: "video"
layout: "../../../layouts/posts/post.astro"
originalUrl: $UNKNOWN
source: $UNKNOWN
tags: ["linklog"]
---

import { YouTube } from "astro-embed";
Expand Down
6 changes: 3 additions & 3 deletions src/pages/notes/3d-mailbox-trailer/index.mdx
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
layout: "../../../layouts/posts/post.astro"
title: 3D Mailbox Trailer
datePublished: 2007-10-25T09:57:01+00:00
dateUpdated: 2007-10-25T09:57:01+00:00
source: tumblr stream
format: "video"
layout: "../../../layouts/posts/post.astro"
originalUrl: https://stream.anglepoised.com/post/17082883/3d-mailbox-trailer-im-convinced-this-must-be
source: tumblr stream
tags: ["linklog"]
format: "video"
---

import { YouTube } from "astro-embed";
Expand Down
6 changes: 3 additions & 3 deletions src/pages/notes/42below-london-adland/index.mdx
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
layout: "../../../layouts/posts/post.astro"
title: 42BELOW London Adland
datePublished: 2009-04-21T11:33:00+00:00
dateUpdated: 2009-04-21T11:33:00+00:00
source: tumblr stream
format: "video"
layout: "../../../layouts/posts/post.astro"
originalUrl: https://stream.anglepoised.com/post/98482591/42below-london-adland-uncannily-accurate
source: tumblr stream
tags: ["linklog"]
format: "video"
---

import { YouTube } from "astro-embed";
Expand Down
9 changes: 5 additions & 4 deletions src/pages/notes/4ad-2008/index.mdx
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
layout: "../../../layouts/posts/post.astro"
title: 4ad 2008
datePublished: 2008-12-06T23:14:00+00:00
dateUpdated: 2008-12-06T23:14:00+00:00
source: tumblr stream
originalUrl: https://stream.anglepoised.com/post/63428511/4ad-2008
tags: ["linklog"]
format: "link"
layout: "../../../layouts/posts/post.astro"
originalUrl: https://stream.anglepoised.com/post/63428511/4ad-2008
source: tumblr stream
tags:
- "linklog"
---

[4ad 2008][1]
Expand Down
4 changes: 2 additions & 2 deletions src/pages/notes/4x4s-are-killing-my-planet/index.mdx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
layout: "../../../layouts/posts/quote.astro"
title: 4x4s are killing my planet
datePublished: 2012-10-18T11:30:00+00:00
dateUpdated: 2012-10-18T11:30:00+00:00
source: tumblr stream
layout: "../../../layouts/posts/quote.astro"
originalUrl: https://stream.anglepoised.com/post/33831468852/the-separation-of-knowledge-and-place-moves-us
source: tumblr stream
---

> The separation of knowledge and place moves us slowly towards a society in which it is increasingly unnecessary for us to be aware of where we live, beyond the housekeeping of our own private zones. Once this awareness has lapsed, then landscapes beyond those private precincts become easier to manipulate for ill.
Expand Down
6 changes: 3 additions & 3 deletions src/pages/notes/9eyes/index.mdx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
layout: "../../../layouts/posts/post.astro"
title: 9eyes
source: tumblr stream
originalUrl: https://stream.anglepoised.com/post/47549099436
datePublished: 2013-04-09T18:27:00.000Z
dateUpdated: 2013-04-09T18:27:00.000Z
layout: "../../../layouts/posts/post.astro"
originalUrl: https://stream.anglepoised.com/post/47549099436
source: tumblr stream
---

![](https://66.media.tumblr.com/9232a0632cd436fec022bc7c86895b58/tumblr_mkzehui4Z81qzun8oo1_1280.jpg)
Expand Down
6 changes: 3 additions & 3 deletions src/pages/notes/a-few-good-creative-men/index.mdx
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
layout: "../../../layouts/posts/post.astro"
title: A Few Good Creative Men
datePublished: 2007-10-11T13:52:14+00:00
dateUpdated: 2007-10-11T13:52:14+00:00
source: tumblr stream
format: "video"
layout: "../../../layouts/posts/post.astro"
originalUrl: https://stream.anglepoised.com/post/15127010/a-few-good-creative-men
source: tumblr stream
tags: ["linklog"]
format: "video"
---

import { YouTube } from "astro-embed";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
layout: "../../../layouts/posts/post.astro"
title: A Fistful Of Dollars - The Story of a Kiva.org Loan
datePublished: 2009-01-12T12:56:11+00:00
dateUpdated: 2009-01-12T12:56:11+00:00
source: tumblr stream
format: "video"
layout: "../../../layouts/posts/post.astro"
originalUrl: https://stream.anglepoised.com/post/69955881/a-fistful-of-dollars-the-story-of-a-kivaorg-loan
source: tumblr stream
tags: ["linklog"]
format: "video"
---

import { Vimeo } from "astro-embed";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
layout: "../../../layouts/posts/post.astro"
title: A Gigantic Globular Burst Of Antistatic
datePublished: 2007-09-15T09:22:24+00:00
dateUpdated: 2007-09-15T09:22:24+00:00
source: tumblr stream
originalUrl: https://stream.anglepoised.com/post/11878850/a-gigantic-globular-burst-of-antistatic
tags: ["linklog"]
format: "link"
layout: "../../../layouts/posts/post.astro"
originalUrl: https://stream.anglepoised.com/post/11878850/a-gigantic-globular-burst-of-antistatic
source: tumblr stream
tags:
- "linklog"
---

> &ldquo;In this piece, FSOL filter, process and montage all organic and synthetic sound they find resonant, to create what they call "brutal reality&rdquo; or &ldquo;3D-headspace&rdquo;; a process that immerses the listener into a new, heightened, strangely familiar yet dislocated and timeless audio environment, an ultra-reality that ultimately retunes the listener&rsquo;s receptivity of their perceived everyday spatial surroundings.&ldquo;
Expand Down
8 changes: 5 additions & 3 deletions src/pages/notes/a-life-in-the-day/index.mdx
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
---
layout: "../../../layouts/posts/post.astro"
title: A Life in the Day
source: v1
tags: ["v1"]
datePublished: 2002-04-08T11:31:30
dateUpdated: 2002-04-08T11:31:30
layout: "../../../layouts/posts/post.astro"
originalUrl: $UNKNOWN
source: v1
tags:
- "v1"
---

[Bill Birdwood][1], Dartmoor prison&#8217;s chaplain.
Expand Down
8 changes: 5 additions & 3 deletions src/pages/notes/a-n-g-l-e-p-o-i-s-e-d/index.mdx
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
---
layout: "../../../layouts/posts/post.astro"
title: A.N.G.L.E.P.O.I.S.E.D.
source: v1
tags: ["v1"]
datePublished: 2002-03-22T11:28:49
dateUpdated: 2002-03-22T11:28:49
layout: "../../../layouts/posts/post.astro"
originalUrl: $UNKNOWN
source: v1
tags:
- "v1"
---

Artificial Neohuman Generated for Logical Exploration/Positronic Organism Intended for Sabotage and Efficient Destruction.
8 changes: 5 additions & 3 deletions src/pages/notes/a-number-of-names/index.mdx
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
---
layout: "../../../layouts/posts/post.astro"
title: A Number of Names
source: v1
tags: ["v1"]
datePublished: 2002-06-12T13:26:43
dateUpdated: 2002-06-12T13:26:43
layout: "../../../layouts/posts/post.astro"
originalUrl: $UNKNOWN
source: v1
tags:
- "v1"
---

Marcia&#8217;s [crazy tunes for crazy webloggers][1].
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
---
layout: "../../../layouts/posts/post.astro"
title: A personal timeline of front-end web work
tags: ["history", "web"]
datePublished: 2013-04-16 16:06:00
dateUpdated: 2013-04-16 16:06:00
layout: "../../../layouts/posts/post.astro"
originalUrl: $UNKNOWN
source: $UNKNOWN
tags:
- "history"
- "web"
---

I've been thinking about how much the process of building websites has changed since I laid down my first crappy `frameset` nearly fifteen years ago, so thought I'd make a quick timeline to track:
Expand Down
8 changes: 5 additions & 3 deletions src/pages/notes/a-slight-return/index.mdx
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
---
layout: "../../../layouts/posts/post.astro"
title: A Slight Return
source: v1
tags: ["v1"]
datePublished: 2002-12-02T21:02:16
dateUpdated: 2002-12-02T21:02:16
layout: "../../../layouts/posts/post.astro"
originalUrl: $UNKNOWN
source: v1
tags:
- "v1"
---

Still away; just dropping a few bits in while recovering from the exceptional [Seed Records][1] [birthday party][2] at Aldwych last Friday.
Expand Down
8 changes: 5 additions & 3 deletions src/pages/notes/a-small-good-thing/index.mdx
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
---
layout: "../../../layouts/posts/post.astro"
title: A Small Good Thing
source: v1
tags: ["v1"]
datePublished: 2003-01-17T03:00:34
dateUpdated: 2003-01-17T03:00:34
layout: "../../../layouts/posts/post.astro"
originalUrl: $UNKNOWN
source: v1
tags:
- "v1"
---

[Guardian profile of Nicholson Baker][1]:
Expand Down
8 changes: 5 additions & 3 deletions src/pages/notes/a-soft-quietude/index.mdx
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
---
layout: "../../../layouts/posts/post.astro"
title: A Soft Quietude
source: v1
tags: ["v1"]
datePublished: 2002-05-30T15:40:03
dateUpdated: 2002-05-30T15:40:03
layout: "../../../layouts/posts/post.astro"
originalUrl: $UNKNOWN
source: v1
tags:
- "v1"
---

Wired on the [Lowercase sound][1].
Expand Down
4 changes: 2 additions & 2 deletions src/pages/notes/a-web-of-air/index.mdx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
layout: "../../../layouts/posts/quote.astro"
title: A Web of Air
datePublished: 2011-01-20T18:48:30+00:00
dateUpdated: 2011-01-20T18:48:30+00:00
source: tumblr stream
layout: "../../../layouts/posts/quote.astro"
originalUrl: https://stream.anglepoised.com/post/2844521339/good-luck-she-said-obediently-although-she-did
source: tumblr stream
---

> &ldquo;Good luck,&rdquo; she said obediently, although she did not believe in luck, only in engineering and the laws of physics.
Expand Down
Loading

0 comments on commit d510a98

Please sign in to comment.