This is my personal website and blog built with Next.js, Tailwindcss, and Vercel. Thanks to Timothy for the wonderful template.
data/*
- MDX data that is used for blogs, newsletters, and code snippets.
lib
- function utilities needed to transform data
components/*
- contains all resuable components within the website
layouts
- main templates used in pages.
pages
- pages to route to.
public/static
- contains assets such as images and favicons.
scripts
- script files to generate rss feed, sitemap and also create mdx files
types
- general reusable Typescript types