aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_config.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2015-05-16 15:21:46 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2015-05-16 15:21:46 +0300
commit1ba7fb4e594d1ff1d96aff300c79fea0a4e3ca5f (patch)
tree72e3290b1532f22131a8d187b0aa4f9b5400cfb4 /_config.yml
parentcode style (diff)
downloadsorting-algorithms-1ba7fb4e594d1ff1d96aff300c79fea0a4e3ca5f.tar.gz
sorting-algorithms-1ba7fb4e594d1ff1d96aff300c79fea0a4e3ca5f.zip
more flexible prerequisite management
* Move external <link>s and <script>s into separate includes. * Opt for minified versions of external CSS stylesheets and JavaScript files by default, allowing to use the properly formatted versions during development using _config.yml. * External components versions are now in the config file.
Diffstat (limited to '')
-rw-r--r--_config.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml
index 9dab5e6..8145ee1 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1,3 +1,8 @@
baseurl: /sorting_algorithms
paginate: 10
include_comments: true
+bootstrap_version: 3.2.0
+jquery_version: 1.11.0
+html5shiv_version: 3.7.2
+respond_version: 1.4.2
+minified_externals: true