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 645c0fb commit 0e4a0b1Copy full SHA for 0e4a0b1
web/_config.yml
@@ -21,9 +21,8 @@
21
title: "PSI/J - Python"
22
email: [email protected]
23
description: >- # this means to ignore newlines until "baseurl:"
24
- Write an awesome description for your new site here. You can edit this
25
- line in _config.yml. It will appear in your document head meta (for
26
- Google search results) and in your feed.xml site description.
+ Portable Submission Interface for Jobs
+ A Python abstraction layer over cluster schedulers
27
baseurl: "/psij-python" # the subpath of your site, e.g. /blog
28
url: "" # the base hostname & protocol for your site, e.g. http://example.com
29
twitter_username: jekyllrb
@@ -55,4 +54,4 @@ plugins:
55
54
# - vendor/ruby/
56
57
include:
58
- - "**"
+ - "**"
0 commit comments