Skip to content
This repository has been archived by the owner on Apr 27, 2024. It is now read-only.

Releases: seanh/jekyll-theme-oatcake

Padding fix

01 Jan 19:50
64ebe3d
Compare
Choose a tag to compare
0.1.15

Fix some missing padding

Tweak how category URLs and labels work

01 Jan 18:29
c1b941c
Compare
Choose a tag to compare
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

01 Jan 18:00
60e4e3c
Compare
Choose a tag to compare
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

31 Dec 01:17
c2c4e68
Compare
Choose a tag to compare
Don't underline tags that aren't linked

Fixes https://github.com/seanh/jekyll-theme-seanh/issues/28

Bug fixes

31 Dec 00:45
e5ff4c6
Compare
Choose a tag to compare
Fix big gap beneath header on pages with no meta

Fixes https://github.com/seanh/jekyll-theme-seanh/issues/26

Add new categories, tags and breadcrumbs support

30 Dec 22:18
25b5f77
Compare
Choose a tag to compare
Merge pull request #24 from seanh/breadcrumbs-2

Breadcrumbs 2

Remove breadcrumbs and simplify categories, tags and footer

23 Dec 03:27
602ab00
Compare
Choose a tag to compare

Breadcrumbs, categories and tags

22 Dec 23:16
4e0e204
Compare
Choose a tag to compare

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 %}"

11 Nov 22:12
8d8e664
Compare
Choose a tag to compare
This reverts commit 343d8962b2a17ba8771e1e27913778a639b640b7.

0.1.6: Prevent long <code> spans from stretching the page

11 Nov 22:07
3525a62
Compare
Choose a tag to compare
Fixes https://github.com/seanh/jekyll-theme-seanh/issues/4