From 0d7b3850b73f6ec48e4b2d8d2e39c536163e1286 Mon Sep 17 00:00:00 2001 From: Marcello Lamonaca Date: Thu, 19 Dec 2024 12:19:17 +0100 Subject: [PATCH] oranda: generate install instuctions and use `hacker` theme --- oranda.json | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/oranda.json b/oranda.json index 913a29c..8842157 100644 --- a/oranda.json +++ b/oranda.json @@ -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 + } + } } \ No newline at end of file