Skip to content

Commit 98d7746

Browse files
committed
fixed site title, description, e-mail
Signed-off-by: Jeen Broekstra <jeen.broekstra@gmail.com>
1 parent cea6fd0 commit 98d7746

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

_config.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,14 @@
1313
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
1414
# You can create any custom variable you would like, and they will be accessible
1515
# in the templates via {{ site.myvariable }}.
16-
title: Your awesome title
17-
email: your-email@domain.com
16+
title: Eclipse RDF4J Documentation
17+
email: rdf4j-users@googlegroups.com
1818
description: > # this means to ignore newlines until "baseurl:"
19-
Write an awesome description for your new site here. You can edit this
20-
line in _config.yml. It will appear in your document head meta (for
21-
Google search results) and in your feed.xml site description.
19+
Eclipse RDF4J (formerly known as Sesame) is a powerful Java framework for processing and handling RDF data. This includes creating, parsing, scalable storage, reasoning and querying with RDF and Linked Data. It offers an easy-to-use API that can be connected to all leading RDF database solutions.
2220
baseurl: "" # the subpath of your site, e.g. /blog
2321
url: "" # the base hostname & protocol for your site, e.g. http://example.com
24-
twitter_username: jekyllrb
25-
github_username: jekyll
22+
#twitter_username: rdf4j
23+
#github_username: jekyll
2624

2725
# Build settings
2826
markdown: kramdown

0 commit comments

Comments
 (0)