Skip to content

Releases: brennanbrown/watery

Improved Pagination

04 May 23:56
846d7d9
Compare
Choose a tag to compare

Added an improved pagination display (which can be seen on my personal blog using Watery: https://journal.kim

Idea taken from: https://blog.webjeda.com/jekyll-pagination/

Framework Support

09 Nov 19:10
Compare
Choose a tag to compare

New Features:

  • Added Dropin Minimal CSS, a small JS script that allows you to switch out the Water.css framework or "themes", with a single button.
    • If you'd like, you can visit this repository to pick out another classless framework to hard-code into the site yourself.
    • Also added theme_switcher: false to _BLANK_config.yml, so it won't be enabled on production sites by default.
    • See my blog, Journal.bar/ as an example with the LaTeX.css framework.
  • Added paginate URL option in _config.yml for improved SEO.
  • Added Fossabot support for license coverage.
  • Minor layout and syntax fixes.

Initial Release

02 Nov 07:11
Compare
Choose a tag to compare

Current Features:

  • A fully customizable and empty _BLANK_config.yml to make getting up-and-running easy.
  • Having a _pages collection for easier organization.
  • Auto-generated links in navigation to all pages in _pages.
  • Auto-generated tags page that lists all tags used by all posts in chronological order.
  • An author bio at the end of each post. (Located in _inclues/author.html)
  • Full Rouge support for syntax code highlighting. (Currently using base16.solarized.light)
  • Auto-generated RSS feed, sitemap, accessibility features, and search-engine optimization.