A modern static portfolio generator built with SvelteKit 2 and Tailwind CSS 4 by AKER. Features a file-based content management system using folders and Markdown files. Perfect for designers, artists, architects, and creatives who want to showcase their projects elegantly and professionally.
Live Demo: https://aker-dev.github.io/microfolio/
pnpm optimize-images commandWe're looking for beta testers! Are you a creative and want to test microfolio?
π Beta Tester Guide - Complete guide to get started
π§ Contact hello@aker.pro to join the testing program.
# Install microfolio via Homebrew
brew install aker-dev/tap/microfolio
# Create a new portfolio
microfolio new my-portfolio
cd my-portfolio
# Start the development server
microfolio dev
# Clone the template
git clone https://github.com/aker-dev/microfolio.git my-portfolio
cd my-portfolio
# Install dependencies
pnpm install
# Start development server
pnpm dev
π Detailed installation guide: doc/en/01-installation.md
π Complete deployment guide: doc/en/04-publication.md
# Build the site
microfolio build # or pnpm build
# Enable GitHub Pages in repository settings
# Push to main branch - automatic deployment
Contributions are welcome! Fork the project, create a feature branch, and submit a Pull Request.
MIT License - See LICENSE file for details.
Made with β€οΈ by AKER