Skip to content

Commit 0e4a0b1

Browse files
committed
Updated description in jekyll config
1 parent 645c0fb commit 0e4a0b1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

web/_config.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@
2121
title: "PSI/J - Python"
2222
2323
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.
24+
Portable Submission Interface for Jobs
25+
A Python abstraction layer over cluster schedulers
2726
baseurl: "/psij-python" # the subpath of your site, e.g. /blog
2827
url: "" # the base hostname & protocol for your site, e.g. http://example.com
2928
twitter_username: jekyllrb
@@ -55,4 +54,4 @@ plugins:
5554
# - vendor/ruby/
5655

5756
include:
58-
- "**"
57+
- "**"

0 commit comments

Comments
 (0)