AKSW / jekyll-rdf

📃 A Jekyll plugin to include RDF data in your static site or build a complete site for your RDF graph
http://aksw.org/Projects/JekyllRDF
Other
57 stars 10 forks source link

index.html is not generated anymore #148

Closed seebi closed 6 years ago

seebi commented 6 years ago

with the current version the index.html is not generated anymore

approved by @white-gecko - pls add mwe

white-gecko commented 6 years ago

Maybe you can fix this together with #148

MWE sketch:

baseurl: "/"
url: "http://example.org"

model: <http://example.org/> …

No index.html will be created.

Workaround:

baseurl: ""
url: "http://example.org"

model: <http://example.org/> …