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 GitHub Pages
- 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 devRemember to replace the site and other properties with your data in astro.config.mjs
This website natively supports deployment to GitHub Pages using the included GitHub Actions workflow (.github/workflows/deploy.yml).
- Go to your repository Settings -> Pages.
- Under "Source", select GitHub Actions.
Your site will automatically build and deploy whenever you push to the main branch. For more information, refer to the official Astro GitHub Pages Guide.
- Cuong - https://github.com/CPLuu
- Gianmarco (the OG) - https://github.com/Ladvace
