Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | enable syntax highlighting | Egor Tensin | 2017-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 Tensin | 2017-06-27 | |
| | ||||
* | fix post pagination links | Egor Tensin | 2017-06-25 | |
| | | | | * Account for custom paginate_path in _includes/common/pagination.html. | |||
* | 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. | |||
* | std::call_once: Markdown style fix | Egor Tensin | 2017-06-25 | |
| | ||||
* | add post "static vs. inline vs. namespace {" | Egor Tensin | 2017-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 Tensin | 2017-06-24 | |
| | ||||
* | footer update | Egor Tensin | 2017-05-31 | |
| | ||||
* | std::call_once: fix a link | Egor Tensin | 2017-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 Tensin | 2017-05-30 | |
| | ||||
* | remove comments from posts | Egor Tensin | 2017-05-30 | |
| | | | | Comment sections were useless anyways. | |||
* | std::call_once: rename the src/ folder | Egor Tensin | 2017-02-04 | |
| | ||||
* | bugfix | Egor Tensin | 2017-02-01 | |
| | | | | Why did I change that in the first place? | |||
* | update post list layout | Egor Tensin | 2017-02-01 | |
| | ||||
* | boost: no nowrap inside <code> tags | Egor Tensin | 2017-02-01 | |
| | | | | I changed my mind. | |||
* | bump dependencies | Egor Tensin | 2017-02-01 | |
| | ||||
* | add comments to CSS classes | Egor Tensin | 2017-02-01 | |
| | ||||
* | std::call_once: shorten title | Egor Tensin | 2017-01-31 | |
| | ||||
* | _posts: grammar tweaks | Egor Tensin | 2017-01-31 | |
| | ||||
* | std::call_once: update | Egor Tensin | 2017-01-31 | |
| | | | | | * Remove unnecessary code from the post. * Fix potential thread-safety issues in the complete sample. | |||
* | boost: update | Egor Tensin | 2017-01-31 | |
| | ||||
* | bump dependencies | Egor Tensin | 2017-01-31 | |
| | ||||
* | add "Building Boost on Windows" | Egor Tensin | 2017-01-07 | |
| | ||||
* | make the sidebar two-column | Egor Tensin | 2016-12-01 | |
| | ||||
* | <nav>: role="navigation" | Egor Tensin | 2016-11-30 | |
| | ||||
* | fix markup semantics | Egor Tensin | 2016-11-27 | |
| | ||||
* | adjust Gemfiles for Cygwin | Egor Tensin | 2016-11-26 | |
| | ||||
* | add shebang to serve.sh | Egor Tensin | 2016-11-04 | |
| | ||||
* | fix GitHub Pages warning | Egor Tensin | 2016-10-26 | |
| | ||||
* | disable syntax highlighting | Egor Tensin | 2016-10-26 | |
| | ||||
* | add serve.sh (same as serve.bat) | Egor Tensin | 2016-10-26 | |
| | ||||
* | bind to 0.0.0.0 instead of localhost | Egor Tensin | 2016-10-26 | |
| | ||||
* | fix licensing notices | Egor Tensin | 2016-10-01 | |
| | ||||
* | bump dependencies | Egor Tensin | 2016-08-23 | |
| | ||||
* | footer update | Egor Tensin | 2016-06-25 | |
| | ||||
* | move common assets to common/, more info to config | Egor Tensin | 2016-06-25 | |
| | ||||
* | README update | Egor Tensin | 2016-06-24 | |
| | ||||
* | put most of my personal info to _config.yml | Egor Tensin | 2016-06-21 | |
| | ||||
* | fix links & code style | Egor Tensin | 2016-05-21 | |
| | ||||
* | rename the project | Egor Tensin | 2016-05-19 | |
| | ||||
* | add .gitattributes | Egor Tensin | 2016-04-20 | |
| | ||||
* | bump dependencies | Egor Tensin | 2016-03-09 | |
| | ||||
* | grammar tweaks | Egor Tensin | 2016-03-09 | |
| | ||||
* | README update | Egor Tensin | 2016-03-08 | |
| | ||||
* | code style | Egor Tensin | 2016-03-08 | |
| | ||||
* | move post assets into proper subdirectories | Egor Tensin | 2016-03-08 | |
| | ||||
* | exclude unnecessary files from builds | Egor Tensin | 2016-03-08 | |
| | ||||
* | add a script for running `jekyll serve` | Egor Tensin | 2016-03-08 | |
| | ||||
* | std::call_once: add a complete code sample | Egor Tensin | 2016-03-08 | |
| | ||||
* | index.html: remove strip_html from post excerpts | Egor Tensin | 2016-03-07 | |
| |