Skip to content

Commit 2358c67

Browse files
authored
Create pluto_export_configuration.json
1 parent 829eea2 commit 2358c67

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/pluto_export_configuration.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"comment_to_website_maintainers": "README! hello! this file is for a special purpose: some of the notebooks from this repository are also featured Pluto notebooks (they show in the main menu of Pluto, see https://github.com/fonsp/Pluto.jl/pull/2927). More specifically, the site computational-thinking.mit.edu acts as a 'featured source' of pluto, search for plutojl.org in https://github.com/fonsp/Pluto.jl/blob/main/frontend/featured_sources.js . That means: this file does not configure this website, changing things here does not change the website.",
3+
4+
"title": "Computational Thinking highlights",
5+
"description": "Highlights for the class Computational Thinking at MIT. For the complete course material, check out computationalthinking.mit.edu",
6+
7+
"collections": [
8+
{
9+
"title": "Julia track",
10+
"description": "These lectures are from the \"Julia track\" of Computational Thinking. Check out computationalthinking.mit.edu for the other tracks: Mathematics, Climate science and Data science.",
11+
"tags": ["track_julia"]
12+
}
13+
]
14+
15+
}

0 commit comments

Comments
 (0)