Project

water-css

0.0
No release in over 3 years
Low commit activity in last 3 years
A simple Jekyll theme for GitHub Pages, using Water.css styling
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 4.2
 Project Readme

Water.css Jekyll theme

This is a Jekyll theme with simple styling from Water.css A demo is here.

Installation

GitHub Pages

Add this line to your _config.yml. You can also fork this repo.

remote-theme: "luke2m/watercss-jekyll@latest"

Other platforms (Self hosted, Netlify, GitLab Pages, etc.)

Add this line to your Jekyll site's Gemfile:

gem "water-css"

And add this line to your Jekyll site's _config.yml:

theme: water-css

And then execute:

$ bundle

Or install it yourself as:

$ gem install water-css

Usage

This theme is meant for quick repo docs, not blogs or personal sites. I may make a theme for that purpose sometime soon. Configurable variables (in _config.yml):

  • Light, Dark, or Automatic theme
  • Title and description
  • Show or hide download and source links
  • Change View on GitHub to another name
  • Change download link
  • Add privacy friendly analytics with GoatCounter
  • More customization will be coming soon.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/luke2m/watercss-jekyll. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The theme is available as open source under the terms of the MIT License.

TODO

  • Customize or disable download and code buttons
  • Make easier for non-github users
  • Publish Ruby Gem
  • Make version for personal sites/blogs