Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | use "remote" Jekyll theme | Egor Tensin | 2020-05-07 |
| | | | | I moved _includes/, _layouts/, css/ to egor-tensin/jekyll-theme. | ||
* | remove unused stuff: posts, comments, sidebar, etc. | Egor Tensin | 2019-09-30 |
| | |||
* | _includes: pagination.html -> paginator.html | Egor Tensin | 2018-02-22 |
| | |||
* | add missing s | Egor Tensin | 2018-02-18 |
| | |||
* | don't zero-pad day number in dates | Egor Tensin | 2018-02-18 |
| | |||
* | 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 posts/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 /posts//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. | ||
* | fix post pagination links | Egor Tensin | 2017-06-25 |
| | | | | * Use custom paginate_path in _includes/common/pagination.html. | ||
* | footer update | Egor Tensin | 2017-05-31 |
| | |||
* | fix links to "Plots" | Egor Tensin | 2017-05-30 |
| | |||
* | fix links, page titles & icons | Egor Tensin | 2017-05-30 |
| | |||
* | 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 |
| | |||
* | move common assets to common/, more info to config | Egor Tensin | 2016-06-25 |
| | |||
* | add `site.github` info to pages | Egor Tensin | 2016-06-24 |
| | |||
* | rename the project | Egor Tensin | 2016-05-19 |
| | |||
* | fix a sidebar link to "Plots" | Egor Tensin | 2016-03-22 |
| | |||
* | remove obsolete <script> | Egor Tensin | 2016-03-08 |
| | |||
* | plots: get rid of JavaScript | Egor Tensin | 2016-03-08 |
| | |||
* | _includes: merge links.html to navbar.html | Egor Tensin | 2016-03-07 |
| | |||
* | bugfix | Egor Tensin | 2016-02-12 |
| | |||
* | add icons to the navbar | Egor Tensin | 2015-08-23 |
| | |||
* | <title> update | Egor Tensin | 2015-08-08 |
| | |||
* | mention "Plots" in the sidebar | Egor Tensin | 2015-07-08 |
| | |||
* | explicit https links to GitHub | Egor Tensin | 2015-06-30 |
| | |||
* | 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.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 |
| | |||
* | footer update | Egor Tensin | 2015-05-07 |
| | |||
* | initial commit | Egor Tensin | 2015-05-06 |