A modern, highly customizable, and unstyled Jekyll theme with dark mode.
Styless is built for Jekyll, a static site generator. View the quick start guide for more information. Styless requires no special plugins and can run on GitHub Pages’ standard Jekyll compiler.
$ gem install styless
# .. or add it to your your Jekyll site’s Gemfile
gem "styless"
_config.yml
theme: "styless"
$ jekyll serve
# .. or if you're using a Gemfile (bundler)
$ bundle exec jekyll serve
If you're hosting your site on GitHub Pages, set up GitHub Pages and Jekyll locally so that you can more easily work in your development environment.
_config.yml
as a remote themeremote_theme: moonharelabs/styless
You must have GitHub Pages enabled on your repo, one or more Markdown files, and a _config.yml
file. See an example repositoryYou can use any css framework with styless. Just add your libraries to _includes/custom-head.html
file in your site.
Bug reports and pull requests are welcome on GitHub at our GitHub repo. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the code of conduct.
The theme is available as open source under the terms of the Unlicense License.