Skip to content

Commit ee32fc1

Browse files
committed
Mondrian landing.
1 parent bd8378a commit ee32fc1

28 files changed

+94
-379
lines changed

_config.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# Site settings
2-
title: Medikit
2+
title: Mondrian
33
4-
description: Medikit is your technical sidekick for python project packaging, or simply your release engineering assistant.
4+
description: Mondrian is a tiny package that auto-configures python.logging module witrh reasonable defaults and enhances its default output formatters for readability.
5+
56

67
baseurl: ""
7-
url: https://python-medikit.github.io/ # the base hostname & protocol for your site
8-
git_address: https://github.com/python-medikit/medikit
9-
git_edit_address: https://github.com/python-medikit/python-medikit.github.io
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
1011

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

_data/docs.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

_data/features.yml

Lines changed: 0 additions & 120 deletions
This file was deleted.

_includes/footer.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
<footer class="footer">
22
<div class="container">
33
<p class="text-center">
4-
{{ site.title }} • 2015-{{ site.time | date: '%Y' }} • Apache License, Version 2.0
4+
{{ site.title }} • 2017-{{ site.time | date: '%Y' }} • Apache License, Version 2.0
55
</p>
66
</div>
77
</footer>
8-
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-4678258-15"></script>
8+
9+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-4678258-18"></script>
910
<script>
1011
window.dataLayer = window.dataLayer || [];
1112
function gtag(){dataLayer.push(arguments);}
1213
gtag('js', new Date());
13-
14-
gtag('config', 'UA-4678258-15');
14+
gtag('config', 'UA-4678258-18');
1515
</script>
1616

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

_includes/topnav.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,13 @@
88
<span class="icon-bar"></span>
99
</button>
1010
<a class="navbar-brand" href="{{ site.baseurl }}/">
11-
<span><img src="{{site.baseurl}}/img/medikit-logo.png"></span> {{ site.title }}
11+
<span><img src="{{site.baseurl}}/img/mondrian-logo.png"></span> {{ site.title }}
1212
</a>
1313
</div>
1414
<div id="navbar" class="collapse navbar-collapse">
1515
<div class="navbar-right">
1616
<ul class="nav navbar-nav">
17-
<li><a href="#features"><i class="fa fa-cogs" aria-hidden="true"></i> Features</a></li>
18-
<li><a href="http://medikit.rdc.li/" target="_blank"><i class="fa fa-book" aria-hidden="true"></i> Documentation</a></li>
17+
<li><a href="#documentation"><i class="fa fa-book" aria-hidden="true"></i> Documentation</a></li>
1918
<li><a href="{{ site.git_address }}" target="_blank"><i class="fa fa-github" aria-hidden="true"></i> Sources</a></li>
2019
</ul>
2120
</div>

android-chrome-192x192.png

13 KB
Loading

android-chrome-256x256.png

30.3 KB
Loading

android-chrome-384x384.png

-9.57 KB
Binary file not shown.

apple-touch-icon-120x120.png

-2.12 KB
Binary file not shown.

apple-touch-icon-152x152.png

-2.77 KB
Binary file not shown.

0 commit comments

Comments
 (0)