Skip to content

Commit 093b436

Browse files
committed
github page 统计blog 增加图示共轭嗯
1 parent 9e811b7 commit 093b436

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

_posts/2020-09-16-MonitoringGithubPageTraffic.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,25 @@ I want to know the traffic about my github page.
1414
# Solution:
1515
It's pretty straight forward since I used jekyll framework.
1616
So all you need to do is to add your google analitics trackid into
17-
_config.yml
17+
**_config.yml**
1818
```yaml
1919
# analytics
2020
## google analytics
2121
ga: # if you wanna this feature, go to https://www.google.com/analytics/ to get your configuration; if not, comment following line.
2222
id: your_tracking_id
2323
```
2424
25-
# Note:
25+
<img src="{{ site.img_path }}/blog/google-analytics/trackingid.gif" width="75%">
26+
27+
<br />
28+
<br />
29+
<br />
30+
<br />
31+
<br />
32+
<br />
33+
34+
### If you want to create a filter to exclude traffic from yourself, just create a filter in google analytics:
35+
36+
<img src="{{ site.img_path }}/blog/google-analytics/filter.gif" width="75%">
37+
38+
155 KB
Loading
750 KB
Loading

0 commit comments

Comments
 (0)