aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes/common (unfollow)
Commit message (Collapse)Author
2022-03-23_includes: move everything to jekyll-theme/Egor 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-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-22get rid of custom_{css,js} in favour of a generic mechanismEgor 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-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-09navbar: describe the workaroundsEgor Tensin
2021-04-09navbar: simpler & more robustEgor Tensin
2021-04-09put theme settings under site.settingsEgor Tensin
2021-04-08add main.css that imports all othersEgor Tensin
2021-04-08_includes: move paginator.html to postsEgor Tensin
2021-04-08use relative_url instead of site.baseurlEgor Tensin
2021-04-08paginator: add explanatory commentsEgor Tensin
2021-04-08paginator: fix page 1 linkEgor Tensin
2021-03-09MathJax: get rid of the workarondEgor Tensin
Kramdown 2.2.0 supports MathJax v3 now.
2020-05-08header: skip project name and/or navbarEgor Tensin
2020-05-07don't hard-code branch nameEgor Tensin
2020-05-07remove everything except Jekyll theme stuffEgor Tensin
I tagged the previous commit to explain what's going on.
2019-09-30fix navbar orderingEgor Tensin
2019-09-30work around GitHub limitations for MathJax supportEgor Tensin
2019-09-30add MathJax supportEgor Tensin
2018-02-18don't zero-pad day number in datesEgor Tensin
2018-02-18rename (and repurpose) the repoEgor Tensin
2018-02-18_includes: pagination.html -> paginator.htmlEgor Tensin
2017-06-25fix post pagination linksEgor Tensin
* Account for custom paginate_path in _includes/common/pagination.html.