-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
_config.yml
106 lines (97 loc) · 2.53 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
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.
title: F-Droid - Free and Open Source Android App Repository
header-title: F-Droid
copyright: © 2010-2022 F-Droid Limited and Contributors
baseurl: "" # the subpath of your site, e.g. /fdroid-website
url: "http://localhost:4000" # the base hostname & protocol for your site
exclude:
- build
- public
- .jekyll-cache
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
include:
- "_pages"
- ".htaccess"
- ".well-known"
- "api"
collections:
tutorials:
output: true
permalink: /tutorials/:title/
docs:
output: true
permalink: /docs/:title/
plugins:
- jekyll-include-cache
- jekyll-paginate-v2
- jekyll-redirect-from
- jekyll-fdroid
fdroid-repo: https://f-droid.org/repo
strict_front_matter: true
# Liquid error handling
error_mode: strict
strict_variables: true
strict_filters: true
pagination:
enabled: true
# Languages are manually chosen by looking at languages that are fully
# translated across the whole project. Check with this script:
# ./tools/check-language-status.sh
languages: [ bo, en, de, es, fa, fr, he, hu, id, is, it, ja, ko, pl, pt, pt_BR, ro, ru, sq, tr, uk, zh_Hans, zh_Hant ]
# the languages built and deployed when run with gitlab-ci
gitlab_ci_languages: [ en, fa, zh_Hans ]
# Specifying the default language as "_" forces polyglot to generate a
# en/ subdirectory too (with correct links). See
# https://github.com/untra/polyglot/issues/60
default_lang: "_"
# get the lang: front matter from the path, e.g. _pages/zh_Hans/about.md
lang_from_path: true
# exclude these regexp chunks based on what is in the href=""
exclude_from_localization:
- \.htaccess
- \.well-known/
- CONTRIBUTING\.md
- F-Droid\.apk
- LICENSE
- README\.md
- TRANSLATIONS\.md
- archive/
- assets/
- css/
- feed\.xml
- js/
- po/
- repo/
- robots\.txt
- robots\.txt\.noindex
- tools/
- wiki/
- wp-content/
- sitemap\.xml
# name in download link must match name listed in exclude_from_localizations:
fdroid_apk_download_url: https://f-droid.org/F-Droid.apk
# App categories
app_categories:
- Connectivity
- Development
- Games
- Graphics
- Internet
- Money
- Multimedia
- Navigation
- Phone & SMS
- Reading
- Science & Education
- Security
- Sports & Health
- System
- Theming
- Time
- Writing
# Set a custom cutmark to separate the excerpt from the rest of the post
excerpt_separator: <!--more-->