Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A sleek, modern, highly customizable portfolio template built with Astro, featuring blog, projects, and SEO.

A dark portfolio & blog theme for Astro with a live 5,000-particle Three.js background, blog system, and glassmorphism UI.
Minimalistic Portfolio Website is an open-source Astro portfolio template that generates a fast, accessible, and SEO-ready personal site with a built-in blog and projects showcase. It is built on Astro's static site generation, styled with TailwindCSS, and handles content through MDX and configuration constants.
This template is a static site generator setup, not a content management system. It takes content from configuration files and Markdown/MDX posts and outputs a fully static, deployable website. The project is created by Louai-Zokerburg and published on GitHub; it is designed for performance, accessibility, and SEO. The template produces a personal portfolio with sections for projects and blog articles, and includes dynamic Open Graph images for social sharing.
Customizing the template involves editing files in the project rather than a visual builder. All site data lives in the lib/constants directory; images and Open Graph images go in public and public/og respectively. The color theme follows shadcn's color palette, so you can adjust it from one place, and the site rebuilds as a static output ready to deploy.
Yes, the template is open source and published on GitHub under a permissive license. You can clone the repository, customize it, and deploy your site without paying a license fee.
The template is built with Astro as the static site generator, TailwindCSS for styling, TypeScript for type safety, Prettier for formatting, and Framer Motion for animations. Blog content is written in MDX, which combines Markdown with JSX components.
Yes, the blog and projects sections are separate. You can keep only the projects showcase and remove the blog from the navigation, or vice versa, depending on your needs.
Yes, light and dark mode are built in. The theme switch lets visitors toggle between the two, and the design is responsive on all screen sizes.
Because it is a static site generated by Astro, you can deploy the output to any static hosting service, such as Netlify, Vercel, or GitHub Pages, by following the standard Astro deployment steps.
