aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes (unfollow)
Commit message (Collapse)Author
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-18customize snippets languageEgor 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.
2017-06-25fix navbar links with multiple pagesEgor Tensin
I determine whether a page should be present in the navigation bar by checking if 'navbar' is present in this page's `groups`. My index.html is an example of such page. But `jekyll-paginate` creates a bunch of similar pages, each of them having 'navbar' in their `groups`. Thus, every /pageN appears in the navbar. To get rid of all of them except for the first one, I set `root_page` to `true` in index.html, and only include the first page with `root_page == true` in the navbar. Man, it's a hack if I've ever seen one.
2017-06-25add post "static vs. inline vs. namespace {"Egor Tensin
Also includes a bunch of includes to easily add grouped code snippets to a post. They were present before, but I wiped them away during the recent major history rewriting which I still regret about.
2017-05-31footer updateEgor Tensin
2017-05-30remove comments from postsEgor Tensin
Comment sections were useless anyways.
2017-02-01bugfixEgor Tensin
Why did I change that in the first place?
2017-02-01bump dependenciesEgor Tensin
2016-12-01make the sidebar two-columnEgor Tensin
2016-11-30<nav>: role="navigation"Egor Tensin
2016-11-27fix markup semanticsEgor Tensin
2016-06-25footer updateEgor Tensin
2016-06-25move common assets to common/, more info to configEgor Tensin
2016-06-21put most of my personal info to _config.ymlEgor Tensin
2016-05-21fix links & code styleEgor Tensin
2016-05-19rename the projectEgor Tensin
2016-03-08code styleEgor Tensin
2016-03-07'group' to 'groups' in the front matterEgor Tensin
2016-03-07_includes: merge links.html to navbar.htmlEgor Tensin
2016-02-12bugfixEgor Tensin
2015-12-28strip extra whitespaceEgor Tensin
2015-08-23add icons to the navbarEgor Tensin
2015-08-08<title> updateEgor Tensin
2015-07-03sidebar updateEgor Tensin
2015-05-16more flexible prerequisite managementEgor Tensin
* Move external <link>s and <script>s into separate includes. * Opt for minified versions of external CSS stylesheets and JavaScript files by default, allowing to use the properly formatted versions during development using _config_dev.yml. * External components versions are now in the config file.
2015-05-16code styleEgor Tensin
2015-05-16rename CSS classesEgor Tensin
2015-05-14add CSS classes for reasonably wide blocksEgor Tensin
2015-05-14rename CSS classesEgor Tensin
2015-05-12footer updateEgor Tensin
2015-05-07footer updateEgor Tensin
2015-05-07footer updateEgor Tensin