Thanks to visit codestin.com
Credit goes to github.com

Skip to content

🏡 This is my website. There are many like it, but this one is mine.

License

Notifications You must be signed in to change notification settings

daneden/daneden.me

Repository files navigation

daneden.me

Welcome to the innards of my website. It's built using Next.js and deployed on Vercel.

Installation

If you want to run this site locally:

  • Make sure you have Yarn installed
  • git clone https://github.com/daneden/daneden.me
  • Run yarn to install dependencies
  • Run yarn dev
  • Party.

To build for production, run yarn build.

Publishing Blog Posts

Blog post metadata is centralized for easier management:

  1. Create the MDX file at app/(branches)/blog/YYYY/post-slug/page.mdx

    • Write your content in MDX format
    • No need to export metadata from the file
  2. Add metadata to app/posts.json:

    {
      "id": "post-slug",
      "title": "Your Post Title",
      "description": "A brief description of your post",
      "date": "YYYY-MM-DD"
    }
  3. That's it! The site will automatically:

    • Generate the page metadata
    • Create Open Graph images at /og/[id]
    • Add the post to the blog listing and RSS feed

For more details, see CLAUDE.md.

About

🏡 This is my website. There are many like it, but this one is mine.

Resources

License

Stars

Watchers

Forks

Contributors 15