aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes (unfollow)
Commit message (Collapse)Author
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
2022-03-23sidebar: factor out the "entry" includeEgor Tensin
2022-03-23sidebar: add ability to hide itEgor Tensin
2022-03-23sidebar: don't print anything if there're no postsEgor Tensin
2022-03-23navbar: move the hide condition to the navbar includeEgor Tensin
2022-03-22posts: separate feed entries with borderEgor Tensin
It's not as intrusive as <hr>, but still serves its role.
2022-03-22remove <hr> tags where unnecessaryEgor Tensin
I really stopped liking them, too much vertical whitespace.
2022-03-22footer: switch implementation to flexboxEgor Tensin
God, this is better.
2022-03-22footer: clean up whitespace in the includeEgor Tensin
2022-03-22footer: shorter text, get rid of stupid CSSEgor Tensin
WTF was this "display: table;" stuff for? I don't really know.
2022-03-22footer: allow LICENSE as well as LICENSE.txtold_footerEgor Tensin
2022-03-22mathjax: move the include out of common/Egor Tensin
2022-03-22css: move CSS files to jekyll-theme/Egor Tensin
2022-03-22rename some includesEgor Tensin
2022-03-22get rid of custom_{css,js} in favour of a generic mechanismEgor Tensin
2022-03-21shell: output is optionalEgor Tensin
2022-03-21add an include for shell commands & outputEgor Tensin
2022-03-19header: support custom <link> elementsEgor Tensin
2022-01-22support Google AnalyticsEgor Tensin
2021-11-11footer: shorten the "generated on" noteEgor Tensin
2021-11-11footer: intelligent license detectionEgor Tensin
Pick up /LICENSE.txt by default, if it exists. Use site.github.license otherwise.
2021-11-08posts: use CSS for space between category and dateEgor Tensin
2021-11-08posts: use proper flexbox for spacingEgor Tensin
2021-11-08posts: separate category & date visuallyEgor Tensin
2021-11-08shorter dates in post headersEgor Tensin
2021-11-08put post dates beside the headersEgor Tensin
2021-11-07header: workaround jekyll-github-metadata bug?Egor Tensin
2021-11-05sidebar: use site.settings.navbar.github settingsEgor Tensin
2021-11-05pick up default site.settings values from site.githubEgor Tensin
Also, use the default filter more, it's much more convenient.
2021-11-02navbar: open GitHub link in a new tabEgor Tensin
2021-11-02navbar: add a GitHub linkEgor Tensin
2021-10-12header: short title for the main pageEgor Tensin
2021-10-02custom_{css,js}: support absolute URLsEgor Tensin
2021-10-02footer: add support for custom_jsEgor Tensin
2021-10-02header: minor HTML fixEgor Tensin
2021-06-05bundle modified Bootstrap 3bundled_bootstrapEgor Tensin
2021-04-10navbar: rework front matter interfaceEgor Tensin
2021-04-10bump Bootstrap to 3.4.1Egor Tensin
2021-04-10_includes: move tiny includes to the larger onesEgor Tensin
2021-04-10header: bring back custom_cssEgor Tensin
It was accidentally removed in 823883f.
2021-04-10footer: configurable licenseEgor Tensin
2021-04-09categories: list uncategorized posts tooEgor Tensin