Open greimel opened 3 years ago
I'm working on making the computational thinking repository simpler today!
Great, thanks :-)
@floswald has simplified the Compuational Thinking repo for his course https://floswald.github.io/NumericalMethods/ and I have been working on reducing his repo even more in a fork https://github.com/greimel/NumericalMethods to understand what's going on. I am hopeful that all these efforts will turn into a template repository soon :-)
Awesome! I didn't know about those, I will take a look! My PR is here: https://github.com/mitmath/18S191/pull/120 , give it a try
Well not sure I simplified it so much , it’s pretty much a full copy of what you had done minus the sliderserver hook up. Thanks for sharing the excellent material by the way.
On Tue 23 Nov 2021 at 19:55, Fons van der Plas @.***> wrote:
Awesome! I didn't know about those, I will take a look! My PR is here: mitmath/18S191#120 https://github.com/mitmath/18S191/pull/120 , give it a try
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/JuliaPluto/static-export-template/issues/7#issuecomment-977016293, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAHZM5RUTPPXA234UBYBILDUNPPSDANCNFSM5GAAT5VQ .
The sliderserver hookup will also get simpler: instead of the 18S191 repository triggering the slider server to redeploy, the slider server can now autonomously watch the 18S191 repository and update itself: https://github.com/JuliaPluto/PlutoSliderServer.jl/releases/tag/v0.3.0 (I still need to update 18S191 to use this feature)
My PR is here: mitmath/18S191#120 , give it a try
I turned Fons' PR into a template repository (see the website this template generates)
Instructions (see also the README in the template repo)
notebooks/
foldernewwebsite/book_model_small.json
website/
newwebsite/generate.jl
notebook in PlutoThe code should work fine for local preview and deployment on github pages.
Were there any updates on this front since then? ^^ Thanks for all this amazing work btw
This is a good starting point I think https://rikhuijzer.github.io/JuliaTutorialsTemplate/
The rewrite of the computational thinking site is done! Take a look at https://github.com/mitmath/18S191 (the Fall22 branch) cc @greimel
That's great! Would it be possible for you to give any (very brief) pointers on the development process, if it's not much to ask?
The computational thinking repo is quite overwhelming. It would be nice if there was a template repo similar to this one that has a very simple Franklin website that shows Pluto notebooks.