This repository has been archived by the owner on Apr 27, 2024. It is now read-only.
Releases: seanh/jekyll-theme-oatcake
Releases · seanh/jekyll-theme-oatcake
Padding fix
0.1.15 Fix some missing padding
Tweak how category URLs and labels work
Since Jekyll itself puts categories in URLs, it's up to the user to design category names so that they make pretty URLs. Jekyll won't downcase category names or replace spaces. So you have to name your category "example-category" not "Example Category". If an /example-category/ page exists, though, allow this page's title to be used as the label when linking to the category, instead of the category name itself. With tags it's different since Jekyll doesn't allow those in permalink URLs. So "Example Tag" with capitals and spaces is fine. The theme itself converts that to /tags/example-tag/ when finding the tag page.
Removed breadcrumbs again, and changed how categories and tags work
Remove breadcrumbs again Moved them into a blog post and gist so the work isn't lost: https://seanh.github.io/posts/2020/01/01/jekyll-breadcrumbs/
Bug fix
Bug fixes
Add new categories, tags and breadcrumbs support
Merge pull request #24 from seanh/breadcrumbs-2 Breadcrumbs 2
Remove breadcrumbs and simplify categories, tags and footer
0.1.9 Tweak front page text
Breadcrumbs, categories and tags
Add a sticky footer with breadcrumbs. Add support for categories (integrated with the breadcrumbs) and tags (integrated with post listings and post footers).
0.1.7: Revert "Use {% github_edit_link %}"
This reverts commit 343d8962b2a17ba8771e1e27913778a639b640b7.
0.1.6: Prevent long <code> spans from stretching the page
Fixes https://github.com/seanh/jekyll-theme-seanh/issues/4