My portfolio example: click here
- Modern and Minimal bento-like, sleek UI Design
- All in one page (almost)
- Fully Responsive
- Performances and SEO optimizations
- Ready to be deployed on Netlify
- Blog
- RSS support (your-domain/rss.xml)
- Cool 3d globe
# Clone this repository (with American localization by me)
$ git clone https://github.com/CPLuu/cpluu.github.io.git
# or, Clone the original repository (template maintained by the original dev)
$ git clone https://github.com/Ladvace/astro-bento-portfolio
# Go into the repository
$ cd astro-bento-portfolio
# Install dependencies
$ npm install
# Start the project in development
$ npm run dev
Remember to replace the site
and other properties with your data in astro.config.mjs
Deploying your website on Netlify is optional. It's the easier method because astro.config.mjs
contain an SSR adapter that is integrated into Netlify. GitHub Pages will not work with this template.
- Cuong - https://github.com/CPLuu
- Gianmarco (the OG) - https://github.com/Ladvace