aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAge
* workflows/jekyll: merge jobs, Bundler cachingEgor Tensin2021-04-10
|
* _config.yml: .travis.yml is no moreEgor Tensin2021-04-08
|
* fix remote_theme versionEgor Tensin2021-04-08
|
* bump dependenciesEgor Tensin2021-03-09
|
* README.md: updateEgor Tensin2020-11-29
|
* add GitHub workflowEgor Tensin2020-11-29
|
* bye-bye, Travisno_more_travis_gh-pagesEgor Tensin2020-11-29
|
* README.md: updateEgor Tensin2020-05-08
|
* bump dependenciesEgor Tensin2020-05-08
|
* remove build.sh, serve.bat, serve.shEgor Tensin2020-05-07
| | | | Deprecated in favour of egor-tensin/jekyll-docker.
* lint _config*.ymlEgor Tensin2020-05-07
|
* use "remote" Jekyll themeEgor Tensin2020-05-07
| | | | I moved _includes/, _layouts/, css/ to egor-tensin/jekyll-theme.
* Travis: check integrity using wgetEgor Tensin2020-02-12
|
* Travis: add configurationEgor Tensin2020-02-12
|
* remove unused stuff: posts, comments, sidebar, etc.Egor Tensin2019-09-30
|
* README: remove the obsolete Windows notesEgor Tensin2019-09-30
|
* bump dependenciesEgor Tensin2019-09-30
|
* bump dependenciesEgor Tensin2019-07-05
|
* bump dependenciesEgor Tensin2019-01-19
|
* bump dependenciesEgor Tensin2018-10-28
|
* bump dependenciesEgor Tensin2018-05-02
|
* _includes: pagination.html -> paginator.htmlEgor Tensin2018-02-22
|
* _layouts: sidebar.html -> default.htmlEgor Tensin2018-02-18
|
* add missing  sEgor Tensin2018-02-18
|
* don't zero-pad day number in datesEgor Tensin2018-02-18
|
* bump dependenciesEgor Tensin2018-02-18
|
* bump dependenciesEgor Tensin2018-01-10
|
* bump dependenciesEgor Tensin2017-11-11
|
* 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
|