Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | _includes: move everything to jekyll-theme/ | Egor Tensin | 2022-03-23 |
| | |||
* | navbar: move the hide condition to the navbar include | Egor Tensin | 2022-03-23 |
| | |||
* | pick up default site.settings values from site.github | Egor Tensin | 2021-11-05 |
| | | | | Also, use the default filter more, it's much more convenient. | ||
* | navbar: open GitHub link in a new tab | Egor Tensin | 2021-11-02 |
| | |||
* | navbar: add a GitHub link | Egor Tensin | 2021-11-02 |
| | |||
* | navbar: rework front matter interface | Egor Tensin | 2021-04-10 |
| | |||
* | 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 |
| | |||
* | use relative_url instead of site.baseurl | Egor Tensin | 2021-04-08 |
| | |||
* | fix navbar ordering | Egor Tensin | 2019-09-30 |
| | |||
* | 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. | ||
* | <nav>: role="navigation" | Egor Tensin | 2016-11-30 |
| | |||
* | move common assets to common/, more info to config | Egor Tensin | 2016-06-25 |