JuliaPluto / PlutoSliderServer.jl

Web server to run just the `@bind` parts of a Pluto.jl notebook
https://computationalthinking.mit.edu/
The Unlicense
130 stars 17 forks source link

Option to use Pluto's Featured GUI as index html #100

Closed fonsp closed 1 year ago

fonsp commented 1 year ago

New option create_pluto_featured_index::Union{Nothing,Bool} = nothing that lets you:

"Use the Pluto Featured GUI to display the notebooks on the auto-generated index page, using frontmatter for title, description, image, and more. The default is currently false, but it might change in the future. Set to true or false explicitly to fix a value."

Addresses #63 (though some additional work is needed before making it the default), to be used to show the featured notebooks directly on our WIP website.

TODO