https://github.com/abhishekshree/abhishekshree.github.io
https://github.com/abhishekshree/abhishekshree.github.io
nextjs reactjs tailwindcss
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/abhishekshree/abhishekshree.github.io
- Owner: abhishekshree
- License: mit
- Created: 2021-03-21T12:24:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-06-28T23:00:33.000Z (5 months ago)
- Last Synced: 2025-08-13T10:51:47.606Z (4 months ago)
- Topics: nextjs, reactjs, tailwindcss
- Language: JavaScript
- Homepage: https://abhishekshree.github.io/
- Size: 13.2 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README


# Portfolio
This is a [Next.js](https://nextjs.org/), [Tailwind CSS](https://tailwindcss.com/) blogging starter template. Comes out of the box configured with the latest technologies to make technical writing a breeze. Easily configurable and customizable. Perfect as a replacement to existing Jekyll and Hugo individual blogs.
## Features
- Easy styling customization with [Tailwind 2.0](https://blog.tailwindcss.com/tailwindcss-v2)
- Near perfect lighthouse score - [Lighthouse report](https://www.webpagetest.org/result/210111_DiC1_08f3670c3430bf4a9b76fc3b927716c5/)
- Lightweight, 43kB first load JS, uses Preact in production build
- Mobile-friendly view
- Light and dark theme
- [MDX - write JSX in markdown documents!](https://mdxjs.com/)
- Server-side syntax highlighting with [rehype-prism](https://github.com/mapbox/rehype-prism)
- Math display supported via [KaTeX](https://katex.org/)
- Automatic image optimization via [next/image](https://nextjs.org/docs/basic-features/image-optimization)
- Flexible data retrieval with [next-mdx-remote](https://github.com/hashicorp/next-mdx-remote)
- Support for tags - each unique tag will be its own page
- Projects page
- SEO friendly with RSS feed, sitemaps and more!
## Development
First, run the development server:
```bash
npm start
# or
npm run dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.