diff options
-rw-r--r-- | content/donate.org | 13 | ||||
-rw-r--r-- | layouts/partials/navbar.html | 4 |
2 files changed, 15 insertions, 2 deletions
diff --git a/content/donate.org b/content/donate.org new file mode 100644 index 0000000..a29c741 --- /dev/null +++ b/content/donate.org @@ -0,0 +1,13 @@ +#+TITLE: Donate + +* Donate to Carbs Linux + +Carbs Linux is a project fully developed and maintained by me. You can help +support this project through donations, helping the server and maintenance +costs, and giving incentive to me to keep developing this project. Right now, +you can either [[https://www.paypal.com/donate/?hosted_button_id=TLGZ7AK4KBPW2][donate with PayPal]] or [[https://www.patreon.com/bePatron?u=14221570][become a Patron]]. + +Contributions through other means are also always welcome, be it the development +or the documentation of the project. + +Thanks! diff --git a/layouts/partials/navbar.html b/layouts/partials/navbar.html index 916e360..5c29a25 100644 --- a/layouts/partials/navbar.html +++ b/layouts/partials/navbar.html @@ -8,8 +8,8 @@ <li><a href="/blog/" title="Blog Posts">Blog</a></li> <li><a href="/docs/" title="Documentation">Docs</a></li> <li><a href="/sources/" title="Sources and Projects">Sources</a></li> - <li><a href="/install/" title="Installation Instructions">Installation</a></li> - <li><a href="/download/" title="Download Carbs Linux">Download</a></li> + <li><a href="/install/" title="Installation Instructions">Install</a></li> + <li><a href="/donate/" title="Donate to Carbs Linux">Donate</a></li> </ul> </nav> </div> |