Skip to content

Commit

Permalink
doc guide index page
Browse files Browse the repository at this point in the history
  • Loading branch information
script-fu committed Sep 16, 2024
1 parent e6b3127 commit 7c40ebc
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ type: default
{{< card link="hub/feature-test/folder" title="Feature Testing" icon="clipboard-check" >}}
{{< card link="hub/plugins/folder" title="Plugins" icon="puzzle" >}}
{{< card link="https://gitlab.gnome.org/pixelmixer/artbox" title="Artbox Source Code" icon="gitlab" >}}
{{< card link="https://www.patreon.com/pixelmixer" title="Patreon" icon="heart" >}}
{{< card link="hub/about/Patreon" title="Patreon" title="Patreon" icon="heart" >}}
{{< card link="hub/about/" title="About" icon="information-circle" >}}
{{< /cards >}}

Expand Down
17 changes: 17 additions & 0 deletions content/hub/about/Patreon.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@

---
type: docs
url: "hub/about/Patreon"
---

# Buy me a Coffee

Hey there!

I've been on a creative journey with pixels and code since 1984, starting with the ZX Spectrum and exploring everything from Deluxe Paint and Photoshop to Maya and finally GIMP! Crafting tools and creating artwork is my passion. If you've enjoyed my work and found it helpful, consider showing your support with a small donation. It’s a simple way to say "thanks" and keep the creativity flowing! You can do this through Patreon, a platform many creatives use to help cover the costs of their work. Just click the link below to visit my Patreon page.

{{< cards >}}
{{< card link="https://www.patreon.com/pixelmixer/membership" title="Patreon" icon="heart" >}}
{{< /cards >}}

![coffee](/images/gallery/cup.webp)
2 changes: 1 addition & 1 deletion content/hub/docs/folder/AppImage.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ url: "hub/docs/folder/AppImage"

# Introduction

The GIMP development team are experimenting with AppImages. An AppImage is a version of the application that can be downloaded as one file, it is then started by double clicking that file. You may also have to set permissions on the file to be run as an executable, right click the file, properties->permissions->allow executing file as program.
The GIMP development team are experimenting with AppImages. An AppImage is a version of the application that can be downloaded as one file, it is then started by double clicking that file. You may also have to set permissions on the file to be run as an executable, right click the file, properties -> permissions -> allow executing file as program.

AppImage for Artbox [download](https://gitlab.gnome.org/pixelmixer/artbox/-/raw/feature-appimage/AppImage/GIMP-2.99.19-x86_64.AppImage?ref_type=heads&inline=false)

Expand Down
4 changes: 3 additions & 1 deletion content/hub/docs/folder/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ type: docs

## Introduction

Welcome to this series of guides designed for those who are new to Linux and want to explore its capabilities. Whether you're wondering what Linux is, how to navigate its different distributions, or looking to learn about essential tools like Git, Debian, and Clonezilla for backups, these guides will help you get started. Each guide provides a clear, step-by-step approach to understanding and using Linux, breaking down complex concepts into simple terms.
This series of guides is designed for those interested in building Artbox or GIMP locally. You'll find detailed instructions for installing Artbox, complete with example Bash scripts to guide you through the process.

For those looking to dive deeper, the 'Technical Guide' provides an in-depth look at the structure of an Artbox build and how it relates to GIMP. Additionally, the 'Data Guide' offers a closer examination of the GIMP 'gimp-data' folder. These technical guides are more advanced and aim to give you a comprehensive understanding of the intricacies involved in building and customizing these applications.

![seaside](/images/gallery/at_the_seaside_tlined_final.webp)
Binary file added static/images/gallery/cup.webp
Binary file not shown.

0 comments on commit 7c40ebc

Please sign in to comment.