It's a portfolio website and blog built using Astro, Tailwind CSS, and MDX. It's deployed on GitHub Pages.
It's a fork of Bookworm Light by Themefisher.
It is super fast and SEO friendly which makes it easier for the content to be discovered by search engines.
A notable feature: It automatically fetches your Github repositories, and showcases them as projects on your website. See here for an example.
- ✍️ Content in Markdown / MDX
- 📚 Project Showcase
- 📅 Timeline for Major Events and Jobs
- 📁 Github Repositories Auto Import
- 🔗 Similar Post Suggestions
- 🏷️ Tags and Categories Support
- 🔍 Search Functionality with FuseJS
- 📲 Post Social Share Option
- ⚡ Fast by Default (95+ Google PageSpeed Score)
- 📬 Contact Form Support
- 📱 Fully Responsive on Desktops, Tablets, and Smartphones
- 🔍 SEO Friendly
After downloading the template, you have some prerequisites to install. Then you can run it on your localhost. You can view the package.json file to see which scripts are included.
- Node Installation: Install node js [Recommended LTS version]
- Install dependencies
npm install
- Run locally
npm run dev
After that, it will open up a preview of the template in your default browser, watch for changes to source files, and live-reload the browser when changes are saved.
After finishing all the customization, you can create a production build by running this command.
npm run build