Franklin.jl icon indicating copy to clipboard operation
Franklin.jl copied to clipboard

Demos page leads to 404

Open mitiemann opened this issue 1 year ago • 2 comments

On the Franklin website, trying to click on the demos page leads to a 404.

mitiemann avatar Feb 04 '24 21:02 mitiemann

Hey @mitiemann, yes thanks, I'll fix that this week

tlienart avatar Feb 05 '24 08:02 tlienart

I was going to report the same. I found the problem with this line: https://github.com/tlienart/Franklin.jl/blob/8c043252f61e0a6217fd9c873a5be66cac5a8f3a/docs/index.md?plain=1#L26C1-L26C149

diegozea avatar Feb 22 '24 07:02 diegozea

I also just encountered this issue: https://franklinjl.org/demos/ (404)

mkitti avatar Apr 15 '24 22:04 mkitti

The issue seems to be a missing index.html in https://github.com/tlienart/Franklin.jl/tree/gh-pages/demos

Several of the links do work within demos:

  • https://franklinjl.org/demos/foo/
  • https://franklinjl.org/demos/mathjax/
  • https://franklinjl.org/demos/weave/
  • https://franklinjl.org/demos/wgl/ (errors printed)

mkitti avatar Apr 15 '24 22:04 mkitti

The index.html seems to be missing since #1066 was merged. Maybe some codeblock now throws an error and didn't before?

fkastner avatar Apr 16 '24 09:04 fkastner

Hello guys, this is now fixed (https://franklinjl.org/demos/), sorry am struggling a bit with my maintainers' duty atm

tlienart avatar Apr 16 '24 17:04 tlienart