module Jekyll::Utils::Platforms

def vanilla_windows?

Not a Windows Subsystem for Linux (WSL)
def vanilla_windows?
  rbconfig_host.match?(%r!mswin|mingw|cygwin!) && proc_version.empty?
end