Git Commits
days commits 5
ohnsh/days-
11:03 pm — John Sherrell <dev@ohn.sh>
Post about recent Github Actions assignment in MIT xPRO. Filtering drafts in <LatestPosts> feed.
-
8:46 pm — John Sherrell <dev@ohn.sh>
Responsive grid layout for <LatestVideos>. The grid needs to be upgraded to thumbnails before it's ready.
-
6:41 pm — John Sherrell <dev@ohn.sh>
The default feed now uses <Excerpt> instead of <Post>. <Excerpt> now renders a "View full post..." link, and calculation of fallback cutoff point (in the absence of an explicit `excerpt` frontmatter or `<!-- excerpt -->` delimeter) has been tuned a bit. Now, the first two paragraphs are included by default, with an internal option to cut things short if a top-level <div> is encountered (e.g. code blocks).
-
6:38 pm — John Sherrell <dev@ohn.sh>
Added rudimentary Latest Videos feed to index. Unlike the rest of the site, the videos are selected by date *uploaded* (published) rather than date recorded. The idea is to surface older videos as I add them.
-
12:24 am — John Sherrell <dev@ohn.sh>
No redundant title on post pages. The test is done from the <Post> component and involves checking `Astro.routePattern`. Astro is lowercasing the value (`/[...postslug]` instead of `/[...postSlug]`), which seems like a bug. Still the best test, I think.