aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes (unfollow)
Commit message (Collapse)Author
2023-11-26switch to tensin.nameEgor Tensin
2022-11-07posts: hide date icon in feedEgor Tensin
2022-11-07rename an includeEgor Tensin
2022-11-06sidebar: split "about" and "links" into different includesEgor Tensin
2022-10-28posts: narrower feed on mobileEgor Tensin
2022-10-28posts: redesign feed againEgor Tensin
Put dates on the left, this looks nicer.
2022-10-25categories: redesignEgor 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_categoriesEgor 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-25posts: redesign feedEgor Tensin
* No more lame post excerpts. * Smaller and cooler title font.
2022-05-21moved to egort.nameEgor Tensin
2022-05-13posts: again, slightly lower header sizeEgor Tensin
2022-05-13posts: more zing to the side fontEgor Tensin
2022-05-13posts: separate include for post headerEgor Tensin
2022-05-13feed: muted post excerptsEgor Tensin
2022-04-29footer: ISO build date formatEgor Tensin
2022-04-18paginator: hide if only 1 pageEgor Tensin
2022-04-18paginator: just arrows instead of wordsEgor Tensin
2022-04-18posts: remove extra spaces in feedEgor Tensin
2022-04-18posts: redesign feedEgor Tensin
2022-04-18posts: denser feedEgor Tensin
2022-04-18footer: less words more goodEgor Tensin
2022-04-18footer: revert the crazy CSS hackEgor Tensin
2022-04-16paginator: move the text-center block to the includeEgor Tensin
2022-04-15paginator: add empty lines for readabilityEgor Tensin
2022-04-15paginator: get rid of stupid href="#" anchorsEgor Tensin
2022-04-15paginator: refactoringEgor Tensin
2022-04-15paginator: refactoringEgor Tensin
I'll be replacing some of the <a> elements later, don't want the diffs to get too messy.
2022-04-15footer: theme link to github.ioEgor Tensin
2022-04-15footer: add a link to this themeEgor Tensin
2022-04-15footer: fix license file detectionEgor 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-15footer: "Last update" -> "Build"Egor Tensin
2022-04-15footer: sort out item separationEgor Tensin
2022-04-14categories: sort categories in archiveEgor Tensin
2022-04-07css: revert the stupid .sidebar hackEgor Tensin
2022-04-07posts: rename a CSS classEgor Tensin
2022-04-07sidebar: wrap post-header, don't shrink post-dateEgor Tensin
2022-04-05Revert "sidebar: collapse "about" & "links""Egor Tensin
This reverts commit 8cb81a31e648d3b1ed35042c6d77a42fa58d3da1. You know what? It bugs me when they are together like that.
2022-04-05sidebar: push the "About" section downEgor Tensin
2022-04-05sidebar: collapse "about" & "links"Egor Tensin
2022-04-05sidebar: redesign sectionsEgor Tensin
2022-04-05move scrollbar styling to scrollbar.cssEgor Tensin
2022-04-05_layouts: add nosidebar layoutEgor Tensin
2022-03-24sidebar: allow adding custom contentEgor Tensin
2022-03-24sidebar: allow hiding individual entriesEgor Tensin
2022-03-24move sidebar entries to separate includesEgor Tensin
2022-03-24_includes: sidebar_entry -> sidebar/entryEgor Tensin
2022-03-24_i/sidebar_entry: header is optionalEgor Tensin
2022-03-23_includes: move everything to jekyll-theme/Egor Tensin
2022-03-23categories/all.html: <h1> -> <h2> headersEgor Tensin
2022-03-23separate content from sidebar automaticallyEgor Tensin