All Projects → GorvGoyl → Personal-Site-Gourav.io

GorvGoyl / Personal-Site-Gourav.io

Licence: other
My personal site & blog made with NextJS, Typescript, MDX, Tailwind CSS. Deployed on Vercel : https://gourav.io

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects

Projects that are alternatives of or similar to Personal-Site-Gourav.io

benjamincarlson.io
My personal website built with Next.js, Chakra UI, Firebase, and next-mdx-remeote.
Stars: ✭ 102 (+59.38%)
Mutual labels:  personal-website, mdx, vercel, giscus
notion-nextjs-blog
A starter blog template powered by Next.js, Notion and Tailwind CSS.
Stars: ✭ 25 (-60.94%)
Mutual labels:  nextjs, tailwindcss, vercel
portfolio
My personal portfolio website, proudly built with Next.js, TypeScript and Tailwind
Stars: ✭ 165 (+157.81%)
Mutual labels:  nextjs, tailwindcss, vercel
website
My portfolio 👋
Stars: ✭ 232 (+262.5%)
Mutual labels:  nextjs, tailwindcss, vercel
personal-website-nextjs-chakra
A series I am making on YouTube where I build a personal website using next.js and chakra-ui. It includes a variety of other features such as mdx-remote blog pages, view counts with Google Firebase database and many more features.
Stars: ✭ 60 (-6.25%)
Mutual labels:  personal-website, mdx, vercel
Egghead Next
The frontend for egghead.io.
Stars: ✭ 896 (+1300%)
Mutual labels:  nextjs, mdx, tailwindcss
theodorusclarence.com
💠 Personal website and blog made using Next.js, TypeScript, Tailwind CSS, MDX Bundler, FaunaDB, and Preact.
Stars: ✭ 205 (+220.31%)
Mutual labels:  nextjs, personal-website, tailwindcss
wefootwear-store
next js footwear store e-commerce 🚀🚀🚀
Stars: ✭ 17 (-73.44%)
Mutual labels:  nextjs, tailwindcss, vercel
platforms
A template for site builders and low-code tools.
Stars: ✭ 1,156 (+1706.25%)
Mutual labels:  nextjs, tailwindcss, vercel
nextjs-portfolio
Source Code for my rebranded personal website and portfolio.
Stars: ✭ 23 (-64.06%)
Mutual labels:  nextjs, personal-website, tailwindcss
website
My personal website.
Stars: ✭ 29 (-54.69%)
Mutual labels:  personal-website, mdx, vercel
Leerob.io
✨ My portfolio built with Next.js, MDX, Tailwind CSS, and Vercel.
Stars: ✭ 1,369 (+2039.06%)
Mutual labels:  nextjs, mdx, tailwindcss
website
Personal website and blog built with Next.js, Preact, MDX, Tailwind CSS and hosted on Vercel.
Stars: ✭ 17 (-73.44%)
Mutual labels:  mdx, tailwindcss, vercel
next.js-tailwindcss-template
Opinionated Next.js and TailwindCSS template.
Stars: ✭ 15 (-76.56%)
Mutual labels:  tailwindcss, vercel
nextjs-typescript-mdx-blog
Next.js blog starter built with Typescript, MDX, and Tailwind CSS.
Stars: ✭ 130 (+103.13%)
Mutual labels:  mdx, tailwindcss
apps
daily.dev application suite
Stars: ✭ 253 (+295.31%)
Mutual labels:  tailwindcss, vercel
onlysetups
OnlyFans, but for pictures of desk setups.
Stars: ✭ 82 (+28.13%)
Mutual labels:  nextjs, vercel
over-hangman
💥 Over powered hangman game
Stars: ✭ 42 (-34.37%)
Mutual labels:  tailwindcss, vercel
dev-cover
🌐 Get and publish your developer portfolio with just your username
Stars: ✭ 155 (+142.19%)
Mutual labels:  nextjs, vercel
next-mdx
next-mdx provides a set of helper functions for fetching and rendering local MDX files. It handles relational data, supports custom components, is TypeScript ready and really fast.
Stars: ✭ 176 (+175%)
Mutual labels:  nextjs, mdx

gourav.io

Personal Site - Gourav Goyal

My personal site & blog made with NextJS, MDX, Tailwind and deployed on Vercel

https://gourav.io

MDX Structure for Blog and Projects

File names and public urls mapping

markdown file should be named as index.md inside respective md folder

for blog:

folder: ./content/blog/first-donation-on-open-source-side-project
file: ./content/blog/first-donation-on-open-source-side-project/index.md
url: https://gourav.io/blog/first-donation-on-open-source-side-project

for projects:

folder: ./content/misc/clone-wars
file: ./content/misc/clone-wars/index.md
url: https://gourav.io/clone-wars

folder: ./content/misc/notion-boost
file: ./content/misc/notion-boost/index.md
url: https://gourav.io/notion-boost

it also works with sub paths:

folder: ./content/misc/notion-boost/whats-new
file: ./content/misc/notion-boost/whats-new/index.md
url: https://gourav.io/notion-boost/whats-new

To hide blog article in blog index (visible only by direct url): in index.md frontmatter: add preview: true

To ignore a blog / project to show on site: add _ before the name of folder. ex: content/blog/_my-draft-post , content/misc/_my-draft-project

Open graph image

store open graph image inside respective md folder as og.jpg or og.png, else site default og.png file will be picked e.g. https://gourav.io/og.png

folder: ./content/misc/notion-boost
og image: ./content/misc/notion-boost/og.jpg or ./content/misc/notion-boost/og.png

folder: ./content/blog/first-donation-on-open-source-side-project
og image: ./content/blog/first-donation-on-open-source-side-project/og.jpg or ./content/blog/first-donation-on-open-source-side-project/og.png

Images

store all related images inside its md folder.

folder: ./content/blog/first-donation-on-open-source-side-project
images:
./content/blog/first-donation-on-open-source-side-project/img1.png
./content/blog/first-donation-on-open-source-side-project/img2.gif

folder: ./content/misc/notion-boost
images:
./content/misc/notion-boost/img1.png
./content/misc/notion-boost/img2.gif

in case of md sub-folders: store images (including og image) to the base markdown folder

folder: ./content/misc/notion-boost/whats-new
images:
./content/misc/notion-boost/og.png
./content/misc/notion-boost/img_a.png
./content/misc/notion-boost/img_b.jpg
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].