pat-alt / quarto-julia-website

Website presenting output from Quarto extensions for Julia.
http://www.patalt.org/quarto-julia-website/
2 stars 0 forks source link

Showcase Quarto Extensions for the Julia Community #5

Closed pat-alt closed 2 months ago

pat-alt commented 3 months ago

Add the presentation for Quarto Extensions for the Julia Community. Just need to fill the presentation.qmd file.

cc @kellertuer

kellertuer commented 3 months ago

I started my (second) part of the talk in the presentation.qmd, but since I was not sure whether the main branch is directly rendered to your homepage, I pushed it to a branch, see https://github.com/pat-alt/quarto-julia-website/tree/kellertuer/Quarto-JC24-start/examples/contributed/juliacon_2024/quarto_extensions

but when coming here to comment I saw you also have a 3-... branch for that. Should I merge that there?

My main problem (besides checking the content a bit) is currently that even with as many eval: false as I could spare, I have a Julia block within a markdown block that is still executed, same for my Julia block that is part of my original make.jl. These should not be run but I am not able to deactivate that (and that code blocks within code blocks are run is also very strange).

So for both – the branch to actually use and this evaluation issue – help wanted :)

pat-alt commented 3 months ago

I'll go ahead and merge your branch in the one linked to this issue, then we can continue to work in that one. As for the eval issue, I think that's been resolved?

kellertuer commented 3 months ago

Yes, eval has been resolved by escaping {Julia} to {{Julia}}.

Sure feel free to merge, I only saw your branch after I pushed mine :)