0.0
The project is in a healthy, maintained state
Dotfolio is a calm, dotted notebook-style Jekyll theme with a minimal, structured layout for showcasing projects and documenting ideas.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Runtime

>= 3.9, < 5.0
 Project Readme

📘 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.