From 3742ea87caa9c9b4feeea1a32c5f4b569dd26f84 Mon Sep 17 00:00:00 2001 From: Marco Date: Tue, 3 May 2022 20:02:11 +0200 Subject: [PATCH] ora funziona anche tabelle e update --- src/index.md | 1 - src/pane-in-macchina-silverocresto.md | 24 ------------------------ src/pane-in-macchina.md | 20 +++++++++++--------- src/style.css | 9 +++++++++ update | 4 ++-- 5 files changed, 22 insertions(+), 36 deletions(-) delete mode 100644 src/pane-in-macchina-silverocresto.md diff --git a/src/index.md b/src/index.md index c210e34..b34f946 100644 --- a/src/index.md +++ b/src/index.md @@ -6,7 +6,6 @@ Solo ricette basate, divieto di bloat - [Pasta al forno](pasta-al-forno.html) - [Pane con la macchina del pane](pane-in-macchina.html) -- [Pane con la macchina del pane silverocresto](pane-in-macchina-silverocresto.html) - [Pizza casalinga](pizza-casalinga.html) - [Torta di ricotta](torta-di-ricotta.html) - [Trippe](trippe.html) diff --git a/src/pane-in-macchina-silverocresto.md b/src/pane-in-macchina-silverocresto.md deleted file mode 100644 index 9d7b04b..0000000 --- a/src/pane-in-macchina-silverocresto.md +++ /dev/null @@ -1,24 +0,0 @@ -# Pane bianco cring - SilveroCresto - -Pane in macchina - SilveroCresto - -## Ingredients - -| Ingredienti | 1000g | 1250g | 1500g | -| --- | --- | --- | --- | -| Latte o acqua | 320ml | 360ml | 400ml | -|Burro/margarina| 2 cucchiai | 2,5 cucchiai | 3 cucchiai | -| Sale | 1,5 cucchiaini | 1,5 cucchiaini | 2 cucchiai | -| Farina di frumento (tipo DE 550) | 600g | 675g | 750g | -| Zucchero | 2 cucchiai | 2 cucchiai | 2,5 cucchiai | -| Lievito secco | 6g | 6g | 6g | - -## Directions - -1. Butta tutto in macchina del pane -2. Fai partire con programma 1 (completo) oppure 8 (solo impasto per infornare a parte) - - -## Contribution - -- Mr. Silver diff --git a/src/pane-in-macchina.md b/src/pane-in-macchina.md index a874637..9d7b04b 100644 --- a/src/pane-in-macchina.md +++ b/src/pane-in-macchina.md @@ -1,15 +1,17 @@ -# Pane in macchina del pane +# Pane bianco cring - SilveroCresto -Pane in macchina - Clatronic +Pane in macchina - SilveroCresto ## Ingredients -- Acqua - 300ml -- Olio - 1,5 cucchiai -- Sale - 1 cucchiaino -- Zucchero - 1 cucchiaio -- Farina tipo0 e/o integrale - 540g -- Lievito secco - un pacchetto / 7g +| Ingredienti | 1000g | 1250g | 1500g | +| --- | --- | --- | --- | +| Latte o acqua | 320ml | 360ml | 400ml | +|Burro/margarina| 2 cucchiai | 2,5 cucchiai | 3 cucchiai | +| Sale | 1,5 cucchiaini | 1,5 cucchiaini | 2 cucchiai | +| Farina di frumento (tipo DE 550) | 600g | 675g | 750g | +| Zucchero | 2 cucchiai | 2 cucchiai | 2,5 cucchiai | +| Lievito secco | 6g | 6g | 6g | ## Directions @@ -19,4 +21,4 @@ Pane in macchina - Clatronic ## Contribution -- Mr. Clatronic +- Mr. Silver diff --git a/src/style.css b/src/style.css index a6961f3..214d204 100644 --- a/src/style.css +++ b/src/style.css @@ -41,3 +41,12 @@ img { color: black ; } } +table tr td{ + text-align:center; + border-top: 1px white solid; +} +table{ + margin-right: auto; + margin-left: auto; + border-collapse:collapse; +} diff --git a/update b/update index 453cd0f..3bbf22d 100755 --- a/update +++ b/update @@ -1,5 +1,5 @@ #!/bin/sh -git pull gitocto master +git pull origin master -./ssg5 ./src/ /var/www/indice/ricette-basate/ "OctoCooking" "https://octosrv.me/ricette-basate" +./ssg5 src/ /var/www/indice/ricette-basate/ "OctoCooking" "https://octosrv.me/ricette-basate"