aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes (follow)
Commit message (Collapse)AuthorAge
* paginator: add explanatory commentsEgor Tensin2021-04-08
|
* paginator: fix page 1 linkEgor Tensin2021-04-08
|
* MathJax: get rid of the workarondEgor Tensin2021-03-09
| | | | Kramdown 2.2.0 supports MathJax v3 now.
* header: skip project name and/or navbarEgor Tensin2020-05-08
|
* don't hard-code branch nameEgor Tensin2020-05-07
|
* remove everything except Jekyll theme stuffEgor Tensin2020-05-07
| | | | I tagged the previous commit to explain what's going on.
* fix navbar orderingEgor Tensin2019-09-30
|
* work around GitHub limitations for MathJax supportEgor Tensin2019-09-30
|
* add MathJax supportEgor Tensin2019-09-30
|
* customize snippets languageEgor Tensin2018-02-18
|
* don't zero-pad day number in datesEgor Tensin2018-02-18
|
* rename (and repurpose) the repoEgor Tensin2018-02-18
|
* _includes: pagination.html -> paginator.htmlEgor Tensin2018-02-18
|
* fix post pagination linksEgor Tensin2017-06-25
| | | | * Account for custom paginate_path in _includes/common/pagination.html.
* fix navbar links with multiple pagesEgor Tensin2017-06-25
| | | | | | | | | | | | | 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.
* add post "static vs. inline vs. namespace {"Egor Tensin2017-06-25
| | | | | | | 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.
* footer updateEgor Tensin2017-05-31
|
* remove comments from postsEgor Tensin2017-05-30
| | | | Comment sections were useless anyways.
* bugfixEgor Tensin2017-02-01
| | | | Why did I change that in the first place?
* bump dependenciesEgor Tensin2017-02-01
|
* make the sidebar two-columnEgor Tensin2016-12-01
|
* <nav>: role="navigation"Egor Tensin2016-11-30
|
* fix markup semanticsEgor Tensin2016-11-27
|
* footer updateEgor Tensin2016-06-25
|
* move common assets to common/, more info to configEgor Tensin2016-06-25
|
* put most of my personal info to _config.ymlEgor Tensin2016-06-21
|
* fix links & code styleEgor Tensin2016-05-21
|
* rename the projectEgor Tensin2016-05-19
|
* code styleEgor Tensin2016-03-08
|
* 'group' to 'groups' in the front matterEgor Tensin2016-03-07
|
* _includes: merge links.html to navbar.htmlEgor Tensin2016-03-07
|
* bugfixEgor Tensin2016-02-12
|
* strip extra whitespaceEgor Tensin2015-12-28
|
* add icons to the navbarEgor Tensin2015-08-23
|
* <title> updateEgor Tensin2015-08-08
|
* sidebar updateEgor Tensin2015-07-03
|
* more flexible prerequisite managementEgor Tensin2015-05-16
| | | | | | | | * 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.
* code styleEgor Tensin2015-05-16
|
* rename CSS classesEgor Tensin2015-05-16
|
* add CSS classes for reasonably wide blocksEgor Tensin2015-05-14
|
* rename CSS classesEgor Tensin2015-05-14
|
* footer updateEgor Tensin2015-05-12
|
* footer updateEgor Tensin2015-05-07
|
* footer updateEgor Tensin2015-05-07
|
* initial commitEgor Tensin2015-05-06