diff options
| author | liv <shadows_withal@fastmail.com> | 2023-05-17 16:56:01 +0200 |
|---|---|---|
| committer | liv <shadows_withal@fastmail.com> | 2023-05-17 16:56:01 +0200 |
| commit | 19cee732094c59669f29ce941ad87f5a90af6bf8 (patch) | |
| tree | d70052df19d5c1720849e9ff436f1e296ef41671 /oranda.json | |
| parent | 4c638e365f4de4f34b6ca3408daa08d5c6688b68 (diff) | |
chore: set up oranda
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
Diffstat (limited to 'oranda.json')
| -rw-r--r-- | oranda.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/oranda.json b/oranda.json new file mode 100644 index 0000000..503653a --- /dev/null +++ b/oranda.json @@ -0,0 +1,11 @@ +{ + "homepage": "https://rustlings.cool", + "readme_path": "website.md", + "repository": "https://github.com/rust-lang/rustlings", + "analytics": { + "plausible": { + "domain": "rustlings.cool" + } + }, + "changelog": true +} |
