My personal blog.
This is a statically generated app using Next.js and Markdown.
Install dependencies, then run the development server:
pnpm install
pnpm devOpen http://localhost:3000 with your browser to see the app.
- Add a new object to
data/posts-previews.ts. - Add the article's image to
public/covers. It should match the path defined inpostsPreviews.coverImage. - Create a folder in
app/postswith a name that matches theslugdefined in the object added todata/posts-previews.ts. - Create a
page.mdxfile inside this folder and add the article's markdown content. - Define metadata and export the
metadataidentifier frompage.mdx.