File tree Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ layout : splash
3
+ permalink : /404.html
4
+ title : Oops! I couldn't find the page that you want. Page Not Found
5
+ feature_404 :
6
+ - title : " Oopsies"
7
+ excerpt : " Oopsies"
8
+ ---
9
+
10
+ ## Are you looking for any of the following:
11
+
12
+ * [ our package guide] ( https://www.pyopensci.org/python-package-guide )
13
+ * [ our peer review guide] ( https://www.pyopensci.org/peer-review-guide )
14
+
15
+ If not, please try to use the top navigation to get to the right spot.
16
+ If you think there is an error on our site - [ please open an issue here] ( https://github.com/pyOpenSci/pyopensci.github.io/issues ) .
17
+
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ reCaptcha:
71
71
secret :
72
72
atom_feed :
73
73
path : # blank (default) uses feed.xml
74
- search : # true, false (default)
74
+ search : true # true, false (default)
75
75
search_full_content : # true, false (default)
76
76
search_provider : # lunr (default), algolia, google
77
77
algolia :
@@ -114,7 +114,7 @@ analytics:
114
114
# Site Author
115
115
author :
116
116
name : " pyOpenSci"
117
- avatar : # path of avatar image, e.g. "/assets/images/bio-photo.jpg"
117
+ avatar : " /images/logo.png " # path of avatar image, e.g. "/assets/images/bio-photo.jpg"
118
118
bio : " pyOpenSci promotes open and reproducible research through peer-review of well-documented and tested scientific Python packages."
119
119
location : " Global"
120
120
email :
@@ -240,6 +240,7 @@ plugins:
240
240
- jekyll-feed
241
241
- jemoji
242
242
- jekyll-include-cache
243
+ - jekyll-redirect-from
243
244
244
245
# mimic GitHub Pages with --safe
245
246
whitelist :
@@ -249,6 +250,8 @@ whitelist:
249
250
- jekyll-feed
250
251
- jemoji
251
252
- jekyll-include-cache
253
+ - jekyll-redirect-from
254
+
252
255
253
256
collections :
254
257
packages :
You can’t perform that action at this time.
0 commit comments