c-lessonのサイトがMacBookとか横幅の広い環境で見ると横が無駄にスペースがあいていて、 テーブルとかが見づらい。

ググるといくつか方法が引っかかるが、うまく行ったのが以下。

StackOverflow: How to make maximum utilization of the screen space in my web page generated from Jekyll?

assets/main.scssというファイルを作って、

---
# Only the main Sass file needs front matter (the dashes are enough)
---
$content-width: 100%;

@import "minima";

とすれば良さそう。100%はあまり見栄えが良くないので80%とかで。