Skip to content

Commit e3c706b

Browse files
committed
temp: add blog2
1 parent f2846db commit e3c706b

12 files changed

Lines changed: 9627 additions & 0 deletions

File tree

blog2/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# blog
2+
My blog: musings, etc.

blog2/index.html

Lines changed: 258 additions & 0 deletions
Large diffs are not rendered by default.

blog2/javascript/ga.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
2+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
3+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
4+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
5+
6+
ga('create', 'UA-22088552-9', 'bean5.github.io');
7+
ga('send', 'pageview');

0 commit comments

Comments
 (0)