We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 26a8d15 + e70dc28 commit e23e19eCopy full SHA for e23e19e
lib/github-pages/configuration.rb
@@ -62,13 +62,6 @@ class Configuration
62
},
63
}.freeze
64
65
- # These configuration settings have corresponding instance variables on
66
- # Jekyll::Site and need to be set properly when the config is updated.
67
- CONFIGS_WITH_METHODS = %w(
68
- safe lsi highlighter baseurl exclude include future unpublished
69
- show_drafts limit_posts keep_files
70
- ).freeze
71
-
72
class << self
73
def processed?(site)
74
site.instance_variable_get(:@_github_pages_processed) == true
0 commit comments