Selfy Jekyll Theme.

A modern, dark-mode Jekyll theme designed for personal blogs and portfolio sites. Based on the popular WordPress Selfy theme, this Jekyll port brings the same sleek design to the static site world.
Features
- Responsive design that works on all devices
- Dark mode by default (with light mode toggle)
- Built-in search functionality
- Category and tag support
- SEO optimized
- Fast loading times
- Project portfolio section
- Customizable sidebar widgets
Installation
Add this line to your Jekyll site’s Gemfile
:
gem "selfy-jekyll-theme"
And add this line to your Jekyll site’s _config.yml
:
theme: selfy-jekyll-theme
Then execute:
$ bundle
Or install it yourself:
$ gem install selfy-jekyll-theme