Generate Landing Page with Content from markdown file

main
Georg Krause 2019-05-15 22:02:13 +02:00
parent cea15f5850
commit 986ff6acfa
3 changed files with 26 additions and 25 deletions

26
content/pages/index.md Normal file
View File

@ -0,0 +1,26 @@
Title: Get Luppp now and make some music!
URL:
save_as: index.html
Template: landing_page
<h4>Your Distrubition</h4>
<p>
If you are on Debian or Ubuntu, its recommended to use <a href="https://kx.studio/Repositories">the KXStudio repositories</a>.
On Arch Linux based distribution there is an <a href="https://www.archlinux.org/packages/community/x86_64/luppp/">official
package</a> available.
</p>
<h4>Build it on your own!</h4>
<p>
If there is no official package for your distribution, we recommend building Luppp on your own. Learning this also enables you to
try the latest features and help developing. Its not hard, read <a href="https://github.com/openAVproductions/openAV-Luppp/tree/release-1.2.1#install">here</a>
how to do it!
</p>
<h4>App Image</h4>
<p>
If your distribution does not provide a package and you don't want to build Luppp on your own, you can use the
<a href="https://github.com/openAVproductions/openAV-Luppp/releases/latest">the latest App Image</a> directly from Github. It runs on
any Linux, without installing any dependencies. Read <a href="https://appimage.org/">here</a> how to execute an App Image.
Please note: App Images introduce additional CPU load and might reduce stability of Luppp!
</p>

View File

@ -58,29 +58,4 @@ RIBBON_CONTENT = """Luppp is useful for you? You enjoy it or have idea how to im
<a href = "https://github.com/openAVproductions/openAV-Luppp/issues/new">Create an issue on Github</a>. Join our discussion
via <a href="https://matrix.to/#/#openav:matrix.org"> Matrix </a> or <a href="http://webchat.freenode.net/#openav">IRC</a>."""
CONTENT_HEADING = 'Get Luppp now and make some music!'
CONTENT = """
<h4>Your Distrubition</h4>
<p>
If you are on Debian or Ubuntu, its recommended to use <a href="https://kx.studio/Repositories">the KXStudio repositories</a>.
On Arch Linux based distribution there is an <a href="https://www.archlinux.org/packages/community/x86_64/luppp/">official
package</a> available.
</p>
<h4>Build it on your own!</h4>
<p>
If there is no official package for your distribution, we recommend building Luppp on your own. Learning this also enables you to
try the latest features and help developing. Its not hard, read <a href="https://github.com/openAVproductions/openAV-Luppp/tree/release-1.2.1#install">here</a>
how to do it!
</p>
<h4>App Image</h4>
<p>
If your distribution does not provide a package and you don't want to build Luppp on your own, you can use the
<a href="https://github.com/openAVproductions/openAV-Luppp/releases/latest">the latest App Image</a> directly from Github. It runs on
any Linux, without installing any dependencies. Read <a href="https://appimage.org/">here</a> how to execute an App Image.
Please note: App Images introduce additional CPU load and might reduce stability of Luppp!
</p>
"""
FOOTER = 'Luppp is developed by <a href="http://openavproductions.com">OpenAV Productions</a>.'