Dotfolio is a calm, dotted notebook-style Jekyll theme with a minimal, structured layout for showcasing projects and documenting ideas.
- 🧭 Minimal, structured homepage layout
- 📝 Notes system with pagination + search
- 🗂 Centralized configuration via a single YAML file
- ✍️ Consistent styling across Markdown and HTML
- 🌗 Dark / light mode toggle
- ⚡ One-command installer script
- 📦 Gem-based distribution
- 🪶 Lightweight and fast
- 🔓 Open source
Dotfolio is ideal for:
- Developer portfolios
- Project showcases
- Personal blogs
- Digital gardens / notes
- Minimal documentation sites
Add the dotfolio-theme and jekyll-paginate-v2 to your Gemfile:
gem "dotfolio-theme"
gem "jekyll-paginate-v2" # mandatory for paginationThen install:
bundle installRun the setup script to load theme settings and files:
dotfolio-themeFinally, start your site:
bundle exec jekyll serveMIT License © Jennie Ron Ablog
- Built with ❤️ using Jekyll.
- Styled with Tailwind CSS, compiled for production.
