DARIAH-ERIC / lexicalresources

Data space of the DARIAH Lexical Resources Working Group
https://dariah-eric.github.io/lexicalresources/
BSD 2-Clause "Simplified" License
18 stars 24 forks source link

Serving static html from GitHub Pages #28

Closed ttasovac closed 6 years ago

ttasovac commented 6 years ago

@yoannspace I thought you might be able to help out with this.

We generate an HTML version of our TEI Lex-0 documentation, but we can't serve HTML directly from lexicalresources/Schemas/TEI Lex 0 specification/TEILex0-ODD.html because that's not what GitHub does.

So I moved the html and a couple more folders (fonts, images) to lexicalresources/Pages/TEILex0 and I can serve this stuff locally without a problem (bundle exec jekyll serve).

For some reason, this doesn't work remotely. GitHub Pages in general work (for .md files) but static .html gives me 404 : https://dariah-eric.github.io/lexicalresources/Pages/TEILex0-ODD.html

Do you have any idea why this set up should work locally but not remotely?

ttasovac commented 6 years ago

Actually, I'm dropping this. I'm converting our overly complex documentation from html to simple markdown now, it seems to be doing the trick.