-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy path_config.yml
More file actions
172 lines (161 loc) · 3.61 KB
/
_config.yml
File metadata and controls
172 lines (161 loc) · 3.61 KB
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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
---
# 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-2026 F-Droid 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/
- tools/
- README.md
- LICENSE
- robots.txt.noindex
- Vagrantfile
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/print-language-status.py
languages: [ar, bo, ca, cs, de, en, es, eu, fa, fr, he, hr, 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, zh_Hant]
# 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 based on what is in the href=""
exclude_from_localization:
- .htaccess
- .well-known/
- CONTRIBUTING.md
- F-Droid.apk
- LICENSE
- README.md
- TRANSLATIONS.md
- api/
- archive/
- assets/
- css/
- feed.xml
- js/
- po/
- repo/
- robots.txt
- robots.txt.noindex
- tools/
- wiki/
- wp-content/
- sitemap.xml
- funding.json
# name in download link must match name listed in exclude_from_localizations:
fdroid_apk_download_url: https://f-droid.org/F-Droid.apk
fdroid_apk_pgp_verification_instructions_url: docs/Verifying_Downloaded_APK
# App categories
app_categories:
- AI Chat
- App Manager
- App Store & Updater
- Battery
- Bookmark
- Browser
- Calculator
- Calendar & Agenda
- Clock
- Cloud Storage & File Sync
- Connectivity
- Contact
- DNS & Hosts
- Development
- Draw
- Ebook Reader
- Email
- File Encryption & Vault
- File Transfer
- Firewall
- Finance Manager
- Flashlight
- Gallery
- Games
- Graphics
- Icon Pack
- Internet
- Inventory
- Keyboard & IME
- Launcher
- Local Media Player
- Messaging
- Money
- Multimedia
- Navigation
- Network Analyzer
- News
- Note
- Online Media Player
- Pass Wallet
- Password & 2FA
- Phone & SMS
- Podcast
- Public Transport
- Radio
- Reading
- Recipe Manager
- Remote Controller
- Religion
- Science & Education
- Security
- Shopping List
- Social Network
- Sports & Health
- System
- Task
- Text Editor
- Theming
- Time
- Translation & Dictionary
- Unit Convertor
- VPN & Proxy
- Voice & Video Chat
- Wallet
- Wallpaper
- Weather
- Workout
- Writing
# Set a custom cutmark to separate the excerpt from the rest of the post
excerpt_separator: <!--more-->
# A workaround to fix the CSS
# https://github.com/untra/polyglot/issues/107
sass:
sourcemap: never