diff --git a/site/_posts/2012-07-01-configuration.md b/site/_posts/2012-07-01-configuration.md index 7fcb34fe..1d9027ad 100644 --- a/site/_posts/2012-07-01-configuration.md +++ b/site/_posts/2012-07-01-configuration.md @@ -13,6 +13,7 @@ Jekyll allows you to concoct your sites in any way you can dream up, and it’s The table below lists the available settings for Jekyll, and the various options (specifed in the configuration file) and flags (specified on the command-line) that control them. +
@@ -71,9 +72,11 @@ The table below lists the available settings for Jekyll, and the various
+
### Build Command Options +
@@ -173,6 +176,7 @@ The table below lists the available settings for Jekyll, and the various
+
### Serve Command Options @@ -180,6 +184,7 @@ In addition to the options below, the `serve` sub-command can accept any of the for the `build` sub-command, which are then applied to the site build which occurs right before your site is served. +
@@ -220,6 +225,7 @@ before your site is served.
+
Do not use tabs in configuration files
diff --git a/site/css/style.css b/site/css/style.css index 4f531b32..9834c012 100644 --- a/site/css/style.css +++ b/site/css/style.css @@ -814,3 +814,11 @@ code.option, code.flag, code.filter, code.output { font-weight: bold; text-shadow: 0 -1px 0 rgba(0,0,0,.5); } + +/* Responsive tables */ + +@media (max-width: 768px){ + .mobile-side-scroller { + overflow-x: scroll; + } +}