Skip to content

Commit 81b4705

Browse files
committed
update jekyll website
1 parent 028b58c commit 81b4705

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

_config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
theme: jekyll-theme-cayman
1+
theme: jekyll-theme-cayman
2+
show_downloads: false
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<!-- Google tag (gtag.js) -->
2+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-WQD8VVSCNZ"></script>
3+
<script>
4+
window.dataLayer = window.dataLayer || [];
5+
function gtag(){dataLayer.push(arguments);}
6+
gtag('js', new Date());
7+
8+
gtag('config', 'G-WQD8VVSCNZ');
9+
</script>

assets/css/style.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
---
3+
4+
@import "{{ site.theme }}";
5+
6+
summary {
7+
display: list-item !important;
8+
}

0 commit comments

Comments
 (0)