-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
154 lines (99 loc) · 8.02 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
#page title
page_title : ShortcutsPro # Automatically populates with app name if not set and if iOS app ID is set. Otherwise enter manually.
# App Info
appstore_link : # Automatically populates if not set and if iOS app ID is set. Otherwise enter manually.
playstore_link : # Enter Google Play Store URL.
presskit_download_link : # Enter a link to downloadable file or (e.g. public Dropbox link to a .zip file).
# Or upload your press kit file to assets and set path accordingly (e.g. "assets/your_press_kit.zip").
app_icon : # Automatically populates if not set and if iOS app ID is set. Otherwise enter path to icon file manually.
app_price : # Automatically populates if not set and if iOS app ID is set. Otherwise enter manually.
app_description : A text-based user interface for a screen-based platform
enable_smart_app_banner : # Set to true to show a smart app banner at top of page on mobile devices.
# Information About Yourself
your_name :
your_link : https://github.com/scottdwr/ShortcutsPro
your_city : Ancapistan
email_address :
facebook_username :
instagram_username :
twitter_username : ShortcutsPro
github_username : scottdwr
youtube_username :
# Feature List Edit, add or remove features to be presented.
features :
- title : A Terminal in your pocket (or on your desk)
description : The power of command line instructions, on your favorite device.
fontawesome_icon_name : terminal
- title : Control your files
description : Create directories, move files, compress them, uncompress them, edit them, run python, lua or Tex on your files, move them to other apps.
fontawesome_icon_name : file
- title : Edit your files inside the App
description : "a-Shell comes with <a href='https://www.vim.org'>Vim</a> included. You can edit your files and even run syntax checkers using e.g. <a href='https://github.com/prabirshrestha/vim-lsp'>vim-lsp</a> or <a href='https://github.com/dense-analysis/ale'>ALE</a>. Or, if you're more old-school, there is also Ed."
fontawesome_icon_name : edit
- title : Shortcuts
description : "a-Shell is compatible with Apple Shortcuts. Script your favorite commands, transfer files to other apps, typeset files, download files..."
fontawesome_icon_name : code
- title : Plays well with others
description : a-Shell uses iOS file sharing ability. You can open directories in other app sandbox with pickFolder and run TeX or Python there. You can send the result in a third app. You can also edit files directly in a-Shell.
fontawesome_icon_name : share-alt
- title : Multiple shell windows
description : a-Shell uses iOS 13 multi-window ability. Edit your files in one window, process them in another, transfer them in a third...
fontawesome_icon_name : window-restore
- title : Program on your iPad (or your iPhone)
description : "a-Shell comes with several programming languages: Lua, Python, JavaScript, C and C++. Edit your programs and run them inside the app."
fontawesome_icon_name : bug
- title : Run your C and C++ files (yes, really)
description : "clang/clang++ compiles your C/C++ files to <a href='https://wasmer.io'>webAssembly</a> with <a href='https://wasi.dev'>wasi</a> included. Execute the resulting files using 'wasm command'. You can also compile to webAssembly elsewhere and bring the files to your iPad."
fontawesome_icon_name : paper-plane
- title : Install more packages
description : "Use 'pip install' to add more Python packages (if they are pure Python). Download <a href='https://github.com/holzschu/a-Shell-commands'>pre-compiled webAssembly commands</a>."
fontawesome_icon_name : archive
- title : Available on TestFlight
description : "a-Shell is available on <a href='https://testflight.apple.com/join/WUdKe3f4'>TestFlight</a>."
fontawesome_icon_name : vial
- title : OpenSource
description : "a-Shell is entirely <a href='https://github.com/holzschu/a-Shell'>OpenSource</a>, and released under the FreeBSD license."
fontawesome_icon_name : lock-open
- title : Suggestion box
description : "Need more commands? Found a bug? Want to suggest a feature? Open an <a href='https://github.com/holzschu/a-shell/issues'>issue</a>."
fontawesome_icon_name : envelope-open-text
- title : # New Feature Title
description : # New Feature Description
fontawesome_icon_name : # Enter Font Awesome icon name (e.g. star). Find icons on fontawesome.com/icons.
# Theme Settings
topbar_color : "#000000"
topbar_transparency : 0.1
topbar_title_color : "#ffffff"
cover_image : assets/headerimage.png # Replace with alternative image path or image URL.
cover_overlay_color : "#363b3d"
cover_overlay_transparency : 0.8
device_color : black # Set to: blue, black, yellow, coral or white.
body_background_color : "#ffffff"
link_color : "#1d63ea"
app_title_color : "#ffffff"
app_price_color : "#ffffff"
app_description_color : "#ffffff"
feature_title_color : "#000000"
feature_text_color : "#666666"
feature_icons_foreground_color : "#1d63ea"
feature_icons_background_color : "#e6e6e6"
social_icons_foreground_color : "#666666"
social_icons_background_color : "#e6e6e6"
footer_text_color : "#666666"
####################################################
### Jekyll Configuration. No need to touch this. ###
####################################################
# Set the Sass partials directory, as we're using @imports
sass:
style: :compressed # You might prefer to minify using :compressed
# Exclude these files from your production _site
exclude:
- LICENSE
- README.md
- CNAME
collections:
pages:
output: true
permalink: /:path/
# Markdown rendering
markdown: kramdown