aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAge
...
* don't color text-mutex links only for categoriesEgor Tensin2018-02-18
|
* rename (and repurpose) the repoEgor Tensin2018-02-18
|
* _includes: pagination.html -> paginator.htmlEgor Tensin2018-02-18
|
* code styleEgor Tensin2018-02-18
|
* slugify categories instead of lowercasing themEgor Tensin2018-02-18
|
* add post dates to category pagesEgor Tensin2018-02-18
|
* peculiar: move to _posts/Egor Tensin2018-02-18
|
* peculiar: make it a proper postEgor Tensin2018-02-18
|
* import "Peculiar Haskell indentation" form a gistEgor Tensin2018-02-18
|
* enable post categoriesEgor Tensin2018-02-18
|
* bump dependenciesEgor Tensin2018-01-10
|
* boost: fix user configuration filesEgor Tensin2017-12-13
|
* boost: fix pathsEgor Tensin2017-12-13
|
* bump dependenciesEgor Tensin2017-11-11
|
* bump dependenciesEgor Tensin2017-10-17
|
* 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
|
* static-vs: updateEgor Tensin2017-08-05
|
* bump dependenciesEgor Tensin2017-07-01
|
* css: remove unnecessary propertyEgor Tensin2017-07-01
|
* css: fix a typoEgor Tensin2017-07-01
|
* std::call_once: fix grammarEgor Tensin2017-07-01
|
* lighter background-color of <pre> and <code>Egor Tensin2017-07-01
|
* css: code styleEgor Tensin2017-07-01
|
* add horizontal scrollbars to <pre> elementsEgor Tensin2017-06-30
|
* static-vs: namespace&nbsp;{Egor Tensin2017-06-30
|
* enable syntax highlightingEgor Tensin2017-06-30
| | | | | I'm not sure about it. Maybe I'll get rid of it in the future.
* std::call_once: ```c++ instead of simply ```Egor Tensin2017-06-27
|
* fix post pagination linksEgor Tensin2017-06-25
| | | | * Account for custom paginate_path in _includes/common/pagination.html.
* 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 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.
* std::call_once: Markdown style fixEgor Tensin2017-06-25
|
* add post "static vs. inline vs. namespace {"Egor Tensin2017-06-25
| | | | | | | Also includes a bunch of includes to easily add grouped code snippets to a post. They were present before, but I wiped them away during the recent major history rewriting which I still regret about.
* add _drafts/Egor Tensin2017-06-24
|
* footer updateEgor Tensin2017-05-31
|
* std::call_once: fix a linkEgor Tensin2017-05-30
| | | | | | | | | It might seem like it's been broken since forever, but it's actually a consequence of my idiotic idea to completely rewrite this repository's history. One of the things I wanted to fix is I would like the code to reside in master. I did import it, but messed up the history completely as a result.
* rename layout 'main' to 'sidebar'Egor Tensin2017-05-30
|
* remove comments from postsEgor Tensin2017-05-30
| | | | Comment sections were useless anyways.
* std::call_once: rename the src/ folderEgor Tensin2017-02-04
|
* bugfixEgor Tensin2017-02-01
| | | | Why did I change that in the first place?
* update post list layoutEgor Tensin2017-02-01
|
* boost: no nowrap inside <code> tagsEgor Tensin2017-02-01
| | | | I changed my mind.
* bump dependenciesEgor Tensin2017-02-01
|
* add comments to CSS classesEgor Tensin2017-02-01
|
* std::call_once: shorten titleEgor Tensin2017-01-31
|
* _posts: grammar tweaksEgor Tensin2017-01-31
|
* std::call_once: updateEgor Tensin2017-01-31
| | | | | * Remove unnecessary code from the post. * Fix potential thread-safety issues in the complete sample.