We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74fcb0b commit 4028d4dCopy full SHA for 4028d4d
_config.yml
@@ -240,6 +240,7 @@ plugins:
240
- jekyll-feed
241
- jemoji
242
- jekyll-include-cache
243
+ - jekyll-redirect-from
244
245
# mimic GitHub Pages with --safe
246
whitelist:
@@ -249,6 +250,8 @@ whitelist:
249
250
251
252
253
254
+
255
256
collections:
257
packages:
_pages/redirects/contributing-guide.md
@@ -0,0 +1,8 @@
1
+---
2
+title: pyOpenSci peer review guide
3
+permalink: /contributing-guide/
4
+redirect_to: https://www.pyopensci.org/peer-review-guide/
5
6
7
+Oops - looks like you're looking for our {{ page.title }}. Directing you
8
+to the right page now: <a href="{{ page.redirect_to }}"> {{ page.redirect_to }} </a>
0 commit comments