View the demo here.
1. Clone the repository
git clone https://github.com/repo-booster-system/magic-portfolio.git
2. Install dependencies
npm install
3. Run dev server
npm run dev
4. Edit config
src/app/resources/config
5. Edit content
src/app/resources/content
6. Create blog posts / projects
Add a new .mdx file to src/app/blog/posts or src/app/work/projects
- All tokens, components & features of Repo-Booster
- Automatic open-graph and X image generation with next/og
- Automatic schema and metadata generation based on the content file
- Responsive layout optimized for all screen sizes
- Timeless design without heavy animations and motion
- Endless customization options through data attributes
- Render sections conditionally based on the content file
- Enable or disable pages for blog, work, gallery and about / CV
- Generate and display social links automatically
- Set up password protection for URLs
See LICENSE.txt
for more information.