mirror of
https://github.com/rust-lang/rustlings
synced 2024-11-10 14:44:25 +00:00
19cee73209
Sets up oranda so we can get nice website things for free. Some caveats we have right now: - Absolutely manual, I have to do `oranda build` and the deploy manually right now - I had to pop the Readme into a new Markdown file because the first header in there was looking very strange
11 lines
233 B
JSON
11 lines
233 B
JSON
{
|
|
"homepage": "https://rustlings.cool",
|
|
"readme_path": "website.md",
|
|
"repository": "https://github.com/rust-lang/rustlings",
|
|
"analytics": {
|
|
"plausible": {
|
|
"domain": "rustlings.cool"
|
|
}
|
|
},
|
|
"changelog": true
|
|
}
|