📘 Dotfolio Theme

Gem Version Downloads License

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

Dotfolio Screenshot

âœĻ 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.