Update get started index.it.md

Add some translate content
This commit is contained in:
BabaRagnarok 2024-03-28 15:39:58 +01:00 committed by GitHub
parent 85df73d8b6
commit 7c1930d3a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,21 +1,21 @@
--- ---
title: "Getting Started" title: "Per iniziare"
date: 2020-08-15 date: 2020-08-15
draft: false draft: false
description: "All the front matter variables available in Blowfish." description: "Tutte le variabili del front matter sono disponibili in Blowfish.
slug: "getting-started" slug: "per-iniziare"
tags: ["installation", "docs"] tags: ["installazione", "documenti"]
series: ["Documentation"] series: ["Documentazione"]
series_order: 3 series_order: 3
--- ---
{{< alert >}} {{< alert >}}
This section assumes you have already [installed the Blowfish theme]({{< ref "docs/installation" >}}). Questa sezione presuppone che si sia già [installato il tema Blowfish]({{< ref "docs/installation" >}}).
{{< /alert >}} {{< /alert >}}
</br> </br>
{{< alert "fire" >}} {{< alert "fire" >}}
We just launched a CLI tool to help you get started with Blowfish. It will help you with installation and configuration. Install the CLI tool globally using: Abbiamo appena lanciato uno strumento CLI per aiutarvi a iniziare con Blowfish. Vi aiuterà con l'installazione e la configurazione. Installate lo strumento CLI a livello globale utilizzando:
```bash ```bash
npx blowfish-tools npx blowfish-tools
``` ```