From 335fe492eafd15e558348466db36d46723d07c5c Mon Sep 17 00:00:00 2001 From: Stephen Mayhew Date: Thu, 25 Aug 2016 18:02:36 -0500 Subject: [PATCH 01/47] Added gh-pages files. --- Gemfile | 3 + _config.yml | 22 + _data/alerts.yml | 15 + _data/sidebar.yml | 53 + _data/topnav.yml | 23 + _includes/base.html | 22 + _includes/disqus.html | 16 + _includes/feedback.html | 16 + _includes/footer.html | 9 + _includes/google_analytics.html | 6 + _includes/head.html | 40 + _includes/sidebar.html | 76 + _includes/toc.html | 23 + _includes/topnav.html | 64 + _layouts/default.html | 39 + _sass/_base.scss | 204 + _sass/_layout.scss | 236 + _sass/_syntax-highlighting.scss | 67 + common_images/logo.png | Bin 0 -> 90359 bytes css/bootstrap.min.css | 5 + css/customstyles.css | 974 ++++ css/font-awesome.min.css | 4 + css/fonts/FontAwesome.otf | Bin 0 -> 93888 bytes css/fonts/fontawesome-webfont.eot | Bin 0 -> 60767 bytes css/fonts/fontawesome-webfont.svg | 565 +++ css/fonts/fontawesome-webfont.ttf | Bin 0 -> 122092 bytes css/fonts/fontawesome-webfont.woff | Bin 0 -> 71508 bytes css/fonts/fontawesome-webfont.woff2 | Bin 0 -> 56780 bytes css/lavish-bootstrap.css | 5898 ++++++++++++++++++++++ css/modern-business.css | 93 + css/printstyles.css | 160 + css/syntax.css | 60 + css/theme-blue.css | 85 + css/theme-green.css | 81 + fonts/FontAwesome.otf | Bin 0 -> 85908 bytes fonts/fontawesome-webfont.eot | Bin 0 -> 56006 bytes fonts/fontawesome-webfont.svg | 520 ++ fonts/fontawesome-webfont.ttf | Bin 0 -> 112160 bytes fonts/fontawesome-webfont.woff | Bin 0 -> 65452 bytes fonts/glyphicons-halflings-regular.eot | Bin 0 -> 20127 bytes fonts/glyphicons-halflings-regular.svg | 288 ++ fonts/glyphicons-halflings-regular.ttf | Bin 0 -> 45404 bytes fonts/glyphicons-halflings-regular.woff | Bin 0 -> 23424 bytes fonts/glyphicons-halflings-regular.woff2 | Bin 0 -> 18028 bytes js/customscripts.js | 55 + js/jekyll-search.js | 1 + js/jquery.ba-throttle-debounce.min.js | 9 + js/jquery.localScroll.min.js | 7 + js/jquery.navgoco.min.js | 8 + js/jquery.scrollTo.min.js | 7 + js/jquery.shuffle.min.js | 1588 ++++++ js/toc.js | 82 + licenses/LICENSE-BSD-NAVGOCO.txt | 25 + licenses/LICENSE.txt | 21 + runserver.sh | 1 + 55 files changed, 11471 insertions(+) create mode 100755 Gemfile create mode 100755 _config.yml create mode 100755 _data/alerts.yml create mode 100755 _data/sidebar.yml create mode 100755 _data/topnav.yml create mode 100644 _includes/base.html create mode 100755 _includes/disqus.html create mode 100755 _includes/feedback.html create mode 100755 _includes/footer.html create mode 100755 _includes/google_analytics.html create mode 100755 _includes/head.html create mode 100755 _includes/sidebar.html create mode 100755 _includes/toc.html create mode 100755 _includes/topnav.html create mode 100755 _layouts/default.html create mode 100755 _sass/_base.scss create mode 100755 _sass/_layout.scss create mode 100755 _sass/_syntax-highlighting.scss create mode 100644 common_images/logo.png create mode 100755 css/bootstrap.min.css create mode 100755 css/customstyles.css create mode 100755 css/font-awesome.min.css create mode 100755 css/fonts/FontAwesome.otf create mode 100755 css/fonts/fontawesome-webfont.eot create mode 100755 css/fonts/fontawesome-webfont.svg create mode 100755 css/fonts/fontawesome-webfont.ttf create mode 100755 css/fonts/fontawesome-webfont.woff create mode 100755 css/fonts/fontawesome-webfont.woff2 create mode 100755 css/lavish-bootstrap.css create mode 100755 css/modern-business.css create mode 100755 css/printstyles.css create mode 100755 css/syntax.css create mode 100755 css/theme-blue.css create mode 100755 css/theme-green.css create mode 100755 fonts/FontAwesome.otf create mode 100755 fonts/fontawesome-webfont.eot create mode 100755 fonts/fontawesome-webfont.svg create mode 100755 fonts/fontawesome-webfont.ttf create mode 100755 fonts/fontawesome-webfont.woff create mode 100755 fonts/glyphicons-halflings-regular.eot create mode 100755 fonts/glyphicons-halflings-regular.svg create mode 100755 fonts/glyphicons-halflings-regular.ttf create mode 100755 fonts/glyphicons-halflings-regular.woff create mode 100755 fonts/glyphicons-halflings-regular.woff2 create mode 100755 js/customscripts.js create mode 100755 js/jekyll-search.js create mode 100755 js/jquery.ba-throttle-debounce.min.js create mode 100755 js/jquery.localScroll.min.js create mode 100755 js/jquery.navgoco.min.js create mode 100755 js/jquery.scrollTo.min.js create mode 100755 js/jquery.shuffle.min.js create mode 100755 js/toc.js create mode 100755 licenses/LICENSE-BSD-NAVGOCO.txt create mode 100755 licenses/LICENSE.txt create mode 100755 runserver.sh diff --git a/Gemfile b/Gemfile new file mode 100755 index 00000000..97355ea7 --- /dev/null +++ b/Gemfile @@ -0,0 +1,3 @@ +source 'https://rubygems.org' + +gem 'github-pages' diff --git a/_config.yml b/_config.yml new file mode 100755 index 00000000..6c2f4d35 --- /dev/null +++ b/_config.yml @@ -0,0 +1,22 @@ +# project definitions +topnav_title: LBJava +homepage_title: LBJava Documentation +site_title: LBJava +company_name: CogComp +footer_image_location: ../common_images/logo.png +# variables + +theme_file: theme-blue.css + +highlighter: rouge +markdown: kramdown +kramdown: + input: GFM + auto_ids: true + +defaults: + - + scope: + path: "" # an empty string here means all files in the project + values: + layout: "default" diff --git a/_data/alerts.yml b/_data/alerts.yml new file mode 100755 index 00000000..157e1622 --- /dev/null +++ b/_data/alerts.yml @@ -0,0 +1,15 @@ +tip: '