Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A minimal Astro and daisyUI portfolio with customizable site data and a Markdown blog.

A dark portfolio & blog theme for Astro with a live 5,000-particle Three.js background, blog system, and glassmorphism UI.
Minimalistic Portfolio is a lightweight portfolio website template built with Astro and daisyUI, designed to be customized by editing a single configuration file and adding Markdown or MDX blog posts.
Minimalistic Portfolio is a personal portfolio site starter from the GitHub repository "Portfolio Website" by Shone Binu. The project uses the Astro framework, which builds static HTML pages, and daisyUI, a Tailwind CSS component library, to supply styled elements without custom CSS. The template's input is a site configuration file at src/consts.ts and a blog content collection at src/content/blog; its output is a set of static pages that can be deployed to any hosting service. The repository currently has 10 stars on GitHub.
src/consts.ts; you edit this one TypeScript file to update your name, links, and metadata..md or .mdx files inside src/content/blog, and Astro's content collections let you query and validate posts with frontmatter.src/consts.ts, then deploy the static output to a hosting service..md or .mdx file into src/content/blog and Astro handles the collection and page generation.To customize the template, you first clone the repository and update the site data in src/consts.ts. Next, add blog posts as Markdown or MDX files under src/content/blog. The Astro content collection system reads those files, and the build process generates a static site ready for deployment.
