aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAge
* bump dependenciesEgor Tensin2017-10-17
|
* +x serve.shEgor Tensin2017-09-02
|
* bump dependenciesEgor Tensin2017-08-27
|
* bump dependenciesEgor Tensin2017-08-18
|
* +x build.shEgor Tensin2017-08-09
|
* add build.shEgor Tensin2017-08-09
|
* serve.sh: add destination directory parameterEgor Tensin2017-08-09
|
* bump dependenciesEgor Tensin2017-08-09
|
* bump dependenciesEgor Tensin2017-07-01
|
* css: update common/Egor Tensin2017-07-01
| | | | | | Merge css/common/*.css from cpp-notes (my other project). It includes things like horizontal scrollbars inside <pre>s, lighter background inside <pre> and <code>, etc.
* fix navbar links with multiple pagesEgor Tensin2017-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 linksEgor Tensin2017-06-25
| | | | * Use custom paginate_path in _includes/common/pagination.html.
* add _drafts/Egor Tensin2017-06-25
|
* plots: shorten link anchorsEgor Tensin2017-05-31
|
* plots: update the navbar iconEgor Tensin2017-05-31
|
* footer updateEgor Tensin2017-05-31
|
* plots: change <title> to "Main page"Egor Tensin2017-05-31
|
* there're no posts, so no point in serving posts/Egor Tensin2017-05-30
|
* fix links to "Plots"Egor Tensin2017-05-30
|
* pagination doesn't work on anything but index.htmlEgor Tensin2017-05-30
|
* fix links, page titles & iconsEgor Tensin2017-05-30
|
* "Plots" is now the landing pageEgor Tensin2017-05-30
|
* remove comments from postsEgor Tensin2017-05-30
| | | | | | It's a consequence of the aforementioned history rewriting I did. Comment sections used to exist, but I wiped them along with all the posts.
* rename layouts & minor "Plots" markup fixesEgor Tensin2017-05-30
|
* there's no code on this website anymoreEgor Tensin2017-05-30
| | | | | | It might seem like there wasn't ever any. But in fact, I re-wrote this branch's history quite a bit, which might have also rendered some of the older commits unusable.
* update post list layoutEgor Tensin2017-02-01
|
* bump dependenciesEgor Tensin2017-02-01
|
* add comments to CSS classesEgor Tensin2017-02-01
|
* bump dependenciesEgor Tensin2017-02-01
|
* exclude serve.sh from buildsEgor Tensin2017-01-07
|
* make the sidebar two-columnEgor Tensin2016-12-01
|
* <nav>: role="navigation"Egor Tensin2016-11-30
|
* fix markup semanticsEgor Tensin2016-11-27
|
* add serve.sh (same as serve.bat)Egor Tensin2016-11-26
|
* adjust Gemfiles for CygwinEgor Tensin2016-11-26
|
* fix licensing noticesEgor Tensin2016-10-01
|
* bump dependenciesEgor Tensin2016-08-23
|
* plots: update captionsEgor Tensin2016-06-26
|
* plots: update the actual plotsEgor Tensin2016-06-26
|
* plots: fix CSS class namesEgor Tensin2016-06-25
|
* fix project descriptionEgor Tensin2016-06-25
|
* move common assets to common/, more info to configEgor Tensin2016-06-25
|
* README updateEgor Tensin2016-06-24
|
* add `site.github` info to pagesEgor Tensin2016-06-24
|
* add most of my personal info to _config.ymlEgor Tensin2016-06-24
|
* plots: grammar tweaksEgor Tensin2016-06-24
|
* rename the projectEgor Tensin2016-05-19
|
* plots: update the actual plotsEgor Tensin2016-04-21
|
* add .gitattributesEgor Tensin2016-04-21
|
* fix a sidebar link to "Plots"Egor Tensin2016-03-22
|