Skip to content

Deprecate existing extensions #1026

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 13, 2016
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Tweak config/gemfile
- the safe: false declaration isn’t needed now that we have
jekyll-redirect-from on the whitelist.

- Jekyll auto regeneration was causing the gem versions to be printed
constantly, so we now disable that printing in the Gemfile.
  • Loading branch information
ethanresnick committed Apr 13, 2016
commit 878492612b0cb0ed4a34f5f694976408cc7759a5
11 changes: 2 additions & 9 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,9 @@ require 'json'
require 'open-uri'
versions =
begin
versions = JSON.parse(open('https://pages.github.com/versions.json').read)
unless $skip_print_versions == true
require 'pp'
STDERR.puts 'Gem versions are:'
pp versions
$skip_print_versions = true
end
versions
JSON.parse(open('https://pages.github.com/versions.json').read)
rescue SocketError
{ 'github-pages' => 52 }
{ 'github-pages' => 67 }
end

gem 'github-pages', versions['github-pages']
Expand Down
5 changes: 0 additions & 5 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ incremental: false
highlighter: rouge
gist:
noscript: false
# `safe `must be set false for jekyll-redirect-from
# to run in development. (Github Pages will override
# `safe` to be true on deploy, but it makes an
# exception for jekyll-redirect from.)
safe: false
# customize github pages
quiet: false
kramdown:
Expand Down
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy