Skip to content

My personal blog written in TypeScript, using Next.js, TailwindCSS, and MDX.

License

Notifications You must be signed in to change notification settings

3DNinja54/the3d-blog

Repository files navigation

The3D Blog

This is my personal blog, written in TypeScript using Next.js!

You'll find me rambling about nonsense here.

Website Link

Website Link

Can I use this for myself?

Sure! Remember to update app/page.tsx, components/Navbar.tsx, app/favicon.ico, app/layout.tsx, posts/, and public/ as neccessary.
You're free to change up the other files and submit a PR for changes I should implement.

File Structure

  • app/ - The root of the project. Most of the content is here.
  • components/ - React Components used throughout the project.
  • posts/ - Stores all the MDX (pages) for the blog.
  • public/ - Images.