-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minimal example using Franklin #7
Comments
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: mitmath/computational-thinking#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/computational-thinking#120 <mitmath/computational-thinking#120> , give it
a try
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#7 (comment)>,
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) |
I turned Fons' PR into a template repository (see the website this template generates) Instructions (see also the README in the template repo)
The code should work fine for local preview and deployment on github pages. |
Were there any updates on this front since then? ^^ |
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.
The text was updated successfully, but these errors were encountered: