aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/index.html (unfollow)
Commit message (Collapse)Author
2019-09-30move categories pages to /categories/Egor Tensin
2019-09-30add default layouts to _config.ymlEgor Tensin
2019-09-30fix navbar orderingEgor Tensin
2018-02-18don't zero-pad day number in datesEgor Tensin
2018-02-18_layouts: sidebar.html -> default.htmlEgor Tensin
2018-02-18markdownify post excerptsEgor Tensin
2018-02-18don't color text-mutex links only for categoriesEgor Tensin
2018-02-18_includes: pagination.html -> paginator.htmlEgor Tensin
2018-02-18code styleEgor Tensin
2018-02-18slugify categories instead of lowercasing themEgor Tensin
2018-02-18enable post categoriesEgor Tensin
2017-06-25fix navbar links with multiple pagesEgor 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-05-30rename layout 'main' to 'sidebar'Egor Tensin
2017-02-01update post list layoutEgor Tensin
2016-11-27fix markup semanticsEgor Tensin
2016-06-25move common assets to common/, more info to configEgor Tensin
2016-03-09grammar tweaksEgor Tensin
2016-03-07index.html: remove strip_html from post excerptsEgor Tensin
2016-03-07grammar tweaksEgor Tensin
2016-03-07'group' to 'groups' in the front matterEgor Tensin
2016-03-07_includes: merge links.html to navbar.htmlEgor Tensin
2015-08-23add icons to the navbarEgor Tensin
2015-08-08add post excerptsEgor Tensin
2015-06-30remove the 'About' pageEgor Tensin