class GitHubPages::Configuration
def debug_print_versions
Print the versions for github-pages and jekyll to the debug
def debug_print_versions Jekyll.logger.debug "GitHub Pages:", "github-pages v#{GitHubPages::VERSION}" Jekyll.logger.debug "GitHub Pages:", "jekyll v#{Jekyll::VERSION}" end