Skip to content

Commit baa4aee

Browse files
committed
add google analytics
1 parent b0eb25e commit baa4aee

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.jekyll-metadata

-35.1 KB
Binary file not shown.

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ google_site_verification: # fill in to your verification string
6262
# The end of `jekyll-seo-tag` settings
6363

6464
google_analytics:
65-
id: # fill in your Google Analytics ID
65+
id: G-TB956RVLVT
6666
# Google Analytics pageviews report settings
6767
pv:
6868
proxy_endpoint: # fill in the Google Analytics superProxy endpoint of Google App Engine

run.bat

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
@echo off
22
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+
)
310
@echo on
411

512
bundle exec jekyll serve --incremental
13+

0 commit comments

Comments
 (0)