ð Dotfolio Theme
Dotfolio is a calm, dotted notebook-style Jekyll theme with a minimal, structured layout for showcasing projects and documenting ideas.

âĻ Features
- ð§ 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
ðŊ Use Cases
Dotfolio is ideal for:
- Developer portfolios
- Project showcases
- Personal blogs
- Digital gardens / notes
- Minimal documentation sites
ð Installation (Gem-based)
Add the dotfolio-theme and jekyll-paginate-v2 to your Gemfile:
gem "dotfolio-theme"
gem "jekyll-paginate-v2" # mandatory for pagination
Then install:
bundle install
Run the setup script to load theme settings and files:
dotfolio-theme
Finally, start your site:
bundle exec jekyll serve
ð License
MIT License ÂĐ Jennie Ron Ablog
ðĄ Acknowledgements
- Built with âĪïļ using Jekyll.
- Styled with Tailwind CSS, compiled for production.