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:
@@ -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
|
||||
|
Reference in New Issue
Block a user