Commit message (Collapse) | Author | ||
---|---|---|---|
2021-04-10 | header: bring back custom_css | Egor Tensin | |
It was accidentally removed in 823883f. | |||
2021-04-10 | footer: configurable license | Egor Tensin | |
2021-04-09 | categories: list uncategorized posts too | Egor Tensin | |
2021-04-09 | categories: adjust links, optional archive link | Egor Tensin | |
2021-04-09 | navbar: describe the workarounds | Egor Tensin | |
2021-04-09 | navbar: simpler & more robust | Egor Tensin | |
2021-04-09 | put theme settings under site.settings | Egor Tensin | |
2021-04-09 | _includes: site.baseurl -> relative_url | Egor Tensin | |
2021-04-09 | _includes: add categories.html | Egor Tensin | |
2021-04-09 | category.html should be an include, not a layout | Egor Tensin | |
This is similar to posts.html. | |||
2021-04-08 | add main.css that imports all others | Egor Tensin | |
2021-04-08 | _includes: move paginator.html to posts | Egor Tensin | |
2021-04-08 | _includes: add posts.html | Egor Tensin | |
2021-04-08 | use relative_url instead of site.baseurl | Egor Tensin | |
2021-04-08 | paginator: add explanatory comments | Egor Tensin | |
2021-04-08 | paginator: fix page 1 link | Egor Tensin | |
2021-03-09 | MathJax: get rid of the workarond | Egor Tensin | |
Kramdown 2.2.0 supports MathJax v3 now. | |||
2020-05-08 | header: skip project name and/or navbar | Egor Tensin | |
2020-05-07 | don't hard-code branch name | Egor Tensin | |
2020-05-07 | remove everything except Jekyll theme stuff | Egor Tensin | |
I tagged the previous commit to explain what's going on. | |||
2019-09-30 | fix navbar ordering | Egor Tensin | |
2019-09-30 | work around GitHub limitations for MathJax support | Egor Tensin | |
2019-09-30 | add MathJax support | Egor Tensin | |
2018-02-18 | customize snippets language | Egor Tensin | |
2018-02-18 | don't zero-pad day number in dates | Egor Tensin | |
2018-02-18 | rename (and repurpose) the repo | Egor Tensin | |
2018-02-18 | _includes: pagination.html -> paginator.html | Egor Tensin | |
2017-06-25 | fix post pagination links | Egor Tensin | |
* Account for custom paginate_path in _includes/common/pagination.html. | |||
2017-06-25 | fix navbar links with multiple pages | Egor 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-25 | add 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-31 | footer update | Egor Tensin | |
2017-05-30 | remove comments from posts | Egor Tensin | |
Comment sections were useless anyways. | |||
2017-02-01 | bugfix | Egor Tensin | |
Why did I change that in the first place? | |||
2017-02-01 | bump dependencies | Egor Tensin | |
2016-12-01 | make the sidebar two-column | Egor Tensin | |
2016-11-30 | <nav>: role="navigation" | Egor Tensin | |
2016-11-27 | fix markup semantics | Egor Tensin | |
2016-06-25 | footer update | Egor Tensin | |
2016-06-25 | move common assets to common/, more info to config | Egor Tensin | |
2016-06-21 | put most of my personal info to _config.yml | Egor Tensin | |
2016-05-21 | fix links & code style | Egor Tensin | |
2016-05-19 | rename the project | Egor Tensin | |
2016-03-08 | code style | Egor Tensin | |
2016-03-07 | 'group' to 'groups' in the front matter | Egor Tensin | |
2016-03-07 | _includes: merge links.html to navbar.html | Egor Tensin | |
2016-02-12 | bugfix | Egor Tensin | |
2015-12-28 | strip extra whitespace | Egor Tensin | |
2015-08-23 | add icons to the navbar | Egor Tensin | |
2015-08-08 | <title> update | Egor Tensin | |
2015-07-03 | sidebar update | Egor Tensin | |