1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 05:15:34 -04:00

refactor notes directory and front matter

This commit is contained in:
2025-03-06 16:52:11 -05:00
parent 8b2e513ca9
commit 6706aa68ab
215 changed files with 471 additions and 615 deletions

View File

@@ -2,7 +2,7 @@ import { Feed } from "feed";
import { getAllPosts } from "./posts";
import config from "../config";
import meJpg from "../../public/static/images/me.jpg";
import meJpg from "../../app/me.jpg";
export const buildFeed = async (options: { type: "rss" | "atom" | "json" }): Promise<string> => {
// https://github.com/jpmonette/feed#example