Skip to content

Commit

Permalink
Remove google analytics. Change font.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Vallandingham authored and Jim Vallandingham committed May 3, 2021
1 parent 09848ea commit 5d855fc
Show file tree
Hide file tree
Showing 11 changed files with 1,033 additions and 757 deletions.
2 changes: 1 addition & 1 deletion _includes/comments.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// var disqus_url = 'http://example.com/permalink-to-page.html';

/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
(function () {
var dsq = document.createElement("script");
dsq.type = "text/javascript";
dsq.async = true;
Expand Down
40 changes: 8 additions & 32 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@
<meta name="twitter:image:src" content="{{ page.img | absolute_path }}" />
{% endif %}

<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@700&family=Karla:ital,wght@0,300;0,400;0,700;1,400;1,700&display=swap"
rel="stylesheet"
/>

<script src="//d3js.org/d3.v4.min.js"></script>

{% if page.jquery %}
Expand All @@ -53,12 +59,6 @@
type="application/atom+xml"
/>

<link
href="//fonts.googleapis.com/css?family=Raleway:400,300,600"
rel="stylesheet"
type="text/css"
/>

<link rel="stylesheet" href="/css/normalize.css" type="text/css" />
<link rel="stylesheet" href="/css/skeleton.css" type="text/css" />

Expand Down Expand Up @@ -92,9 +92,7 @@ <h1><a href="/">Jim Vallandingham</a></h1>
</li>
</ul>
</div>
<div id="content">
{{ content }}
</div>
<div id="content">{{ content }}</div>
</div>
</div>
<div id="footer">
Expand All @@ -104,21 +102,7 @@ <h1><a href="/">Jim Vallandingham</a></h1>
href="mailto:&#118;&#108;&#097;&#110;&#100;&#104;&#097;&#109;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;"
>&#118;&#108;&#097;&#110;&#100;&#104;&#097;&#109;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;</a
><br />
<a href="http://twitter.com/vlandham">@vlandham</a><br />
<a
href="http://feeds.feedburner.com/jim-vallandingham"
rel="alternate"
type="application/rss+xml"
><img
src="http://www.feedburner.com/fb/images/pub/feed-icon16x16.png"
alt=""
style="vertical-align:middle;border:0"/></a
>&nbsp;<a
href="http://feeds.feedburner.com/jim-vallandingham"
rel="alternate"
type="application/rss+xml"
>subscribe</a
>
<a href="http://twitter.com/vlandham">@vlandham</a>
</p>
<!-- http://www.wbwip.com/wbw/emailencoder.html -->
</div>
Expand All @@ -132,14 +116,6 @@ <h1><a href="/">Jim Vallandingham</a></h1>
></script>
{% endif %}
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-17355070-1', 'auto');
ga('send', 'pageview');

{% if page.zoom %}
mediumZoom(".zoom")
{% endif %}
Expand Down
Loading

0 comments on commit 5d855fc

Please sign in to comment.