From 1ac819b92de8dc09b72afa7aa85ab10ee362e025 Mon Sep 17 00:00:00 2001 From: AlphaRgb Date: Mon, 4 Jul 2016 18:05:54 +0800 Subject: [PATCH 1/9] change_url --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 5bc2a4f038..3884f2c819 100644 --- a/_config.yml +++ b/_config.yml @@ -8,7 +8,7 @@ highlighter: pygments # Themes are encouraged to use these universal variables # so be sure to set them if your theme uses them. # -title : Jekyll Bootstrap +title : wang tagline: Site Tagline author : name : Name Lastname @@ -25,7 +25,7 @@ author : # Else if you are pushing to username.github.io, replace with your username. # Finally if you are pushing to a GitHub project page, include the project name at the end. # -production_url : http://username.github.io +production_url : http://www.alphargb.com gems: ["jekyll-sitemap"] From 86648cd4567d6e5e752326b91c03e5a2e0664dd3 Mon Sep 17 00:00:00 2001 From: AlphaRgb Date: Mon, 4 Jul 2016 20:03:04 +0800 Subject: [PATCH 2/9] copy_theme --- 404.html | 7 +- LICENSE | 2 +- README.md | 98 +- _config.yml | 174 +--- _glynn.yml | 6 + _includes/JB/analytics | 20 - _includes/JB/analytics-providers/gauges | 13 - _includes/JB/analytics-providers/getclicky | 12 - _includes/JB/analytics-providers/google | 11 - .../JB/analytics-providers/google-universal | 9 - _includes/JB/analytics-providers/mixpanel | 11 - _includes/JB/analytics-providers/piwik | 10 - _includes/JB/categories_list | 37 - _includes/JB/comments | 18 - _includes/JB/comments-providers/disqus | 15 - _includes/JB/comments-providers/duoshuo | 14 - _includes/JB/comments-providers/facebook | 9 - _includes/JB/comments-providers/intensedebate | 6 - _includes/JB/comments-providers/livefyre | 6 - _includes/JB/feedburner | 3 - _includes/JB/file_exists | 26 - _includes/JB/gist | 19 - _includes/JB/is_production | 39 - _includes/JB/liquid_raw | 32 - _includes/JB/pages_list | 39 - _includes/JB/posts_collate | 55 -- _includes/JB/setup | 27 - _includes/JB/sharing | 9 - _includes/JB/sort_collection | 81 -- _includes/JB/tags_list | 33 - _includes/pagination.html | 64 ++ _includes/themes/bootstrap-3/default.html | 98 -- _includes/themes/bootstrap-3/page.html | 9 - _includes/themes/bootstrap-3/post.html | 47 - _includes/themes/bootstrap-3/settings.yml | 2 - _includes/themes/twitter/default.html | 66 -- _includes/themes/twitter/page.html | 9 - _includes/themes/twitter/post.html | 49 - _includes/themes/twitter/settings.yml | 2 - _layouts/article.html | 62 ++ _layouts/default.html | 166 +++- _layouts/htmlCompressor.html | 1 + _layouts/page.html | 7 - _layouts/post.html | 7 - _plugins/debug.rb | 38 - _plugins/htmlCompressor.rb | 10 + _plugins/rssgenerator.rb | 117 +++ _plugins/sitemap_generator.rb | 274 ++++++ assets/css/dev/icomoon.scss | 75 ++ assets/css/dev/mixins.scss | 37 + assets/css/dev/prism.scss | 209 +++++ assets/css/dev/reset.scss | 289 ++++++ assets/css/dev/style.scss | 820 +++++++++++++++++ assets/css/dev/variables.scss | 92 ++ assets/css/prod/style.min.css | 1 + assets/font/icomoon.eot | Bin 0 -> 3864 bytes assets/font/icomoon.svg | 24 + assets/font/icomoon.ttf | Bin 0 -> 3700 bytes assets/font/icomoon.woff | Bin 0 -> 3776 bytes assets/img/favicon.ico | Bin 0 -> 5430 bytes assets/js/dev/fastclick.js | 841 ++++++++++++++++++ assets/js/dev/init.js | 6 + assets/js/dev/prism.js | 31 + assets/js/prod/fastclick.min.js | 8 + assets/js/prod/init.min.js | 1 + assets/js/prod/prism.min.js | 2 + .../bootstrap/css/bootstrap-theme.min.css | 7 - assets/themes/bootstrap/css/bootstrap.min.css | 7 - .../themes/bootstrap/css/bs-sticky-footer.css | 29 - .../fonts/glyphicons-halflings-regular.eot | Bin 20290 -> 0 bytes .../fonts/glyphicons-halflings-regular.svg | 229 ----- .../fonts/glyphicons-halflings-regular.ttf | Bin 41236 -> 0 bytes .../fonts/glyphicons-halflings-regular.woff | Bin 23292 -> 0 bytes assets/themes/bootstrap/js/bootstrap.min.js | 7 - assets/themes/css/style.css | 79 -- .../bootstrap/css/bootstrap.2.2.2.min.css | 782 ---------------- .../img/glyphicons-halflings-white.png | Bin 8777 -> 0 bytes .../bootstrap/img/glyphicons-halflings.png | Bin 12799 -> 0 bytes assets/themes/twitter/css/style.css | 65 -- index.html | 73 ++ 80 files changed, 3270 insertions(+), 2313 deletions(-) mode change 100644 => 100755 404.html mode change 100644 => 100755 LICENSE mode change 100644 => 100755 README.md mode change 100644 => 100755 _config.yml create mode 100755 _glynn.yml delete mode 100644 _includes/JB/analytics delete mode 100644 _includes/JB/analytics-providers/gauges delete mode 100644 _includes/JB/analytics-providers/getclicky delete mode 100644 _includes/JB/analytics-providers/google delete mode 100644 _includes/JB/analytics-providers/google-universal delete mode 100644 _includes/JB/analytics-providers/mixpanel delete mode 100755 _includes/JB/analytics-providers/piwik delete mode 100644 _includes/JB/categories_list delete mode 100644 _includes/JB/comments delete mode 100644 _includes/JB/comments-providers/disqus delete mode 100644 _includes/JB/comments-providers/duoshuo delete mode 100644 _includes/JB/comments-providers/facebook delete mode 100644 _includes/JB/comments-providers/intensedebate delete mode 100644 _includes/JB/comments-providers/livefyre delete mode 100644 _includes/JB/feedburner delete mode 100644 _includes/JB/file_exists delete mode 100644 _includes/JB/gist delete mode 100644 _includes/JB/is_production delete mode 100644 _includes/JB/liquid_raw delete mode 100644 _includes/JB/pages_list delete mode 100644 _includes/JB/posts_collate delete mode 100644 _includes/JB/setup delete mode 100644 _includes/JB/sharing delete mode 100644 _includes/JB/sort_collection delete mode 100644 _includes/JB/tags_list create mode 100755 _includes/pagination.html delete mode 100644 _includes/themes/bootstrap-3/default.html delete mode 100644 _includes/themes/bootstrap-3/page.html delete mode 100644 _includes/themes/bootstrap-3/post.html delete mode 100644 _includes/themes/bootstrap-3/settings.yml delete mode 100644 _includes/themes/twitter/default.html delete mode 100644 _includes/themes/twitter/page.html delete mode 100644 _includes/themes/twitter/post.html delete mode 100644 _includes/themes/twitter/settings.yml create mode 100755 _layouts/article.html mode change 100644 => 100755 _layouts/default.html create mode 100755 _layouts/htmlCompressor.html delete mode 100644 _layouts/page.html delete mode 100644 _layouts/post.html delete mode 100644 _plugins/debug.rb create mode 100755 _plugins/htmlCompressor.rb create mode 100755 _plugins/rssgenerator.rb create mode 100755 _plugins/sitemap_generator.rb create mode 100755 assets/css/dev/icomoon.scss create mode 100755 assets/css/dev/mixins.scss create mode 100755 assets/css/dev/prism.scss create mode 100755 assets/css/dev/reset.scss create mode 100755 assets/css/dev/style.scss create mode 100755 assets/css/dev/variables.scss create mode 100755 assets/css/prod/style.min.css create mode 100755 assets/font/icomoon.eot create mode 100755 assets/font/icomoon.svg create mode 100755 assets/font/icomoon.ttf create mode 100755 assets/font/icomoon.woff create mode 100755 assets/img/favicon.ico create mode 100755 assets/js/dev/fastclick.js create mode 100755 assets/js/dev/init.js create mode 100755 assets/js/dev/prism.js create mode 100755 assets/js/prod/fastclick.min.js create mode 100755 assets/js/prod/init.min.js create mode 100755 assets/js/prod/prism.min.js delete mode 100644 assets/themes/bootstrap/css/bootstrap-theme.min.css delete mode 100644 assets/themes/bootstrap/css/bootstrap.min.css delete mode 100644 assets/themes/bootstrap/css/bs-sticky-footer.css delete mode 100644 assets/themes/bootstrap/fonts/glyphicons-halflings-regular.eot delete mode 100644 assets/themes/bootstrap/fonts/glyphicons-halflings-regular.svg delete mode 100644 assets/themes/bootstrap/fonts/glyphicons-halflings-regular.ttf delete mode 100644 assets/themes/bootstrap/fonts/glyphicons-halflings-regular.woff delete mode 100644 assets/themes/bootstrap/js/bootstrap.min.js delete mode 100644 assets/themes/css/style.css delete mode 100644 assets/themes/twitter/bootstrap/css/bootstrap.2.2.2.min.css delete mode 100644 assets/themes/twitter/bootstrap/img/glyphicons-halflings-white.png delete mode 100644 assets/themes/twitter/bootstrap/img/glyphicons-halflings.png delete mode 100644 assets/themes/twitter/css/style.css create mode 100755 index.html diff --git a/404.html b/404.html old mode 100644 new mode 100755 index 6904bcdd60..aa98ec3ae7 --- a/404.html +++ b/404.html @@ -1 +1,6 @@ -Sorry this page does not exist =( +--- +layout: default +--- + + +
404
\ No newline at end of file diff --git a/LICENSE b/LICENSE old mode 100644 new mode 100755 index 01a0839bca..c63202a1f6 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015 Jade Dominguez +Copyright (c) 2016 Özgür Özer Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md old mode 100644 new mode 100755 index 62fcfcaddc..9d068b62fb --- a/README.md +++ b/README.md @@ -1,78 +1,20 @@ -# Jekyll-Bootstrap - -The quickest way to start and publish your Jekyll powered blog. 100% compatible with GitHub pages - -## Usage - -For all usage and documentation please see: - -## Version - -0.3.0 - stable and versioned using [semantic versioning](http://semver.org/). - -**NOTE:** 0.3.0 introduces a new theme which is not backwards compatible in the sense it won't _look_ like the old version. -However, the actual API has not changed at all. -You might want to run 0.3.0 in a branch to make sure you are ok with the theme design changes. - -## Milestones - -[0.4.0](https://github.com/plusjade/jekyll-bootstrap/milestones/v%200.4.0) - next release [ETA 03/29/2015] - -### GOALS - -* No open PRs against master branch. -* Squash some bugs. -* Add some new features (low-hanging fruit). -* Establish social media presence. - - -### Bugs - -|Bug |Description -|------|--------------- -|[#86](https://github.com/plusjade/jekyll-bootstrap/issues/86) |☑ Facebook Comments -|[#113](https://github.com/plusjade/jekyll-bootstrap/issues/113)|☑ ASSET_PATH w/ page & post -|[#144](https://github.com/plusjade/jekyll-bootstrap/issues/144)|☐ BASE_PATH w/ FQDN -|[#227](https://github.com/plusjade/jekyll-bootstrap/issues/227)|☑ Redundant JB/setup - -### Features - -|Bug |Description -|------|--------------- -|[#98](https://github.com/plusjade/jekyll-bootstrap/issues/98) |☑ GIST Integration -|[#244](https://github.com/plusjade/jekyll-bootstrap/issues/244)|☑ JB/file_exists Helper -|[#42](https://github.com/plusjade/jekyll-bootstrap/issues/42) |☑ Sort collections of Pages / Posts -|[#84](https://github.com/plusjade/jekyll-bootstrap/issues/84) |☐ Detecting production mode - -### TODOS - -Review existing pull requests against plusjake/jekyll-bootstrap:master. Merge or close each. - -* Create twitter account. Add link / icon on jekyllbootstrap.com. -* Create blog posts under plusjade/gh-pages, expose on jekyllbootstrap.com, feed to twitter account. -* Announce state of project, announce roadmap(s), announce new versions as they’re released. - -## Contributing - - -To contribute to the framework please make sure to checkout your branch based on `jb-development`!! -This is very important as it allows me to accept your pull request without having to publish a public version release. - -Small, atomic Features, bugs, etc. -Use the `jb-development` branch but note it will likely change fast as pull requests are accepted. -Please rebase as often as possible when working. -Work on small, atomic features/bugs to avoid upstream commits affecting/breaking your development work. - -For Big Features or major API extensions/edits: -This is the one case where I'll accept pull-requests based off the master branch. -This allows you to work in isolation but it means I'll have to manually merge your work into the next public release. -Translation : it might take a bit longer so please be patient! (but sincerely thank you). - -**Jekyll-Bootstrap Documentation Website.** - -The documentation website at is maintained at https://github.com/plusjade/jekyllbootstrap.com - - -## License - -[MIT](http://opensource.org/licenses/MIT) +# Dasper +Dasper is a [Jekyll](http://jekyllrb.com/) theme inspired by [Ghost](https://ghost.org/)'s default theme [Casper](https://demo.ghost.io/) and also [Jasper](https://biomadeira.github.io/jasper/) & [Kasper](http://rosario.io/) + +## Live demo +[ozgrozer.com](http://ozgrozer.com) + +## Includes +- Pagination +- 404 page +- Fastclick([@ftlabs](https://github.com/ftlabs/fastclick)) +- Syntax highlighting([@PrismJS](https://github.com/PrismJS/prism)) +- Sitemap generator([@kinnetica](https://github.com/kinnetica/jekyll-plugins)) +- RSS generator([@agelber](https://github.com/agelber/jekyll-rss)) +- HTML compressor(a simple [plugin](https://github.com/ozgrozer/dasper/blob/master/_plugins/htmlCompressor.rb) written by me) +- Addthis sharing buttons +- Disquss comments +- Google analytics tracking + +## Copyright & License +Copyright (c) 2016 - Released under the MIT License. \ No newline at end of file diff --git a/_config.yml b/_config.yml old mode 100644 new mode 100755 index 3884f2c819..f45df6590a --- a/_config.yml +++ b/_config.yml @@ -1,136 +1,38 @@ -# This is the default format. -# For more see: http://jekyllrb.com/docs/permalinks/ -permalink: /:categories/:year/:month/:day/:title - -exclude: [".rvmrc", ".rbenv-version", "README.md", "Rakefile", "changelog.md"] -highlighter: pygments - -# Themes are encouraged to use these universal variables -# so be sure to set them if your theme uses them. -# -title : wang -tagline: Site Tagline -author : - name : Name Lastname - email : blah@email.test - github : username - twitter : username - feedburner : feedname - -# The production_url is only used when full-domain names are needed -# such as sitemap.txt -# Most places will/should use BASE_PATH to make the urls -# -# If you have set a CNAME (pages.github.com) set your custom domain here. -# Else if you are pushing to username.github.io, replace with your username. -# Finally if you are pushing to a GitHub project page, include the project name at the end. -# -production_url : http://www.alphargb.com - -gems: ["jekyll-sitemap"] - -# All Jekyll-Bootstrap specific configurations are namespaced into this hash -# -JB : - version : 0.3.0 - - # All links will be namespaced by BASE_PATH if defined. - # Links in your website should always be prefixed with {{BASE_PATH}} - # however this value will be dynamically changed depending on your deployment situation. - # - # CNAME (http://yourcustomdomain.com) - # DO NOT SET BASE_PATH - # (urls will be prefixed with "/" and work relatively) - # - # GitHub Pages (http://username.github.io) - # DO NOT SET BASE_PATH - # (urls will be prefixed with "/" and work relatively) - # - # GitHub Project Pages (http://username.github.io/project-name) - # - # A GitHub Project site exists in the `gh-pages` branch of one of your repositories. - # REQUIRED! Set BASE_PATH to: http://username.github.io/project-name - # - # CAUTION: - # - When in Localhost, your site will run from root "/" regardless of BASE_PATH - # - Only the following values are falsy: ["", null, false] - # - When setting BASE_PATH it must be a valid url. - # This means always setting the protocol (http|https) or prefixing with "/" - BASE_PATH : false - - # By default, the asset_path is automatically defined relative to BASE_PATH plus the enabled theme. - # ex: [BASE_PATH]/assets/themes/[THEME-NAME] - # - # Override this by defining an absolute path to assets here. - # ex: - # http://s3.amazonaws.com/yoursite/themes/watermelon - # /assets - # - ASSET_PATH : false - - # These paths are to the main pages Jekyll-Bootstrap ships with. - # Some JB helpers refer to these paths; change them here if needed. - # - archive_path: /archive.html - categories_path : /categories.html - tags_path : /tags.html - atom_path : /atom.xml - rss_path : /rss.xml - - # Settings for comments helper - # Set 'provider' to the comment provider you want to use. - # Set 'provider' to false to turn commenting off globally. - # - comments : - provider : disqus - disqus : - short_name : jekyllbootstrap - livefyre : - site_id : 123 - intensedebate : - account : 123abc - facebook : - appid : 123 - num_posts: 5 - width: 580 - colorscheme: light - duoshuo : - short_name : jekyllbootstrap - - # Settings for analytics helper - # Set 'provider' to the analytics provider you want to use. - # Set 'provider' to false to turn analytics off globally. - # - analytics : - provider : google - gauges : - site_id : 'SITE ID' - google : - tracking_id : 'UA-123-12' - getclicky : - site_id : - mixpanel : - token : '_MIXPANEL_TOKEN_' - piwik : - baseURL : 'myserver.tld/piwik' # Piwik installation address (without protocol) - idsite : '1' # the id of the site on Piwik - - # Settings for sharing helper. - # Sharing is for things like tweet, plusone, like, reddit buttons etc. - # Set 'provider' to the sharing provider you want to use. - # Set 'provider' to false to turn sharing off globally. - # - sharing : - provider : false - - # Settings for all other include helpers can be defined by creating - # a hash with key named for the given helper. ex: - # - # pages_list : - # provider : "custom" - # - # Setting any helper's provider to 'custom' will bypass the helper code - # and include your custom code. Your custom file must be defined at: - # ./_includes/custom/[HELPER] - # where [HELPER] is the name of the helper you are overriding. - +# Website details +name: "" +description: "" +email: "" +author: "" +lang: "" +locale: "" + +# Jekyll +paginate: 10 +highlighter: "" +markdown: kramdown +gems: [jekyll-paginate] +timezone: Europe/Istanbul +paginateLabel: page +paginate_path: "page/:num" +permalink: /:categories/:year/:month/:day/:title +baseurl: http://domain.com + +# Includes +addthisId: "" +disqusUsername: "" +googleAnalyticsId: "" + +# Search engine verifications +bing: "" +yandex: "" +google: "" + +#Sitemap +sitemap: + file: "/sitemap.xml" + exclude: + - "/404.html" + include_posts: + - "/index.html" + change_frequency_name: "daily" + priority_name: "1.00" \ No newline at end of file diff --git a/_glynn.yml b/_glynn.yml new file mode 100755 index 0000000000..6f7596d297 --- /dev/null +++ b/_glynn.yml @@ -0,0 +1,6 @@ +ftp_host: "domain.com" +ftp_dir: "/public_html" +ftp_passive: false +ftp_port: 21 +ftp_username: "username" +ftp_password: "password" \ No newline at end of file diff --git a/_includes/JB/analytics b/_includes/JB/analytics deleted file mode 100644 index 2bb4c80281..0000000000 --- a/_includes/JB/analytics +++ /dev/null @@ -1,20 +0,0 @@ -{% include JB/is_production %} - -{% if is_production and site.JB.analytics.provider and page.JB.analytics != false %} - -{% case site.JB.analytics.provider %} -{% when "gauges" %} - {% include JB/analytics-providers/gauges %} -{% when "google" %} - {% include JB/analytics-providers/google %} -{% when "getclicky" %} - {% include JB/analytics-providers/getclicky %} -{% when "mixpanel" %} - {% include JB/analytics-providers/mixpanel %} -{% when "piwik" %} - {% include JB/analytics-providers/piwik %} -{% when "custom" %} - {% include custom/analytics %} -{% endcase %} - -{% endif %} diff --git a/_includes/JB/analytics-providers/gauges b/_includes/JB/analytics-providers/gauges deleted file mode 100644 index b793ff1005..0000000000 --- a/_includes/JB/analytics-providers/gauges +++ /dev/null @@ -1,13 +0,0 @@ - diff --git a/_includes/JB/analytics-providers/getclicky b/_includes/JB/analytics-providers/getclicky deleted file mode 100644 index e9462f4f67..0000000000 --- a/_includes/JB/analytics-providers/getclicky +++ /dev/null @@ -1,12 +0,0 @@ - - diff --git a/_includes/JB/analytics-providers/google b/_includes/JB/analytics-providers/google deleted file mode 100644 index 9014866a40..0000000000 --- a/_includes/JB/analytics-providers/google +++ /dev/null @@ -1,11 +0,0 @@ - \ No newline at end of file diff --git a/_includes/JB/analytics-providers/google-universal b/_includes/JB/analytics-providers/google-universal deleted file mode 100644 index 834f2eec65..0000000000 --- a/_includes/JB/analytics-providers/google-universal +++ /dev/null @@ -1,9 +0,0 @@ - \ No newline at end of file diff --git a/_includes/JB/analytics-providers/mixpanel b/_includes/JB/analytics-providers/mixpanel deleted file mode 100644 index 4406eb048d..0000000000 --- a/_includes/JB/analytics-providers/mixpanel +++ /dev/null @@ -1,11 +0,0 @@ - \ No newline at end of file diff --git a/_includes/JB/analytics-providers/piwik b/_includes/JB/analytics-providers/piwik deleted file mode 100755 index 077a373a4b..0000000000 --- a/_includes/JB/analytics-providers/piwik +++ /dev/null @@ -1,10 +0,0 @@ - \ No newline at end of file diff --git a/_includes/JB/categories_list b/_includes/JB/categories_list deleted file mode 100644 index 83be2e2900..0000000000 --- a/_includes/JB/categories_list +++ /dev/null @@ -1,37 +0,0 @@ -{% comment %}{% endcomment %} - -{% if site.JB.categories_list.provider == "custom" %} - {% include custom/categories_list %} -{% else %} - {% if categories_list.first[0] == null %} - {% for category in categories_list %} -
  • - {{ category | join: "/" }} {{ site.categories[category].size }} -
  • - {% endfor %} - {% else %} - {% for category in categories_list %} -
  • - {{ category[0] | join: "/" }} {{ category[1].size }} -
  • - {% endfor %} - {% endif %} -{% endif %} -{% assign categories_list = nil %} \ No newline at end of file diff --git a/_includes/JB/comments b/_includes/JB/comments deleted file mode 100644 index eec2e1e757..0000000000 --- a/_includes/JB/comments +++ /dev/null @@ -1,18 +0,0 @@ -{% if site.JB.comments.provider and page.comments != false %} - -{% case site.JB.comments.provider %} -{% when "disqus" %} - {% include JB/comments-providers/disqus %} -{% when "livefyre" %} - {% include JB/comments-providers/livefyre %} -{% when "intensedebate" %} - {% include JB/comments-providers/intensedebate %} -{% when "facebook" %} - {% include JB/comments-providers/facebook %} -{% when "duoshuo" %} - {% include JB/comments-providers/duoshuo %} -{% when "custom" %} - {% include custom/comments %} -{% endcase %} - -{% endif %} \ No newline at end of file diff --git a/_includes/JB/comments-providers/disqus b/_includes/JB/comments-providers/disqus deleted file mode 100644 index 6343100301..0000000000 --- a/_includes/JB/comments-providers/disqus +++ /dev/null @@ -1,15 +0,0 @@ -
    - - -blog comments powered by Disqus diff --git a/_includes/JB/comments-providers/duoshuo b/_includes/JB/comments-providers/duoshuo deleted file mode 100644 index 90865a07ca..0000000000 --- a/_includes/JB/comments-providers/duoshuo +++ /dev/null @@ -1,14 +0,0 @@ - -
    - - diff --git a/_includes/JB/comments-providers/facebook b/_includes/JB/comments-providers/facebook deleted file mode 100644 index e1d3debe84..0000000000 --- a/_includes/JB/comments-providers/facebook +++ /dev/null @@ -1,9 +0,0 @@ -
    - -
    \ No newline at end of file diff --git a/_includes/JB/comments-providers/intensedebate b/_includes/JB/comments-providers/intensedebate deleted file mode 100644 index 233ce34104..0000000000 --- a/_includes/JB/comments-providers/intensedebate +++ /dev/null @@ -1,6 +0,0 @@ - - diff --git a/_includes/JB/comments-providers/livefyre b/_includes/JB/comments-providers/livefyre deleted file mode 100644 index 704b80392b..0000000000 --- a/_includes/JB/comments-providers/livefyre +++ /dev/null @@ -1,6 +0,0 @@ - - \ No newline at end of file diff --git a/_includes/JB/feedburner b/_includes/JB/feedburner deleted file mode 100644 index 6dba603524..0000000000 --- a/_includes/JB/feedburner +++ /dev/null @@ -1,3 +0,0 @@ -{% if site.author.feedburner != null %} - -{% endif %} diff --git a/_includes/JB/file_exists b/_includes/JB/file_exists deleted file mode 100644 index f40080f1e7..0000000000 --- a/_includes/JB/file_exists +++ /dev/null @@ -1,26 +0,0 @@ -{% comment %}{% endcomment %} - -{% assign file_exists_result = false %} - -{% if include.file %} - {% for static_file in site.static_files %} - {% if static_file.path == include.file %} - {% assign file_exists_result = true %} - {% break %} - {% endif %} - {% endfor %} -{% endif %} diff --git a/_includes/JB/gist b/_includes/JB/gist deleted file mode 100644 index 38a5b1ca0f..0000000000 --- a/_includes/JB/gist +++ /dev/null @@ -1,19 +0,0 @@ -{% comment %}{% endcomment %} - -
    - - -
    diff --git a/_includes/JB/is_production b/_includes/JB/is_production deleted file mode 100644 index 3548f8c3d0..0000000000 --- a/_includes/JB/is_production +++ /dev/null @@ -1,39 +0,0 @@ -{% capture jbcache %}{% comment %} - - Determine whether or not the site is being built in a production environment. - - Parameters: - None. - - Returns: - is_production: [true|false] - jb_prod_env: [development|github|other] - - Examples: - - {% include JB/is_production %} - - {% if is_production != true %} -

    This is Private

    -

    I love to watch television in my undies. Don't tell anyone!

    - {% endif %} - -

    This is Public

    -

    I have no unusual quirks.

    - -{% endcomment %} - -{% assign is_production = false %} -{% assign jb_prod_env = "development" %} - -{% if jekyll.environment != "development" %} - {% assign is_production = true %} - {% assign jb_prod_env = jekyll.environment %} -{% endif %} - -{% if site.github %} - {% assign is_production = true %} - {% assign jb_prod_env = "github" %} -{% endif %} - -{% endcapture %}{% assign jbcache = nil %} \ No newline at end of file diff --git a/_includes/JB/liquid_raw b/_includes/JB/liquid_raw deleted file mode 100644 index da2d3590fe..0000000000 --- a/_includes/JB/liquid_raw +++ /dev/null @@ -1,32 +0,0 @@ -{% comment%}{% endcomment%} - -{% if site.JB.liquid_raw.provider == "custom" %} - {% include custom/liquid_raw %} -{% else %} -
    {{text | replace:"|.", "{" | replace:".|", "}" | replace:">", ">" | replace:"<", "<" }}
    -{% endif %} -{% assign text = nil %} \ No newline at end of file diff --git a/_includes/JB/pages_list b/_includes/JB/pages_list deleted file mode 100644 index 42f827a8c7..0000000000 --- a/_includes/JB/pages_list +++ /dev/null @@ -1,39 +0,0 @@ -{% comment %}{% endcomment %} - -{% if site.JB.pages_list.provider == "custom" %} - {% include custom/pages_list %} -{% else %} - {% for node in pages_list %} - {% if node.title != null %} - {% if group == null or group == node.group %} - {% if page.url == node.url %} -
  • {{node.title}}
  • - {% else %} -
  • {{node.title}}
  • - {% endif %} - {% endif %} - {% endif %} - {% endfor %} -{% endif %} -{% assign pages_list = nil %} -{% assign group = nil %} \ No newline at end of file diff --git a/_includes/JB/posts_collate b/_includes/JB/posts_collate deleted file mode 100644 index f612ade871..0000000000 --- a/_includes/JB/posts_collate +++ /dev/null @@ -1,55 +0,0 @@ -{% comment %}{% endcomment %} - -{% if site.JB.posts_collate.provider == "custom" %} - {% include custom/posts_collate %} -{% else %} - {% for post in posts_collate %} - {% capture this_year %}{{ post.date | date: "%Y" }}{% endcapture %} - {% capture this_month %}{{ post.date | date: "%B" }}{% endcapture %} - {% capture next_year %}{{ post.previous.date | date: "%Y" }}{% endcapture %} - {% capture next_month %}{{ post.previous.date | date: "%B" }}{% endcapture %} - - {% if forloop.first %} -

    {{this_year}}

    -

    {{this_month}}

    -
      - {% endif %} - -
    • {{ post.date | date: "%B %e, %Y" }} » {{ post.title }}
    • - - {% if forloop.last %} -
    - {% else %} - {% if this_year != next_year %} - -

    {{next_year}}

    -

    {{next_month}}

    -
      - {% else %} - {% if this_month != next_month %} -
    -

    {{next_month}}

    -