mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-22 14:35:43 -06:00
translated some missing files for it https://github.com/nunocoracao/blowfish/issues/1358
This commit is contained in:
parent
686f2ef9fe
commit
75e76c572d
11 changed files with 35 additions and 115 deletions
|
@ -1,21 +1,19 @@
|
||||||
---
|
---
|
||||||
title: "Welcome to Blowfish! :tada:"
|
title: "Benvenuti a Blowfish!"
|
||||||
description: "This page was built using the Blowfish theme for Hugo."
|
description: "Questa pagina è stata creata utilizzando il tema Blowfish per Hugo."
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
<div class="flex px-4 py-2 mb-8 text-base rounded-md bg-primary-100 dark:bg-primary-900">
|
<div class="flex px-4 py-2 mb-8 text-base rounded-md bg-primary-100 dark:bg-primary-900">
|
||||||
<span class="flex items-center ltr:pr-3 rtl:pl-3 text-primary-400">
|
<span class="flex items-center ltr:pr-3 rtl:pl-3 text-primary-400">
|
||||||
{{< icon "triangle-exclamation" >}}
|
{{< icon "triangle-exclamation" >}}
|
||||||
</span>
|
</span>
|
||||||
<span class="flex items-center justify-between grow dark:text-neutral-300">
|
<span class="flex items-center justify-between grow dark:text-neutral-300">
|
||||||
<span class="prose dark:prose-invert">This is a demo of the <code id="layout">background</code> layout.</span>
|
<span class="prose dark:prose-invert">Questa è una demo del layout <code id="layout">background</code>.</span>
|
||||||
<button
|
<pulsante
|
||||||
id="switch-layout-button"
|
id="interruttore-layout-pulsante"
|
||||||
class="px-4 !text-neutral !no-underline rounded-md bg-primary-600 hover:!bg-primary-500 dark:bg-primary-800 dark:hover:!bg-primary-700"
|
class="px-4 !text-neutral !no-underline round-md bg-primary-600 hover:!bg-primary-500 dark:bg-primary-800 dark:hover:!bg-primary-700"
|
||||||
>
|
>
|
||||||
Switch layout ↻
|
Cambia layout ↻
|
||||||
</button>
|
</pulsante>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -24,6 +22,4 @@ description: "This page was built using the Blowfish theme for Hugo."
|
||||||
npx blowfish-tools
|
npx blowfish-tools
|
||||||
```
|
```
|
||||||
|
|
||||||
{{< youtubeLite id="SgXhGb-7QbU" label="Blowfish-tools demo" >}}
|
{{< youtubeLite id="SgXhGb-7QbU" label="Demo degli strumenti Blowfish" >}}
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: "Authors Taxonomy Listing Example"
|
title: "Esempio di elenco di tassonomia degli autori"
|
||||||
---
|
|
||||||
|
|
||||||
A quick example of how to start using author taxonomies in your articles.
|
---
|
||||||
|
Un rapido esempio di come iniziare a utilizzare le tassonomie degli autori nei tuoi articoli.
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: "Nuno Coração"
|
title: "Nuno Coraçao"
|
||||||
---
|
|
||||||
|
|
||||||
Nuno's awesome dummy bio.
|
---
|
||||||
|
La fantastica biografia di Nuno.
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: "Dummy Second Author"
|
title: "Secondo autore fittizio"
|
||||||
---
|
|
||||||
|
|
||||||
Dummy Second Author's awesome dummy bio.
|
---
|
||||||
|
La fantastica biografia fittizia di Dummy Second Author.
|
|
@ -1,17 +1,15 @@
|
||||||
---
|
---
|
||||||
title: "Documentation"
|
title: "Documenti"
|
||||||
description: "Learn how to use Blowfish and its features."
|
description: "Scopri come utilizzare Blowfish e le sue funzionalità."
|
||||||
|
|
||||||
cascade:
|
cascade:
|
||||||
showDate: false
|
showDate: false
|
||||||
showAuthor: false
|
showAuthor: false
|
||||||
invertPagination: true
|
invertPagination: true
|
||||||
---
|
|
||||||
|
|
||||||
|
---
|
||||||
{{< lead >}}
|
{{< lead >}}
|
||||||
Simple, yet powerful. Learn how to use Blowfish and its features.
|
Semplice ma potente. Scopri come utilizzare Blowfish e le sue funzionalità.
|
||||||
{{< /lead >}}
|
{{< /lead >}}
|
||||||
|
|
||||||
This section contains everything you need to know about Blowfish. If you're new, check out the [Installation]({{< ref "docs/installation" >}}) guide to begin or visit the [Samples]({{< ref "samples" >}}) section to see what Blowfish can do.
|
Questa sezione contiene tutto ciò che devi sapere su Blowfish. Se sei nuovo, consulta la guida [Installazione]({{< ref "docs/installation" >}}) per iniziare o visita la sezione [Esempi]({{< ref "samples" >}}) per vedere cosa può fare Blowfish.
|
||||||
|
|
||||||
---
|
|
|
@ -1,18 +0,0 @@
|
||||||
---
|
|
||||||
title: "Posts"
|
|
||||||
date: 2022-06-13T20:55:37+01:00
|
|
||||||
draft: false
|
|
||||||
|
|
||||||
showDate : false
|
|
||||||
showDateUpdated : false
|
|
||||||
showHeadingAnchors : false
|
|
||||||
showPagination : false
|
|
||||||
showReadingTime : false
|
|
||||||
showTableOfContents : true
|
|
||||||
showTaxonomies : false
|
|
||||||
showWordCount : false
|
|
||||||
showSummary : false
|
|
||||||
sharingLinks : false
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
|
@ -1,18 +0,0 @@
|
||||||
---
|
|
||||||
title: "投稿"
|
|
||||||
date: 2022-06-13T20:55:37+01:00
|
|
||||||
draft: false
|
|
||||||
|
|
||||||
showDate : false
|
|
||||||
showDateUpdated : false
|
|
||||||
showHeadingAnchors : false
|
|
||||||
showPagination : false
|
|
||||||
showReadingTime : false
|
|
||||||
showTableOfContents : true
|
|
||||||
showTaxonomies : false
|
|
||||||
showWordCount : false
|
|
||||||
showSummary : false
|
|
||||||
sharingLinks : false
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
|
@ -1,18 +0,0 @@
|
||||||
---
|
|
||||||
title: "Posts"
|
|
||||||
date: 2022-06-13T20:55:37+01:00
|
|
||||||
draft: false
|
|
||||||
|
|
||||||
showDate : false
|
|
||||||
showDateUpdated : false
|
|
||||||
showHeadingAnchors : false
|
|
||||||
showPagination : false
|
|
||||||
showReadingTime : false
|
|
||||||
showTableOfContents : true
|
|
||||||
showTaxonomies : false
|
|
||||||
showWordCount : false
|
|
||||||
showSummary : false
|
|
||||||
sharingLinks : false
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
|
@ -1,18 +0,0 @@
|
||||||
---
|
|
||||||
title: "文章"
|
|
||||||
date: 2022-06-13T20:55:37+01:00
|
|
||||||
draft: false
|
|
||||||
|
|
||||||
showDate : false
|
|
||||||
showDateUpdated : false
|
|
||||||
showHeadingAnchors : false
|
|
||||||
showPagination : false
|
|
||||||
showReadingTime : false
|
|
||||||
showTableOfContents : true
|
|
||||||
showTaxonomies : false
|
|
||||||
showWordCount : false
|
|
||||||
showSummary : false
|
|
||||||
sharingLinks : false
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
---
|
---
|
||||||
title: "Samples"
|
title: "Campioni"
|
||||||
description: "See what's possible with Blowfish."
|
description: "Guarda cosa è possibile fare con Blowfish."
|
||||||
|
|
||||||
cascade:
|
cascade:
|
||||||
showEdit: false
|
showEdit: false
|
||||||
showSummary: false
|
showSummary: false
|
||||||
hideFeatureImage: true
|
hideFeatureImage: true
|
||||||
---
|
|
||||||
|
|
||||||
|
---
|
||||||
{{< lead >}}
|
{{< lead >}}
|
||||||
Blowfish brings your content to life. :heart_eyes:
|
Blowfish dà vita ai tuoi contenuti. :heart_eyes:
|
||||||
{{< /lead >}}
|
{{< /lead >}}
|
||||||
|
|
||||||
This section contains some demo pages that show how Blowfish renders different types of content. You can also see an example [taxonomy listing]({{< ref "tags" >}}) page.
|
Questa sezione contiene alcune pagine demo che mostrano come Blowfish esegue il rendering di diversi tipi di contenuto. Puoi anche vedere una pagina di esempio [elenco tassonomia]({{< ref "tags" >}}).
|
||||||
|
|
||||||
_**Sidenote:** This page is just a standard Blowfish article listing and Hugo has been configured to generate a `samples` content type and display article summaries._
|
_**Nota a margine:** Questa pagina è solo un elenco standard di articoli Blowfish e Hugo è stato configurato per generare un tipo di contenuto "campioni" e visualizzare riepiloghi degli articoli._
|
||||||
|
|
||||||
---
|
|
|
@ -1,9 +1,9 @@
|
||||||
---
|
---
|
||||||
title: Tags
|
title: Tag
|
||||||
---
|
|
||||||
|
---
|
||||||
Blowfish has full support for Hugo taxonomies and will adapt to any taxonomy set up. Taxonomy listings like this one also support custom content to be displayed above the list of terms.
|
Blowfish ha il pieno supporto per le tassonomie Hugo e si adatterà a qualsiasi impostazione tassonomica. Gli elenchi di tassonomia come questo supportano anche il contenuto personalizzato da visualizzare sopra l'elenco dei termini.
|
||||||
|
|
||||||
This area could be used to add some extra descriptive text to each taxonomy. Check out the [advanced tag]({{< ref "advanced" >}}) below to see how to take this concept even further.
|
Quest'area può essere utilizzata per aggiungere testo descrittivo aggiuntivo a ciascuna tassonomia. Dai un'occhiata al [tag avanzato]({{< ref "advanced" >}}) di seguito per vedere come portare questo concetto ancora oltre.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in a new issue