File tree 3 files changed +18
-6
lines changed
3 files changed +18
-6
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ Feel free to add your own page(s) by sending a PR.
50
50
<a href =" https://liamcli.com/ " target =" _blank " >★</a >
51
51
<a href =" https://yoonholee.com/ " target =" _blank " >★</a >
52
52
<a href =" https://zrqiao.github.io/ " target =" _blank " >★</a >
53
+ <a href =" https://abstractgeek.github.io/ " target =" _blank " >★</a >
53
54
</td >
54
55
</tr >
55
56
<tr >
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ contact_note: >
58
58
You can even add a little note about which of these is the best way to reach you.
59
59
60
60
google_analytics : UA-XXXXXXXXX # out your google-analytics code
61
+ panelbear_analytics : XXXXXXXXX # panelbear analytics site ID
61
62
62
63
# -----------------------------------------------------------------------------
63
64
# Blog
@@ -152,12 +153,13 @@ scholar:
152
153
# Optional Features
153
154
# -----------------------------------------------------------------------------
154
155
155
- enable_google_analytics : false
156
- enable_mansory : true
157
- enable_math : true
158
- enable_tooltips : false
159
- enable_darkmode : true
160
- show_social_icons : false
156
+ enable_google_analytics : false
157
+ enable_panelbear_analytics : false
158
+ enable_mansory : true
159
+ enable_math : true
160
+ enable_tooltips : false
161
+ enable_darkmode : true
162
+ show_social_icons : false
161
163
162
164
# -----------------------------------------------------------------------------
163
165
# Library versions
Original file line number Diff line number Diff line change 49
49
gtag ( 'config' , '{{ site.google_analytics }}' ) ;
50
50
</ script >
51
51
{% endif %}
52
+
53
+ {% if site.enable_panelbear_analytics %}
54
+ <!-- Panelbear Analytics - We respect your privacy -->
55
+ < script async src ="https://cdn.panelbear.com/analytics.js?site={{site.panelbear_analytics}} "> </ script >
56
+ < script >
57
+ window . panelbear = window . panelbear || function ( ) { ( window . panelbear . q = window . panelbear . q || [ ] ) . push ( arguments ) ; } ;
58
+ panelbear ( 'config' , { site : '{{site.panelbear_analytics}}' } ) ;
59
+ </ script >
60
+ {% endif %}
You can’t perform that action at this time.
0 commit comments