mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-02-02 03:22:33 -06:00
Update get started index.it.md
Add some translate content
This commit is contained in:
parent
85df73d8b6
commit
7c1930d3a8
1 changed files with 7 additions and 7 deletions
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue