We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0eb25e commit baa4aeeCopy full SHA for baa4aee
.jekyll-metadata
-35.1 KB
_config.yml
@@ -62,7 +62,7 @@ google_site_verification: # fill in to your verification string
62
# The end of `jekyll-seo-tag` settings
63
64
google_analytics:
65
- id: # fill in your Google Analytics ID
+ id: G-TB956RVLVT
66
# Google Analytics pageviews report settings
67
pv:
68
proxy_endpoint: # fill in the Google Analytics superProxy endpoint of Google App Engine
run.bat
@@ -1,5 +1,13 @@
1
@echo off
2
del /s /q _site >nul
3
+
4
+if "%1" == "prod" (
5
+ set JEKYLL_ENV=production
6
+ echo running prod
7
+) else (
8
+ set JEKYLL_ENV=
9
+)
10
@echo on
11
12
bundle exec jekyll serve --incremental
13
0 commit comments