-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
_config.yml
41 lines (36 loc) · 843 Bytes
/
_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
name: PORTABLE LINUX APPS
collections:
categories:
output: true
description: >- # this means to ignore newlines until "baseurl:"
The first AUR-inspired Software Center of all AppImage packages and portable
applications for GNU/Linux.
baseurl: ""
url: https://portable-linux-apps.github.io/
repository: Portable-Linux-Apps/portable-linux-apps.github.io
avatar: favicon.ico
google_analytics:
piwik_analytics:
exclude:
- node_modules
- script
- .jekyll-cache/
- .sass-cache/
- Gemfile
- Gemfile.lock
- README.md
- LICENSE
- .github/
- .gitignore
- .git/
sass:
style: :compressed
theme: jekyll-theme-primer
plugins:
- jekyll-seo-tag
- jekyll-redirect-from
- jekyll-sitemap
markdown: GFM
github:
private: false
repository_url: "https://github.com/Portable-Linux-Apps/Portable-Linux-Apps.github.io"