浏览代码

[mod] oscar as default theme

Adam Tauber 10 年前
父节点
当前提交
306c644fa7
共有 1 个文件被更改,包括 10 次插入10 次删除
  1. 10
    10
      searx/settings.yml

+ 10
- 10
searx/settings.yml 查看文件

4
     debug : False # Debug mode, only for development
4
     debug : False # Debug mode, only for development
5
     request_timeout : 2.0 # seconds
5
     request_timeout : 2.0 # seconds
6
     base_url : False # Set custom base_url. Possible values: False or "https://your.custom.host/location/"
6
     base_url : False # Set custom base_url. Possible values: False or "https://your.custom.host/location/"
7
-    themes_path : "" # Custom ui themes path
8
-    default_theme : default # ui theme
7
+    themes_path : "" # Custom ui themes path - leave it blank if you didn't change
8
+    default_theme : oscar # ui theme
9
     https_rewrite : True # Force rewrite result urls. See searx/https_rewrite.py
9
     https_rewrite : True # Force rewrite result urls. See searx/https_rewrite.py
10
     useragent_suffix : "" # suffix of searx_useragent, could contain informations like an email address to the administrator
10
     useragent_suffix : "" # suffix of searx_useragent, could contain informations like an email address to the administrator
11
 
11
 
35
     engine : currency_convert
35
     engine : currency_convert
36
     categories : general
36
     categories : general
37
     shortcut : cc
37
     shortcut : cc
38
-    
38
+
39
   - name : deezer
39
   - name : deezer
40
     engine : deezer
40
     engine : deezer
41
     shortcut : dz
41
     shortcut : dz
48
   - name : ddg definitions
48
   - name : ddg definitions
49
     engine : duckduckgo_definitions
49
     engine : duckduckgo_definitions
50
     shortcut : ddd
50
     shortcut : ddd
51
-    
51
+
52
   - name : digg
52
   - name : digg
53
     engine : digg
53
     engine : digg
54
     shortcut : dg
54
     shortcut : dg
72
 #    engine : filecrop
72
 #    engine : filecrop
73
 #    categories : files
73
 #    categories : files
74
 #    shortcut : fc
74
 #    shortcut : fc
75
-    
75
+
76
   - name : 500px
76
   - name : 500px
77
     engine : 500px
77
     engine : 500px
78
     shortcut : px
78
     shortcut : px
115
     content_xpath : //a[@class="subtitle"]
115
     content_xpath : //a[@class="subtitle"]
116
     categories : files
116
     categories : files
117
     shortcut : gpa
117
     shortcut : gpa
118
-    
118
+
119
   - name : google play movies
119
   - name : google play movies
120
     engine        : xpath
120
     engine        : xpath
121
     search_url    : https://play.google.com/store/search?q={query}&c=movies
121
     search_url    : https://play.google.com/store/search?q={query}&c=movies
124
     content_xpath : //a[@class="subtitle"]
124
     content_xpath : //a[@class="subtitle"]
125
     categories : videos
125
     categories : videos
126
     shortcut : gpm
126
     shortcut : gpm
127
-    
127
+
128
   - name : google play music
128
   - name : google play music
129
     engine        : xpath
129
     engine        : xpath
130
     search_url    : https://play.google.com/store/search?q={query}&c=music
130
     search_url    : https://play.google.com/store/search?q={query}&c=music
133
     content_xpath : //a[@class="subtitle"]
133
     content_xpath : //a[@class="subtitle"]
134
     categories : music
134
     categories : music
135
     shortcut : gps
135
     shortcut : gps
136
-    
136
+
137
   - name : openstreetmap
137
   - name : openstreetmap
138
     engine : openstreetmap
138
     engine : openstreetmap
139
     shortcut : osm
139
     shortcut : osm
157
   - name : stackoverflow
157
   - name : stackoverflow
158
     engine : stackoverflow
158
     engine : stackoverflow
159
     shortcut : st
159
     shortcut : st
160
-    
160
+
161
   - name : searchcode doc
161
   - name : searchcode doc
162
     engine : searchcode_doc
162
     engine : searchcode_doc
163
     shortcut : scd
163
     shortcut : scd
164
-    
164
+
165
   - name : searchcode code
165
   - name : searchcode code
166
     engine : searchcode_code
166
     engine : searchcode_code
167
     shortcut : scc
167
     shortcut : scc