From 50e0f5af2d4a8a91cf481c7c8a4db72741799c09 Mon Sep 17 00:00:00 2001 From: mfhepp Date: Wed, 10 Jan 2024 15:35:29 +0100 Subject: [PATCH] added SEO meta-data --- _config.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 60d2dc7..abd0c5a 100644 --- a/_config.yml +++ b/_config.yml @@ -1,2 +1,13 @@ -# test +title: Test for MIME Support in Github Pages +author: + name: Martin Hepp + email: martin.hepp@unibw.de + +# The `>` after `description:` means to ignore line-breaks until next key. +# If you want to omit the line-break after the end of text, use `>-` instead. +description: > + Using Github Pages for publishing Linked Open Data, Ontologies, and Semantic Web projects. Experiments regarding the + support of MIME types (aka media types or IANA media types) and HTTP Content Negotiation for RDF/XML, JSON-LD, Turtle, N3, + and NTriples syntaxes. + theme: minima