Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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. | ||
* | rename layout 'main' to 'sidebar' | Egor Tensin | 2017-05-30 |
| | |||
* | update post list layout | Egor Tensin | 2017-02-01 |
| | |||
* | fix markup semantics | Egor Tensin | 2016-11-27 |
| | |||
* | move common assets to common/, more info to config | Egor Tensin | 2016-06-25 |
| | |||
* | grammar tweaks | Egor Tensin | 2016-03-09 |
| | |||
* | index.html: remove strip_html from post excerpts | Egor Tensin | 2016-03-07 |
| | |||
* | grammar tweaks | 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-03-07 |
| | |||
* | add icons to the navbar | Egor Tensin | 2015-08-23 |
| | |||
* | add post excerpts | Egor Tensin | 2015-08-08 |
| | |||
* | remove the 'About' page | Egor Tensin | 2015-06-30 |
| | |||
* | initial commit | Egor Tensin | 2015-05-06 |