Browse Source

add contributions page

april1st
alextee 4 years ago
parent
commit
209a5616c9
  1. 12
      _config.yml
  2. 1
      _includes/topnav.html
  3. 15
      _layouts/simple.html
  4. 11
      _support/index.md

12
_config.yml

@ -47,6 +47,15 @@ defaults: @@ -47,6 +47,15 @@ defaults:
seo:
type: "WebPage"
- scope:
path: _support
type: support
values:
layout: simple
sectionid: support
seo:
type: "WebPage"
collections:
docs:
permalink: /:collection/:path/
@ -54,3 +63,6 @@ collections: @@ -54,3 +63,6 @@ collections:
posts:
permalink: /blog/:year/:month/:day/:title/
output: true
support:
permalink: /support/
output: true

1
_includes/topnav.html

@ -15,6 +15,7 @@ @@ -15,6 +15,7 @@
<ul class="nav navbar-nav">
<li {% if page.sectionid=='docs' %} class="active" {% endif %}><a href="{{ "/docs/home/" | prepend: site.baseurl }}">Docs</a></li>
<li {% if page.sectionid=='blog' %} class="active" {% endif %}><a href="{{ site.posts.first.url | prepend: site.baseurl }}">Blog</a></li>
<li {% if page.sectionid=='support' %} class="active" {% endif %}><a href="{{ "/support/" | prepend: site.baseurl }}">Support</a></li>
</ul>
<div class="navbar-right">
<form class="navbar-form navbar-left">

15
_layouts/simple.html

@ -0,0 +1,15 @@ @@ -0,0 +1,15 @@
---
layout: default
---
<div class="container">
<div class="row">
<h1>{{ page.title }}</h1>
<div id="markdown-content-container">{{ content }}</div>
<hr>
{% include section_nav.html %}
</div>
</div>
</div>

11
_support/index.md

@ -0,0 +1,11 @@ @@ -0,0 +1,11 @@
---
title: Contributions
permalink: /support/
---
Donations are accepted and welcome as tokens of appreciation. They help me allocate more time to Zrythm development and also help keep me motivated and focused. They can be made through
- [PayPal](https://paypal.me/alextee90) - direct donation to me
- [LiberaPay](https://liberapay.com/alextee) - preferred platform for recurring donations (operated by a non-profit organization with source code available)
- [Patreon](https://www.patreon.com/alextee) - recurring donations platform, not recommended but most popular
Contributions can also be made through translating Zrythm, submitting bug reports and feature requests, editing this website, editing the [manual](https://docs.zrythm.org) or submitting songs to be published here. PRs are also welcome from developers. Visit the [chatrooms](https://gitlab.com/alextee/zrythm#chatrooms) to get involved.
Loading…
Cancel
Save