nagarajpandith / nagarajpandith.in

Personal Website, Blog & Guestbook - Built with Next14, MDX, Vercel Postgres & Typescript

Home Page:https://nagarajpandith.in

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nagarajpandith.in

Personal Website - Portfolio, Blog, Guestbook & more!

Table of Contents

Features

  • Simple, Minimal & Fast Rendering with Server Components
  • SEO Optimised along with dynamic sitemap, valid robots.txt and OpenGraph tags
  • GuestBook with Server Actions & Vercel Postgres
  • MDX Powered blog pages
  • Dynamic OG Image Generation for Blogs
  • Dynamic RSS Feed generator

Built with

Follows all web standards, a 100 score on all Lighthouse metrics!

Local Setup

  1. Clone the repo

    git clone https://github.com/nagarajpandith/portfolio.git
  2. Install dependencies

    bun i
  3. Create an .env file similar to .env.example and fill the keys.

  4. Start the development server

    bun dev

Building and Running for Production

  1. Generate a full static production build

    bun run build
  2. Preview the site as it will appear once deployed

    bun start

Color Reference

Color Hex
Primary #DB0AAE #DB0AAE
Secondary #20DBFE #20DBFE
Accent #704d99 #704d99

License

Apache License 2.0

Copyright (c) [2023] [Nagaraj Pandith]

Refer License file for more info

Author Info

Back To The Top ↑

About

Personal Website, Blog & Guestbook - Built with Next14, MDX, Vercel Postgres & Typescript

https://nagarajpandith.in

License:Apache License 2.0


Languages

Language:TypeScript 71.2%Language:MDX 26.9%Language:JavaScript 1.5%Language:CSS 0.4%