Skip to content

Commit 6e63ca5

Browse files
committed
Revert "fixed site title, description, e-mail"
This reverts commit 98d7746.
1 parent 0b904a5 commit 6e63ca5

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

_config.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,16 @@
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: Eclipse RDF4J Documentation
17-
email: rdf4j-users@googlegroups.com
16+
title: Your awesome title
17+
email: your-email@domain.com
1818
description: > # this means to ignore newlines until "baseurl:"
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.
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.
2022
baseurl: "" # the subpath of your site, e.g. /blog
2123
url: "" # the base hostname & protocol for your site, e.g. http://example.com
22-
#twitter_username: rdf4j
23-
#github_username: jekyll
24+
twitter_username: jekyllrb
25+
github_username: jekyll
2426

2527
# Build settings
2628
markdown: kramdown

0 commit comments

Comments
 (0)