Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
b0053e0
new website structure
fonsp May 13, 2022
ab4d4b1
new frontmatter system
fonsp May 18, 2022
09d0b13
tweaks
fonsp May 18, 2022
0db8e09
minor cleanup
fonsp May 18, 2022
5da1787
css tweaks
fonsp May 19, 2022
0df9869
Update Manifest.toml
fonsp May 19, 2022
4b0ce1a
generate frontmatter for all notebooks
fonsp May 19, 2022
a568944
update Pluto
fonsp May 19, 2022
c959058
⚡️ progress logging, async parallel runners
fonsp May 19, 2022
d5d6dbf
Awesome new development app
fonsp May 19, 2022
e3ce590
sidebar in index page
fonsp May 19, 2022
e3bfad2
more frontmatter updates
fonsp May 19, 2022
c001f99
VS Code Task files
fonsp May 19, 2022
2b69128
GitHub Pages workflow
fonsp May 19, 2022
96d0dea
eyyy
fonsp May 19, 2022
527ebe1
update GHA cache
fonsp May 19, 2022
742b395
update some styles
fonsp May 19, 2022
276a331
update page generation versions
fonsp Sep 23, 2022
94cf825
tweaks
fonsp Sep 23, 2022
7206d5a
remove old tools
fonsp Sep 23, 2022
32e0832
Create update_notebook_packages.jl
fonsp Sep 23, 2022
053bc8a
update package versions in all notebooks
fonsp Sep 23, 2022
1af039f
tweaks
fonsp Sep 23, 2022
d293a12
faster youtube embed in lectures
fonsp Sep 27, 2022
aafc00d
move all notebooks to new place
fonsp Nov 1, 2022
51cd266
Update sidebar data.jl
fonsp Nov 1, 2022
f5cb963
Update Manifest.toml
fonsp Nov 1, 2022
e0e3a08
Update PlutoDeployment.toml
fonsp Nov 1, 2022
379f712
delete old website source
fonsp Nov 1, 2022
2817834
Delete book_model.jl
fonsp Nov 1, 2022
503ac84
Allow specifying update level in tools/update_notebook_pacakges.jl
fonsp Nov 1, 2022
0fa05be
update notebook package versions
fonsp Nov 1, 2022
7d75b4d
Update installation.md
fonsp Nov 1, 2022
ccf164a
fix broken images
fonsp Nov 1, 2022
1d95733
misc
fonsp Nov 1, 2022
5ee65f5
Update layout.css
fonsp Nov 1, 2022
9859769
include homeworks in sidebar
fonsp Nov 1, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update PlutoDeployment.toml
  • Loading branch information
fonsp committed Nov 1, 2022
commit e0e3a08447d9cb28f8b407ff2433029e9aaa1495
115 changes: 20 additions & 95 deletions pluto-deployment-environment/PlutoDeployment.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,108 +9,33 @@ ignore_cache = [
create_index = false
exclude = [
# these are in the repo but not used on the website
"notebooks/week2/linear_transformation.jl",
"notebooks/week2/OLD_linear_transformation.jl",
"notebooks/week6/simulating_component_failure_live.jl",
"notebooks/week8/discrete_and_continuous_old.jl",
"notebooks/week8/pascal.jl",
"notebooks/week13/snowballearth_original.jl",
"src/week2/linear_transformation.jl",
"src/week2/OLD_linear_transformation.jl",
"src/week6/simulating_component_failure_live.jl",
"src/week8/discrete_and_continuous_old.jl",
"src/week8/pascal.jl",
"src/week13/snowballearth_original.jl",
"tools/generate_homepage_links.jl",
"*/linear_transformation.jl",
"*/OLD_linear_transformation.jl",
"*/simulating_component_failure_live.jl",
"*/discrete_and_continuous_old.jl",
"*/pascal.jl",
"*/snowballearth_original.jl",
"tools/*",
"PlutoPages.jl",
]

[SliderServer]
exclude=[
# these are in the repo but not used on the website
"notebooks/week2/linear_transformation.jl",
"notebooks/week2/OLD_linear_transformation.jl",
"notebooks/week6/simulating_component_failure_live.jl",
"notebooks/week8/discrete_and_continuous_old.jl",
"notebooks/week8/pascal.jl",
"notebooks/week13/snowballearth_original.jl", "src/week2/linear_transformation.jl",
"src/week2/OLD_linear_transformation.jl",
"src/week6/simulating_component_failure_live.jl",
"src/week8/discrete_and_continuous_old.jl",
"src/week8/pascal.jl",
"src/week13/snowballearth_original.jl",
"tools/generate_homepage_links.jl",
"*/linear_transformation.jl",
"*/OLD_linear_transformation.jl",
"*/simulating_component_failure_live.jl",
"*/discrete_and_continuous_old.jl",
"*/pascal.jl",
"*/snowballearth_original.jl",
"tools/*",
"PlutoPages.jl",

# not interactive
"notebooks/basic_syntax.jl",
"notebooks/week4/structure.jl",
"notebooks/week12/how_to_collaborate_on_software.jl",
"src/basic_syntax.jl",
"src/week4/structure.jl",
"src/week12/how_to_collaborate_on_software.jl",
"*/basic_syntax.jl",
"*/structure.jl",
"*/how_to_collaborate_on_software.jl",

# don't run homeworks
"notebooks/week0/hw0.jl",
"notebooks/week1/hw1.jl",
"notebooks/week2/hw2.jl",
"notebooks/week3/hw3.jl",
"notebooks/week4/hw4.jl",
"notebooks/week5/hw5.jl",
"notebooks/week6/hw6.jl",
"notebooks/week7/hw7.jl",
"notebooks/week8/hw8.jl",
"notebooks/week9/hw9.jl",
"notebooks/week10/hw10.jl",
"notebooks/week11/hw11.jl",
"notebooks/week12/hw12.jl",
"notebooks/week13/hw13.jl",
"notebooks/week14/hw14.jl",
"notebooks/week15/hw15.jl",
"notebooks/week16/hw16.jl",
"notebooks/week17/hw17.jl",
"notebooks/week18/hw18.jl",
"notebooks/week19/hw19.jl",
"notebooks/week20/hw20.jl",
"notebooks/week21/hw21.jl",
"notebooks/week22/hw22.jl",
"notebooks/week8/hw7.jl",
"notebooks/week9/hw8.jl",
"notebooks/week10/hw9.jl",
"notebooks/week11/hw10.jl",
"notebooks/week12/hw11.jl",
"notebooks/week13/hw12.jl",
"notebooks/week14/hw13.jl",
"notebooks/week15/hw14.jl",
"notebooks/week16/hw15.jl",
"src/week0/hw0.jl",
"src/week1/hw1.jl",
"src/week2/hw2.jl",
"src/week3/hw3.jl",
"src/week4/hw4.jl",
"src/week5/hw5.jl",
"src/week6/hw6.jl",
"src/week7/hw7.jl",
"src/week8/hw8.jl",
"src/week9/hw9.jl",
"src/week10/hw10.jl",
"src/week11/hw11.jl",
"src/week12/hw12.jl",
"src/week13/hw13.jl",
"src/week14/hw14.jl",
"src/week15/hw15.jl",
"src/week16/hw16.jl",
"src/week17/hw17.jl",
"src/week18/hw18.jl",
"src/week19/hw19.jl",
"src/week20/hw20.jl",
"src/week21/hw21.jl",
"src/week22/hw22.jl",
"src/week8/hw7.jl",
"src/week9/hw8.jl",
"src/week10/hw9.jl",
"src/week11/hw10.jl",
"src/week12/hw11.jl",
"src/week13/hw12.jl",
"src/week14/hw13.jl",
"src/week15/hw14.jl",
"src/week16/hw15.jl",
"*/hw*.jl",
]