JuliaPluto / computational-thinking-template

Template to build a course webpage like the *Introduction to computational thinking with Julia* course tought at MIT
http://juliapluto.github.io/computational-thinking-template/
Other
34 stars 4 forks source link

have layout default to `md.jlmd` or `layout.jlhtml` #8

Open lucaferranti opened 1 year ago

lucaferranti commented 1 year ago

Unless someone wants some fancy layout, it's reasonable to assume that 99% of markdown files will use md.jlmd and 99% of pluto notebooks will use layout.jlhtml.

Those could be the default values, so that one would need to specify the layout in the frontmatter only if they want something fancier