From 78a348dc60836c2e228dfb25b182f24dbcb718aa Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 23 Nov 2014 18:38:00 -0500 Subject: Use SVG logo and remove Github banner. --- content/images/logo.svg | 692 +++++++++++++++++++++++++++++++++++++++++ content/pages/developing.md | 2 + content/pages/index.md | 6 +- pelicanconf.py | 2 +- themes/lv2/templates/base.html | 2 +- 5 files changed, 699 insertions(+), 5 deletions(-) create mode 100644 content/images/logo.svg diff --git a/content/images/logo.svg b/content/images/logo.svg new file mode 100644 index 0000000..11865e0 --- /dev/null +++ b/content/images/logo.svg @@ -0,0 +1,692 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/content/pages/developing.md b/content/pages/developing.md index 66c5794..9ebf781 100644 --- a/content/pages/developing.md +++ b/content/pages/developing.md @@ -76,6 +76,8 @@ Both LV2 itself and this site are stored in [git](http://lv2plug.in/git): git clone http://lv2plug.in/git/lv2 git clone http://lv2plug.in/git/lv2site +There is also an official mirror on [Github](https://github.com/drobilla/lv2). + Contributions are most welcome. If you plan to implement something significant, it is a good idea to discuss it with the community on the mailing list to be sure you're headed in the right direction. Feel free to get diff --git a/content/pages/index.md b/content/pages/index.md index e5f94d1..c1adb9f 100644 --- a/content/pages/index.md +++ b/content/pages/index.md @@ -2,9 +2,9 @@ Title: save_as: index.html LV2 is a [free](http://www.gnu.org/philosophy/free-sw.html) standard for audio -plugins, used by hundreds of plugins and other projects. At its core, LV2 -is a simple and stable interface, accompanied by *extensions* which add -functionality to support the needs of increasingly powerful audio software. +plugins, used by hundreds of plugins and other projects. At its core, LV2 is a +simple stable interface, accompanied by *extensions* which add functionality to +support the needs of increasingly powerful audio software. * [**Download LV2 1.10.0**](http://lv2plug.in/spec/lv2-1.10.0.tar.bz2) [(sig)](http://lv2plug.in/spec/lv2-1.10.0.tar.bz2.sig) diff --git a/pelicanconf.py b/pelicanconf.py index e24a3e7..653afb6 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -4,7 +4,7 @@ from __future__ import unicode_literals AUTHOR = u'David Robillard' SITENAME = u'LV2' -SITELOGO = 'images/logo.png' +SITELOGO = 'images/logo.svg' SITELOGO_WIDTH = '75' SITELOGO_HEIGHT = '48' SITEURL = '' diff --git a/themes/lv2/templates/base.html b/themes/lv2/templates/base.html index db03cfa..a3ca785 100644 --- a/themes/lv2/templates/base.html +++ b/themes/lv2/templates/base.html @@ -11,7 +11,7 @@ - {% include 'github.html' %} +