Skip to content

Commit 81c12e4

Browse files
committed
ga
1 parent dbb4964 commit 81c12e4

20 files changed

+482
-81
lines changed

_config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Site settings
2-
title: Mondrian
2+
title: Whistle
33
4-
description: Mondrian is a tiny package that auto-configures python.logging module witrh reasonable defaults and enhances its default output formatters for readability.
4+
description: Whistle is a simple python 3.5+ library that allow your application components to communicate with each other by dispatching events and listening to them.
55

66

77
baseurl: ""
8-
url: https://python-mondrian.github.io/ # the base hostname & protocol for your site
9-
git_address: https://github.com/python-mondrian/mondrian
10-
git_edit_address: https://github.com/python-mondrian/python-mondrian.github.io
8+
url: https://python-whistle.github.io/ # the base hostname & protocol for your site
9+
git_address: https://github.com/python-whistle/whistle
10+
git_edit_address: https://github.com/python-whistle/python-whistle.github.io
1111

1212
# theme options from https://bootswatch.com/
1313
# comment out this to use default Bootstrap

_includes/footer.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@
66
</div>
77
</footer>
88

9-
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-4678258-18"></script>
9+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-4678258-16"></script>
1010
<script>
1111
window.dataLayer = window.dataLayer || [];
1212
function gtag(){dataLayer.push(arguments);}
1313
gtag('js', new Date());
14-
gtag('config', 'UA-4678258-18');
14+
15+
gtag('config', 'UA-4678258-16');
1516
</script>
1617

1718
<script async defer src="https://buttons.github.io/buttons.js"></script>

_includes/head.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@
1616
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
1717
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}" />
1818

19-
2019
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
2120
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
2221
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
2322
<link rel="manifest" href="/site.webmanifest">
2423
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
25-
<meta name="msapplication-TileColor" content="#da532c">
24+
<meta name="msapplication-TileColor" content="#00aba9">
2625
<meta name="theme-color" content="#ffffff">
2726

2827
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/default.min.css">

_includes/topnav.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<span class="icon-bar"></span>
99
</button>
1010
<a class="navbar-brand" href="{{ site.baseurl }}/">
11-
<span><img src="{{site.baseurl}}/img/mondrian-logo.png"></span> {{ site.title }}
11+
<span><img src="{{site.baseurl}}/img/whistle-logo.png"></span> {{ site.title }}
1212
</a>
1313
</div>
1414
<div id="navbar" class="collapse navbar-collapse">

android-chrome-192x192.png

2.47 KB
Loading

android-chrome-256x256.png

-30.3 KB
Binary file not shown.

android-chrome-384x384.png

48.7 KB
Loading

apple-touch-icon.png

-88 Bytes
Loading

browserconfig.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<msapplication>
44
<tile>
55
<square150x150logo src="/mstile-150x150.png"/>
6-
<TileColor>#da532c</TileColor>
6+
<TileColor>#00aba9</TileColor>
77
</tile>
88
</msapplication>
99
</browserconfig>

favicon-16x16.png

28 Bytes
Loading

0 commit comments

Comments
 (0)