File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -2,13 +2,14 @@ site_name: Lite XL
2
2
3
3
site_url : !ENV [SITE_URL, "https://lite-xl.com/"]
4
4
repo_url : !ENV [REPO_URL, "https://github.com/lite-xl/lite-xl.github.io"]
5
- source_repo_url : " https://github.com/lite-xl/lite-xl"
6
5
7
6
site_description : " Lightweight and powerful code editor, available for Windows, Linux and macOS."
8
7
site_author : " takase1121 <20792268+takase1121@users.noreply.github.com>"
9
8
10
9
theme :
11
10
name : material
11
+ custom_dir : overrides
12
+
12
13
palette :
13
14
# Palette toggle for light mode
14
15
- media : " (prefers-color-scheme: light)"
@@ -56,6 +57,7 @@ extra_javascript:
56
57
- javascripts/search.js
57
58
58
59
extra :
60
+ source_repo_url : " https://github.com/lite-xl/lite-xl"
59
61
lite_xl_version : !ENV [LITE_XL_VERSION, "v2.1.7"]
60
62
version :
61
63
provider : mike
Original file line number Diff line number Diff line change 22
22
23
23
<!-- Repository information -->
24
24
< a
25
- href ="{{ config.source_repo_url }} "
25
+ href ="{{ config.extra. source_repo_url }} "
26
26
title ="{{ lang.t('source') }} "
27
27
class ="md-source "
28
28
data-md-component ="source "
You can’t perform that action at this time.
0 commit comments