Skip to content

Commit

Permalink
Merge pull request #476 from beeminder/Nuke-Support-for-Front-Matter
Browse files Browse the repository at this point in the history
Nuke support for using frontmatter metadata
  • Loading branch information
lcflight authored Mar 18, 2024
2 parents 10afcc3 + b8a11eb commit 098ee35
Show file tree
Hide file tree
Showing 12 changed files with 817 additions and 468 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"dotenv": "^16.3.1",
"feather-icons": "^4.29.1",
"findup-sync": "^5.0.0",
"gray-matter": "^4.0.3",
"happy-dom": "^12.0.1",
"levenshtein": "^1.0.5",
"marked": "^9.0.2",
Expand Down
3 changes: 0 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 21 additions & 3 deletions posts.json
Original file line number Diff line number Diff line change
Expand Up @@ -7037,15 +7037,33 @@
},{
"slug": "astroblog",
"source": "doc.bmndr.co/astroblog",
"redirects": []
"redirects": [],
"disqus_id": "astroblog",
"date": "2023-09-06",
"author": "Nathan Arthur",
"tags": ["bee-all", "navel-gazing", "nerdery", "meta"],
"status": "publish",
"excerpt": "This is another X-Treme Nerd Interlude post. Last time we announced, mercifully briefly, our shiny new blog redesign and if you’re a normal human you should read that, nod thoughtfully, say “looks lovely”, and be on your merry way. The rest of you can frolic deep in the weeds here with"
},{
"slug": "predict",
"source": "doc.bmndr.co/predict",
"redirects": []
"redirects": [],
"disqus_id": "predict",
"date": "2023-09-20",
"author": "dreeves",
"tags": ["bee-all", "rationality", "prediction markets", "nerdery", "history of beeminder", "startups", "commitment contracts"],
"status": "publish",
"excerpt": "A fun fact about predicting your own behavior, particularly publicly, is that the act of predicting it changes the prediction. “I’m 75% likely to maintain my Duolingo streak all year, but now that I’ve said so I’m actually 90% likely, but now that I’ve said that, …” Or what happens when the probability starts very low but you add a wager? It’s like this self-describing xkcd"
},{
"slug": "readwise",
"source": "doc.bmndr.co/readwise",
"redirects": []
"redirects": [],
"disqus_id": "readwise",
"date": "2023-09-27",
"author": "Adam Wolf",
"tags": ["akrasia", "bee-all", "get everything done", "integrations", "PSA", "rationality", "startups", "reading"],
"status": "publish",
"excerpt": "Readwise Reader is a powerful tool for “power readers”. It’s like a supercharged read-it-later app, with first-class support for notes and highlights and tags. Now, you can keep track of your Readwise Reader items using Beeminder. You save things like web pages, PDFs, YouTube videos, Twitter threads, or aim it at an RSS feed or an"
},{
"slug": "college",
"source": "doc.bmndr.co/college",
Expand Down
2 changes: 2 additions & 0 deletions src/env.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
/* eslint-disable @typescript-eslint/triple-slash-reference */
/// <reference path="../.astro/types.d.ts" />
/// <reference types="astro/client" />
2 changes: 2 additions & 0 deletions src/lib/__snapshots__/canonicalizeUrl.spec-snapshot.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,8 @@ exports[`canonicalizeUrl > handles source 'doc.bmndr.co/qs' 1`] = `"https://the_

exports[`canonicalizeUrl > handles source 'doc.bmndr.co/qs2013' 1`] = `"https://the_source_domain/qs2013/export/txt"`;

exports[`canonicalizeUrl > handles source 'doc.bmndr.co/rainbowdash' 1`] = `"https://the_source_domain/rainbowdash/export/txt"`;

exports[`canonicalizeUrl > handles source 'doc.bmndr.co/ratchet' 1`] = `"https://the_source_domain/ratchet/export/txt"`;

exports[`canonicalizeUrl > handles source 'doc.bmndr.co/reactions' 1`] = `"https://the_source_domain/reactions/export/txt"`;
Expand Down
Loading

0 comments on commit 098ee35

Please sign in to comment.