The Wayback Machine - https://web.archive.org/web/20251126203215/https://github.com/AppImage/appimage.github.io/commit/59b262cbfc41b25e928d509622c31a642552302e
Skip to content

Commit 59b262c

Browse files
committed
1 parent 3e8c4eb commit 59b262c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+2186
-0
lines changed

_config.yml

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
# Name of your site (displayed in the header)
2+
name: AppImageHub
3+
4+
# Short bio or description (displayed in the header)
5+
description: 3rd party elementary software
6+
description_html: 3rd party <a href="http://elementary.io">elementary</a> software
7+
8+
# URL of your avatar or profile pic
9+
avatar: /AppImageHub/img/apps-logo_4x64.png
10+
11+
# Includes an icon in the footer for each username you enter
12+
footer-links:
13+
dribbble:
14+
email:
15+
facebook:
16+
flickr:
17+
github: AppImage/AppImageHub
18+
google_plus:
19+
instagram:
20+
linkedin:
21+
pinterest:
22+
rss: true
23+
twitter:
24+
stackoverflow:
25+
youtube: # channel/<your_long_string> or user/<user-name>
26+
27+
# Your disqus shortname, entering this will enable commenting on posts
28+
disqus: AppImageHub
29+
30+
# Enter your Google Analytics web tracking code (e.g. UA-2110908-2) to activate tracking
31+
google_analytics:
32+
piwik_analytics: true
33+
34+
# Your website URL (e.g. http://barryclark.github.io or http://www.barryclark.co)
35+
# Used for Sitemap.xml and your RSS feed
36+
url: https://AppImage.github.io/AppImageHub
37+
38+
# If you're hosting your site at a Project repository on GitHub pages
39+
# (http://yourusername.github.io/repository-name)
40+
# and NOT your User repository (http://yourusername.github.io)
41+
# then add in the baseurl here, like this: "/repository-name"
42+
baseurl: "/AppImageHub"
43+
44+
# Advanced config
45+
permalink: /:title
46+
47+
# Set the Sass partials directory, as we're using @imports
48+
sass:
49+
sass_dir: _scss
50+
style: :compressed
51+
52+
# Use the following plug-ins
53+
gems:
54+
- jekyll-sitemap # Create a sitemap using the official Jekyll sitemap gem
55+
- jekyll-redirect-from
56+
57+
# Exclude these files from your production _site
58+
exclude:
59+
- Gemfile
60+
- Gemfile.lock
61+
- .gitignore

_data/alternatives.yml

Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,105 @@
1+
Browser:
2+
Default: Midori
3+
Recommended:
4+
- Firefox
5+
- Chrome
6+
Other:
7+
- Opera
8+
- Yandex
9+
10+
Music Player:
11+
Default: Noise
12+
Recommended:
13+
- Rhythmbox
14+
Other:
15+
- Lollypop
16+
- Quodlibet
17+
18+
Mail Client:
19+
Default: Geary
20+
Recommended:
21+
- Thunderbird
22+
Other:
23+
- Webmail (Gmail, Yahoo)
24+
25+
Image Viewer:
26+
Default: Shotwell
27+
Recommended:
28+
- Foto
29+
Other:
30+
31+
Calendar:
32+
Default: Maya
33+
Recommended:
34+
-
35+
Other:
36+
37+
Text Editor:
38+
Default: Scratch
39+
Recommended:
40+
- Gedit
41+
Other:
42+
- nano
43+
- vim
44+
45+
IDE:
46+
Default:
47+
Recommended:
48+
- Atom
49+
Other:
50+
- Brackets
51+
- Sublime Text
52+
53+
Video Player:
54+
Default: Audience
55+
Recommended:
56+
- Video LAN
57+
Other:
58+
- Totem
59+
60+
File Browser:
61+
Default: Pantheon Files
62+
Recommended:
63+
- Marlin
64+
- Nautilus
65+
Other:
66+
- Nemo
67+
68+
Office suite:
69+
Default: false
70+
Recommended:
71+
- LibreOffice
72+
- Apache OpenOffice
73+
Other:
74+
- WordPerfect Suite
75+
- OnlyOffice (Web)
76+
- Microsoft Office (Wine)
77+
78+
Instant messenger:
79+
Default: false
80+
Recommended:
81+
- Pidgin
82+
Other:
83+
- Empathy
84+
- Web (Messenger, WhatsApp, Hangouts)
85+
86+
News reader:
87+
Default: false
88+
Recommended:
89+
- FeedReader
90+
Other:
91+
- Web (Feedly, tt-rss)
92+
93+
Note keeping:
94+
Default: false
95+
Recommended:
96+
Other:
97+
- Web (Google Keep, Evernote)
98+
99+
Graphics editor:
100+
Default: false
101+
Recommended:
102+
- GIMP
103+
- Inkscape
104+
Other:
105+
- Krita

0 commit comments

Comments
 (0)