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

for matching urls, extensions are ignored #218

Closed Simaris closed 5 years ago

Simaris commented 5 years ago

Fix #214

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 7b4ae49f09cebdf5d0687f77366d0e76a5b665c9 on Simaris:214/merging_pages into 2e492776a65c4068b412c66cd5481e068ab17c97 on white-gecko:develop.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 7b4ae49f09cebdf5d0687f77366d0e76a5b665c9 on Simaris:214/merging_pages into 2e492776a65c4068b412c66cd5481e068ab17c97 on white-gecko:develop.

Simaris commented 5 years ago

checking for already generated urls, the following was revealed:

/404  compare:false 
/bib/arndt-n-2017--quitstack  compare:false            # the relevant one
/notes/biometrische-passbilder  compare:false 
/feed.xml  compare:false 
/notes/  compare:false 
/  compare:false 

apparently Jekyll sometimes tries to sidestep generating duplicate urls by dropping the .html. But I have yet to find the corresponding passage in Jekylls source code.

Simaris commented 5 years ago

@white-gecko can you check if it now works properly?

white-gecko commented 5 years ago

This works for my page now. Maybe this is also related to the permalink feature.

Can this branch be merged?