oranda: generate install instuctions and use hacker theme

This commit is contained in:
Marcello 2024-12-19 12:19:17 +01:00
parent d6eb0faf47
commit 0d7b3850b7
No known key found for this signature in database

View file

@ -1,5 +1,15 @@
{
"build": {
"path_prefix": "json-to-env"
}
{
"$schema": "https://github.com/axodotdev/oranda/releases/latest/download/oranda-config-schema.json",
"build": {
"path_prefix": "json-to-env"
},
"styles": {
"theme": "hacker"
},
"components": {
"changelog": true,
"artifacts": {
"cargo_dist": true
}
}
}