A minimalistic personal blog and learning documentation website built with Next.js, Tailwind, and TypeScript.
You are free to copy any part of this repository or even the entire thing. All I ask of you is to star this repository if you found it useful and maybe provide some credit & shoutout if you're feeling kind (but you don't have to if your vibes are not into these) :)
- Clone the repository
git clone https://github.com/sumitdotml/website.git- Go to the project directory
cd website- Install dependencies
npm install- Run the development server
npm run dev- Open the website in your browser
http://localhost:3000You may run into some issues when doing npm install because of the dependencies. You can always ask our AI friends to help you out. :)
If there are any errors, issues or suggestions, please feel free to open a new issue.
Some ui components are from shadcn/ui:
- Make the navbar sticky for mobile and make the navbar move its original Y position a little higher and stick to the very top when the user scrolls down
- Add a search bar
- Add a graph visualization (similar to the Obsidian graph view)
- Add a "On this page" (like a ToC) section to the top right of the page in the PC version. It should be hidden on mobile.