From b62295a8c5d77063d123566d03bd256071111ffc Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Thu, 16 May 2019 13:48:06 +0200 Subject: [PATCH] Add minimal Blog functionality --- content/Luppp-Announced.md | 29 +++++++++++++++++++++ content/Luppp-Release-1.0.md | 21 +++++++++++++++ content/Luppp-Release-1.2.1.md | 20 ++++++++++++++ content/Luppp-Release-1.2.md | 5 ++++ content/index.md | 4 --- pelicanconf.py | 1 + themes/openAV-Luppp/static/css/style.css | 20 ++++++++++++++ themes/openAV-Luppp/templates/base.html | 2 +- themes/openAV-Luppp/templates/index.html | 33 ++++++++++++++++++++++++ 9 files changed, 130 insertions(+), 5 deletions(-) create mode 100644 content/Luppp-Announced.md create mode 100644 content/Luppp-Release-1.0.md create mode 100644 content/Luppp-Release-1.2.1.md create mode 100644 content/Luppp-Release-1.2.md delete mode 100644 content/index.md create mode 100644 themes/openAV-Luppp/templates/index.html diff --git a/content/Luppp-Announced.md b/content/Luppp-Announced.md new file mode 100644 index 0000000..f18655f --- /dev/null +++ b/content/Luppp-Announced.md @@ -0,0 +1,29 @@ +Title: Luppp Announced +Date: 06.12.2013 +Summary: Its my pleasure to announce Luppp, the flagship project of OpenAV! +Author: Harry Haaren + +Hey! + +Its my pleasure to announce Luppp, the flagship project of OpenAV! +Announce video: https://www.youtube.com/watch?v=AcIuKktCaLg + +Its a live-looping program with a grid based workflow. This the Luppp +has features like NSM integration, ArtyFX integration, JACK integration, +and powerful MIDI binding! The real-time capable Luppp engine is +designed for on-stage live performance. + +Luppp is being released under the OpenAV release system: +http://openavproductions.com/support + +The target donation amount for Luppp is 520€. +The suggested donation amount is 10€: http://goo.gl/Nw12YN +Any amount can be donated though: http://goo.gl/xThJow + +Still interested? Checkout these Luppp feature videos! +Using Sends: https://www.youtube.com/watch?v=wLy9oG_WpHg +Sidechaining: https://www.youtube.com/watch?v=-AwtMUeBc9w +MIDI binding: https://www.youtube.com/watch?v=kOGh2tsXBcA +NSM / ArtyFX: https://www.youtube.com/watch?v=bPJQs6w2XQc + +Hopefully releasing soon, lets get Luppping ;) -Harry diff --git a/content/Luppp-Release-1.0.md b/content/Luppp-Release-1.0.md new file mode 100644 index 0000000..153511e --- /dev/null +++ b/content/Luppp-Release-1.0.md @@ -0,0 +1,21 @@ +Title: Luppp release 1.0! +Date: 10.12.2013 +Author: Harry Haaren +Summary: I'm delighted to say that 5 days after announcing, Luppp has reached its target donation! That means that its now available under the GPLv3+ license, to everybody! + +Hey All, + +I'm delighted to say that 5 days after announcing, Luppp has reached its target donation! +That means that its now available under the GPLv3+ license, to everybody! + +Grab the details & source from here: http://openavproductions.com/luppp + +I'd like to thanks the community, for the awesome support Luppp has recieved! +Thanks to LeatusPenguin, ZthMusic, AutoStatic, and others for beta-testing, +making this release much more polished before this release. Thanks to +Jonathan Liles for writing NTK, the user-interface toolkit behind the +OpenAV software interfaces. + +Thanks to all the contributers: you are the reason this software is available right now! + +Thanks again, -Harry \ No newline at end of file diff --git a/content/Luppp-Release-1.2.1.md b/content/Luppp-Release-1.2.1.md new file mode 100644 index 0000000..70f6b66 --- /dev/null +++ b/content/Luppp-Release-1.2.1.md @@ -0,0 +1,20 @@ +Title: Luppp Release 1.2.1 +Date: 15.04.2019 +Author: Georg Krause +Summary: I am happy to announce Luppp v1.2.1 in the name of the Luppp Dev Team. + +Good Evening! + +I am happy to announce Luppp v1.2.1 in the name of the Luppp Dev Team. + +This version brings some minor improvements for the meson build system and is now able to print its version number with luppp --version. + +Additionally we worked on automated builds and will soon provide AppImages, mainly as a demo and for testing. This makes testing easier for some needed deep changes on the code base in the next release. + +Changelog: https://github.com/openAVproductions/openAV-Luppp/blob/master/CHANGELOG + +Release on Github: https://github.com/openAVproductions/openAV-Luppp/releases/tag/release-1.2.1 + +Main Repository: https://github.com/openAVproductions/openAV-Luppp + +Enjoy! \ No newline at end of file diff --git a/content/Luppp-Release-1.2.md b/content/Luppp-Release-1.2.md new file mode 100644 index 0000000..822d6be --- /dev/null +++ b/content/Luppp-Release-1.2.md @@ -0,0 +1,5 @@ +Title: Luppp Release 1.2 +Date: 24.07.2018 +Authors: Harry Haaren, Georg Krause + +Release 1.2, see changelog for details. Huge thanks to all the contributors, this release was largely driven by contributions, and community interaction and interest in the Luppp project. Thanks! \ No newline at end of file diff --git a/content/index.md b/content/index.md deleted file mode 100644 index 8db7475..0000000 --- a/content/index.md +++ /dev/null @@ -1,4 +0,0 @@ -title: PLACEHOLDER -date: 15.05.2019 - -PLACEHOLDER \ No newline at end of file diff --git a/pelicanconf.py b/pelicanconf.py index fbeda4e..84c23d4 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -6,6 +6,7 @@ AUTHOR = 'Georg Krause' SITENAME = 'Luppp' SITEURL = '' THEME = 'themes/openAV-Luppp' +INDEX_SAVE_AS = 'blog.html' PATH = 'content' diff --git a/themes/openAV-Luppp/static/css/style.css b/themes/openAV-Luppp/static/css/style.css index ecaf0ce..c676259 100644 --- a/themes/openAV-Luppp/static/css/style.css +++ b/themes/openAV-Luppp/static/css/style.css @@ -84,4 +84,24 @@ a.pure-button-primary { .page-wrapper { margin-top: 60px; +} + +address { + display: inline; +} + +footer { + font-size: 0.8em; +} + +header h2 { + margin: 0px; + margin-bottom: 10px; + color: #ff9900; +} + +article { + border: 1px solid #7f8c8d; + padding: 20px; + margin: 20px; } \ No newline at end of file diff --git a/themes/openAV-Luppp/templates/base.html b/themes/openAV-Luppp/templates/base.html index 085193d..50a31bd 100644 --- a/themes/openAV-Luppp/templates/base.html +++ b/themes/openAV-Luppp/templates/base.html @@ -37,7 +37,7 @@ {{ SITENAME }}