Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | redesign feed & categories | Egor Tensin | 2022-10-25 |
| | |||
* | Revert "upgrade to Jekyll 4" | Egor Tensin | 2022-10-22 |
| | | | | | | This reverts commit c3329e5c7882e991aa1850894f4ba1d9d6030248. OMFG: https://github.com/jekyll/github-metadata/issues/242 | ||
* | upgrade to Jekyll 4 | Egor Tensin | 2022-10-15 |
| | |||
* | notes: undo monospace sidebar headers | Egor Tensin | 2022-04-07 |
| | |||
* | notes: add glyphicons to sidebar | Egor Tensin | 2022-04-07 |
| | |||
* | notes: reuse the post-date class | Egor Tensin | 2022-04-07 |
| | |||
* | show "notes" on sidebar by default | Egor Tensin | 2022-04-07 |
| | |||
* | notes: sidebar styling | Egor Tensin | 2022-04-06 |
| | |||
* | notes: reuse theme CSS class | Egor Tensin | 2022-04-05 |
| | |||
* | sidebar: redesign "Notes" section | Egor Tensin | 2022-04-05 |
| | |||
* | notes: larger titles | Egor Tensin | 2022-03-24 |
| | |||
* | show notes on the sidebar on some pages | Egor Tensin | 2022-03-24 |
| | |||
* | use "remote" Jekyll theme | Egor Tensin | 2020-05-07 |
| | | | | I moved _includes/, _layouts/, css/ to egor-tensin/jekyll-theme. | ||
* | 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 | 2019-09-30 |
| | |||
* | 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 | 2018-02-18 |
| | |||
* | fix post pagination links | Egor Tensin | 2017-06-25 |
| | | | | * Account for custom paginate_path in _includes/common/pagination.html. | ||
* | fix navbar links with multiple pages | Egor Tensin | 2017-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 Tensin | 2017-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 update | Egor Tensin | 2017-05-31 |
| | |||
* | remove comments from posts | Egor Tensin | 2017-05-30 |
| | | | | Comment sections were useless anyways. | ||
* | bugfix | Egor Tensin | 2017-02-01 |
| | | | | Why did I change that in the first place? | ||
* | bump dependencies | Egor Tensin | 2017-02-01 |
| | |||
* | make the sidebar two-column | Egor Tensin | 2016-12-01 |
| | |||
* | <nav>: role="navigation" | Egor Tensin | 2016-11-30 |
| | |||
* | fix markup semantics | Egor Tensin | 2016-11-27 |
| | |||
* | footer update | Egor Tensin | 2016-06-25 |
| | |||
* | move common assets to common/, more info to config | Egor Tensin | 2016-06-25 |
| | |||
* | put most of my personal info to _config.yml | Egor Tensin | 2016-06-21 |
| | |||
* | fix links & code style | Egor Tensin | 2016-05-21 |
| | |||
* | rename the project | Egor Tensin | 2016-05-19 |
| | |||
* | code style | Egor Tensin | 2016-03-08 |
| | |||
* | 'group' to 'groups' in the front matter | Egor Tensin | 2016-03-07 |
| | |||
* | _includes: merge links.html to navbar.html | Egor Tensin | 2016-03-07 |
| | |||
* | bugfix | Egor Tensin | 2016-02-12 |
| | |||
* | strip extra whitespace | Egor Tensin | 2015-12-28 |
| | |||
* | add icons to the navbar | Egor Tensin | 2015-08-23 |
| | |||
* | <title> update | Egor Tensin | 2015-08-08 |
| | |||
* | sidebar update | Egor Tensin | 2015-07-03 |
| | |||
* | more flexible prerequisite management | Egor Tensin | 2015-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 style | Egor Tensin | 2015-05-16 |
| | |||
* | rename CSS classes | Egor Tensin | 2015-05-16 |
| | |||
* | add CSS classes for reasonably wide blocks | Egor Tensin | 2015-05-14 |
| | |||
* | rename CSS classes | Egor Tensin | 2015-05-14 |
| | |||
* | footer update | Egor Tensin | 2015-05-12 |
| | |||
* | footer update | Egor Tensin | 2015-05-07 |
| |