Commit message (Collapse) | Author | ||
---|---|---|---|
2022-11-07 | posts: hide date icon in feed | Egor Tensin | |
2022-11-07 | rename an include | Egor Tensin | |
2022-11-06 | sidebar: split "about" and "links" into different includes | Egor Tensin | |
2022-10-28 | posts: narrower feed on mobile | Egor Tensin | |
2022-10-28 | posts: redesign feed again | Egor Tensin | |
Put dates on the left, this looks nicer. | |||
2022-10-25 | categories: redesign | Egor Tensin | |
Re-use some of posts includes so that categories pages look much cooler. | |||
2022-10-25 | _layouts: sidebar separator only for posts and pagesold_categories | Egor Tensin | |
Let plain pages take care of it themselves. This fits nicely with the feed, which kinda already has a separator after each entry. | |||
2022-10-25 | posts: redesign feed | Egor Tensin | |
* No more lame post excerpts. * Smaller and cooler title font. | |||
2022-05-21 | moved to egort.name | Egor Tensin | |
2022-05-13 | posts: again, slightly lower header size | Egor Tensin | |
2022-05-13 | posts: more zing to the side font | Egor Tensin | |
2022-05-13 | posts: separate include for post header | Egor Tensin | |
2022-05-13 | feed: muted post excerpts | Egor Tensin | |
2022-04-29 | footer: ISO build date format | Egor Tensin | |
2022-04-18 | paginator: hide if only 1 page | Egor Tensin | |
2022-04-18 | paginator: just arrows instead of words | Egor Tensin | |
2022-04-18 | posts: remove extra spaces in feed | Egor Tensin | |
2022-04-18 | posts: redesign feed | Egor Tensin | |
2022-04-18 | posts: denser feed | Egor Tensin | |
2022-04-18 | footer: less words more good | Egor Tensin | |
2022-04-18 | footer: revert the crazy CSS hack | Egor Tensin | |
2022-04-16 | paginator: move the text-center block to the include | Egor Tensin | |
2022-04-15 | paginator: add empty lines for readability | Egor Tensin | |
2022-04-15 | paginator: get rid of stupid href="#" anchors | Egor Tensin | |
2022-04-15 | paginator: refactoring | Egor Tensin | |
2022-04-15 | paginator: refactoring | Egor Tensin | |
I'll be replacing some of the <a> elements later, don't want the diffs to get too messy. | |||
2022-04-15 | footer: theme link to github.io | Egor Tensin | |
2022-04-15 | footer: add a link to this theme | Egor Tensin | |
2022-04-15 | footer: fix license file detection | Egor Tensin | |
I don't know how I tested it exactly. Use-case: * There's a LICENSE.txt file. * jekyll-github-metadata is used, and site.github.license is defined. What I want in the footer: a site.github.license.name link that leads to LICENSE.txt. What I had before this commit: a site.github.license.name link that lead to spdx.org. | |||
2022-04-15 | footer: "Last update" -> "Build" | Egor Tensin | |
2022-04-15 | footer: sort out item separation | Egor Tensin | |
2022-04-14 | categories: sort categories in archive | Egor Tensin | |
2022-04-07 | css: revert the stupid .sidebar hack | Egor Tensin | |
2022-04-07 | posts: rename a CSS class | Egor Tensin | |
2022-04-07 | sidebar: wrap post-header, don't shrink post-date | Egor Tensin | |
2022-04-05 | Revert "sidebar: collapse "about" & "links"" | Egor Tensin | |
This reverts commit 8cb81a31e648d3b1ed35042c6d77a42fa58d3da1. You know what? It bugs me when they are together like that. | |||
2022-04-05 | sidebar: push the "About" section down | Egor Tensin | |
2022-04-05 | sidebar: collapse "about" & "links" | Egor Tensin | |
2022-04-05 | sidebar: redesign sections | Egor Tensin | |
2022-04-05 | move scrollbar styling to scrollbar.css | Egor Tensin | |
2022-04-05 | _layouts: add nosidebar layout | Egor Tensin | |
2022-03-24 | sidebar: allow adding custom content | Egor Tensin | |
2022-03-24 | sidebar: allow hiding individual entries | Egor Tensin | |
2022-03-24 | move sidebar entries to separate includes | Egor Tensin | |
2022-03-24 | _includes: sidebar_entry -> sidebar/entry | Egor Tensin | |
2022-03-24 | _i/sidebar_entry: header is optional | Egor Tensin | |
2022-03-23 | _includes: move everything to jekyll-theme/ | Egor Tensin | |
2022-03-23 | categories/all.html: <h1> -> <h2> headers | Egor Tensin | |
2022-03-23 | separate content from sidebar automatically | Egor Tensin | |
2022-03-23 | sidebar: factor out the "entry" include | Egor Tensin | |