diff --git a/.gitignore b/.gitignore
index 39a9279d0e..356db705d8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -39,9 +39,8 @@ Thumbs.db
.komodotools
*.komodoproject
-# Jekyll metadata and extra config file for `github` script
+# Jekyll metadata
docs/.jekyll-metadata
-twbsconfig.yml
# Folders to ignore
node_modules
diff --git a/package.json b/package.json
index d23e86b523..fbb238adcd 100644
--- a/package.json
+++ b/package.json
@@ -62,15 +62,15 @@
"docs": "npm-run-all --parallel css-docs js-docs --sequential docs-compile docs-lint",
"docs-compile": "bundle exec jekyll build",
"postdocs-compile": "npm run docs-workbox-precache",
- "docs-github": "shx echo \"github: true\" > twbsconfig.yml && npm run docs-compile -- --config _config.yml,twbsconfig.yml && shx rm ./twbsconfig.yml",
- "docs-github-serve": "npm run docs-serve -- --skip-initial-build --no-watch",
+ "docs-production": "cross-env JEKYLL_ENV=production npm run docs-compile",
"docs-lint": "npm-run-all docs-lint-*",
"docs-lint-htmllint": "htmllint --rc build/.htmllintrc \"_gh_pages/**/*.html\" \"js/tests/**/*.html\"",
"docs-lint-vnu-jar": "node build/vnu-jar.js",
"docs-serve": "bundle exec jekyll serve",
+ "docs-serve-only": "npm run docs-serve -- --skip-initial-build --no-watch",
"docs-workbox-precache": "node build/workbox.js",
"update-deps": "ncu -a -x jquery -x bundlesize && npm update && bundle update && shx echo Manually update \"site/docs/4.1/assets/js/vendor/\"",
- "release": "npm run dist && npm run release-sri && npm run release-zip && npm run docs-github",
+ "release": "npm run dist && npm run release-sri && npm run release-zip && npm run docs-production",
"release-sri": "node build/generate-sri.js",
"release-version": "node build/change-version.js",
"release-zip": "cross-env-shell \"shx rm -rf bootstrap-$npm_package_version-dist && shx cp -r dist/ bootstrap-$npm_package_version-dist && zip -r9 bootstrap-$npm_package_version-dist.zip bootstrap-$npm_package_version-dist && shx rm -rf bootstrap-$npm_package_version-dist\"",
diff --git a/site/_includes/header.html b/site/_includes/header.html
index b92a5790a0..11265478d2 100644
--- a/site/_includes/header.html
+++ b/site/_includes/header.html
@@ -13,7 +13,7 @@
-{% if site.github %}
+{% if jekyll.environment == "production" %}
{% else %}
diff --git a/site/_includes/scripts.html b/site/_includes/scripts.html
index 2bd5ec8bcc..74d6f9ef2e 100644
--- a/site/_includes/scripts.html
+++ b/site/_includes/scripts.html
@@ -1,7 +1,7 @@
-{%- if site.github -%}
+{%- if jekyll.environment == "production" -%}
{%- else -%}
@@ -11,7 +11,7 @@
{%- endif -%}
-{%- if site.github -%}
+{%- if jekyll.environment == "production" -%}
{%- else -%}