Thank you! I indeed found that live-reloading worked with a new site, even with a --blank
one. Then followed hours, yes, of debugging. Not to bore you, the final outcome: an include file “head.html” had the <head>
tag missing! So trivial. Just deeply hidden by language haggling for the <html>
tag, and in fact already suggested here on the forum. What added to the problem: although my <head>
tag was missing, it was automatically generated by Jekyll…
1 Like