diff --git a/Gemfile b/Gemfile index 37f5eaa..912ba95 100644 --- a/Gemfile +++ b/Gemfile @@ -1,2 +1,5 @@ source 'https://rubygems.org' -gem 'github-pages', group: :jekyll_plugins +group :jekyll_plugins do + gem 'github-pages' + gem 'algoliasearch-jekyll', '~> 0.8.0' +end diff --git a/Gemfile.lock b/Gemfile.lock index 30ba421..e02a4cf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,46 +1,64 @@ GEM remote: https://rubygems.org/ specs: - activesupport (5.0.0) - concurrent-ruby (~> 1.0, >= 1.0.2) + activesupport (4.2.7) i18n (~> 0.7) + json (~> 1.7, >= 1.7.7) minitest (~> 5.1) + thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) addressable (2.4.0) + algoliasearch (1.11.0) + httpclient (~> 2.8.2) + json (>= 1.5.1) + algoliasearch-jekyll (0.8.0) + algoliasearch (~> 1.4) + appraisal (~> 2.1.0) + awesome_print (~> 1.6) + json (~> 1.8) + nokogiri (~> 1.6) + verbal_expressions (~> 0.1.5) + appraisal (2.1.0) + bundler + rake + thor (>= 0.14.0) + awesome_print (1.7.0) coffee-script (2.4.1) coffee-script-source execjs coffee-script-source (1.10.0) - colorator (0.1) - concurrent-ruby (1.0.2) + colorator (1.1.0) ethon (0.9.0) ffi (>= 1.3.0) execjs (2.7.0) faraday (0.9.2) multipart-post (>= 1.2, < 3) ffi (1.9.14) + forwardable-extended (2.6.0) gemoji (2.1.0) - github-pages (87) - github-pages-health-check (= 1.1.0) - jekyll (= 3.1.6) + github-pages (96) + activesupport (= 4.2.7) + github-pages-health-check (= 1.2.0) + jekyll (= 3.2.1) jekyll-coffeescript (= 1.0.1) jekyll-feed (= 0.5.1) jekyll-gist (= 1.4.0) jekyll-github-metadata (= 2.0.2) - jekyll-mentions (= 1.1.3) + jekyll-mentions (= 1.2.0) jekyll-paginate (= 1.1.0) jekyll-redirect-from (= 0.11.0) jekyll-sass-converter (= 1.3.0) jekyll-seo-tag (= 2.0.0) jekyll-sitemap (= 0.10.0) - jemoji (= 0.6.2) + jemoji (= 0.7.0) kramdown (= 1.11.1) liquid (= 3.0.6) listen (= 3.0.6) mercenary (~> 0.3) + minima (= 1.2.0) rouge (= 1.11.1) terminal-table (~> 1.4) - github-pages-health-check (1.1.0) + github-pages-health-check (1.2.0) addressable (~> 2.3) net-dns (~> 0.8) octokit (~> 4.0) @@ -49,14 +67,16 @@ GEM html-pipeline (2.4.2) activesupport (>= 2) nokogiri (>= 1.4) + httpclient (2.8.2.4) i18n (0.7.0) - jekyll (3.1.6) - colorator (~> 0.1) + jekyll (3.2.1) + colorator (~> 1.0) jekyll-sass-converter (~> 1.0) jekyll-watch (~> 1.1) kramdown (~> 1.3) liquid (~> 3.0) mercenary (~> 0.3.3) + pathutil (~> 0.9) rouge (~> 1.7) safe_yaml (~> 1.0) jekyll-coffeescript (1.0.1) @@ -67,7 +87,8 @@ GEM jekyll-github-metadata (2.0.2) jekyll (~> 3.1) octokit (~> 4.0) - jekyll-mentions (1.1.3) + jekyll-mentions (1.2.0) + activesupport (~> 4.0) html-pipeline (~> 2.3) jekyll (~> 3.0) jekyll-paginate (1.1.0) @@ -78,12 +99,14 @@ GEM jekyll-seo-tag (2.0.0) jekyll (~> 3.1) jekyll-sitemap (0.10.0) - jekyll-watch (1.4.0) + jekyll-watch (1.5.0) listen (~> 3.0, < 3.1) - jemoji (0.6.2) + jemoji (0.7.0) + activesupport (~> 4.0) gemoji (~> 2.0) html-pipeline (~> 2.2) jekyll (>= 3.0) + json (1.8.3) kramdown (1.11.1) liquid (3.0.6) listen (3.0.6) @@ -91,6 +114,7 @@ GEM rb-inotify (>= 0.9.7) mercenary (0.3.6) mini_portile2 (2.1.0) + minima (1.2.0) minitest (5.9.0) multipart-post (2.0.0) net-dns (0.8.0) @@ -99,8 +123,11 @@ GEM pkg-config (~> 1.1.7) octokit (4.3.0) sawyer (~> 0.7.0, >= 0.5.3) + pathutil (0.14.0) + forwardable-extended (~> 2.6) pkg-config (1.1.7) public_suffix (1.5.3) + rake (11.2.2) rb-fsevent (0.9.7) rb-inotify (0.9.7) ffi (>= 0.5.0) @@ -110,17 +137,22 @@ GEM sawyer (0.7.0) addressable (>= 2.3.5, < 2.5) faraday (~> 0.8, < 0.10) - terminal-table (1.6.0) + terminal-table (1.7.2) + unicode-display_width (~> 1.1.1) + thor (0.19.1) thread_safe (0.3.5) typhoeus (0.8.0) ethon (>= 0.8.0) tzinfo (1.2.2) thread_safe (~> 0.1) + unicode-display_width (1.1.1) + verbal_expressions (0.1.5) PLATFORMS ruby DEPENDENCIES + algoliasearch-jekyll (~> 0.8.0) github-pages BUNDLED WITH diff --git a/_config.yml b/_config.yml index c93d67f..60cdaab 100644 --- a/_config.yml +++ b/_config.yml @@ -16,3 +16,7 @@ github_username: dkdeploy exclude: [foundation, vendor] # Build settings markdown: kramdown +algolia: + application_id: 'QOFNLOOCWH' + index_name: 'dkdeploy_production' + record_css_selector: 'p,ul,td,th,h3,code' \ No newline at end of file diff --git a/_includes/footer.html b/_includes/footer.html index a5524ff..bad81d5 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -2,18 +2,50 @@