From f181f77808fd4ba677c430ece722ddb48618f69a Mon Sep 17 00:00:00 2001 From: mztiq <92191413+mztiq@users.noreply.github.com> Date: Wed, 21 Dec 2022 22:07:22 +0100 Subject: [PATCH 01/11] Add rss svg icons. --- assets/icons/rss.svg | 1 + assets/icons/rss_square.svg | 1 + 2 files changed, 2 insertions(+) create mode 100644 assets/icons/rss.svg create mode 100644 assets/icons/rss_square.svg diff --git a/assets/icons/rss.svg b/assets/icons/rss.svg new file mode 100644 index 00000000..a4f1848e --- /dev/null +++ b/assets/icons/rss.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/icons/rss_square.svg b/assets/icons/rss_square.svg new file mode 100644 index 00000000..b5a06a80 --- /dev/null +++ b/assets/icons/rss_square.svg @@ -0,0 +1 @@ + \ No newline at end of file From 0dc2530b9986a95937406e4a3d81cf867f354a05 Mon Sep 17 00:00:00 2001 From: mztiq <92191413+mztiq@users.noreply.github.com> Date: Wed, 21 Dec 2022 22:16:22 +0100 Subject: [PATCH 02/11] Rename rss_square.svg to rss-square.svg --- assets/icons/{rss_square.svg => rss-square.svg} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename assets/icons/{rss_square.svg => rss-square.svg} (94%) diff --git a/assets/icons/rss_square.svg b/assets/icons/rss-square.svg similarity index 94% rename from assets/icons/rss_square.svg rename to assets/icons/rss-square.svg index b5a06a80..d074561e 100644 --- a/assets/icons/rss_square.svg +++ b/assets/icons/rss-square.svg @@ -1 +1 @@ - \ No newline at end of file + From 17166c7bb04c325526c338941d0248c4d9d3c348 Mon Sep 17 00:00:00 2001 From: mztiq <92191413+mztiq@users.noreply.github.com> Date: Wed, 21 Dec 2022 22:17:07 +0100 Subject: [PATCH 03/11] Add svg icons rss and rss-square --- exampleSite/content/samples/icons/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/exampleSite/content/samples/icons/index.md b/exampleSite/content/samples/icons/index.md index 707e9e0c..09147f37 100644 --- a/exampleSite/content/samples/icons/index.md +++ b/exampleSite/content/samples/icons/index.md @@ -78,6 +78,8 @@ The full list of built-in icons and their corresponding names can referenced bel | poo | {{< icon poo >}} | | reddit | {{< icon reddit >}} | | researchgate | {{< icon researchgate >}} | +| rss | {{< icon rss >}} | +| rss-square | {{< icon rss-square >}} | | search | {{< icon search >}} | | shield | {{< icon shield >}} | | skull-crossbones | {{< icon skull-crossbones >}} | @@ -98,4 +100,4 @@ The full list of built-in icons and their corresponding names can referenced bel | wand-magic-sparkles | {{< icon wand-magic-sparkles >}} | | whatsapp | {{< icon whatsapp >}} | | xmark | {{< icon xmark >}} | -| youtube | {{< icon youtube >}} | \ No newline at end of file +| youtube | {{< icon youtube >}} | From 66c2282fed78440dafb27ae32b8aa7bf922d79ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Pfrogner?= <48058525+pfrogond@users.noreply.github.com> Date: Sun, 25 Dec 2022 18:40:07 +0100 Subject: [PATCH 04/11] Add files via upload --- i18n/cs.yaml | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 i18n/cs.yaml diff --git a/i18n/cs.yaml b/i18n/cs.yaml new file mode 100644 index 00000000..f5991613 --- /dev/null +++ b/i18n/cs.yaml @@ -0,0 +1,64 @@ +article: + anchor_label: "Kotva" + date: "{{ .Date }}" + date_updated: "Aktualizováno: {{ .Date }}" + draft: "Návrh" + edit_title: "Upravit" + reading_time: + one: "{{ .Count }} min" + other: "{{ .Count }} min" + reading_time_title: "Doba čtení" + table_of_contents: "Obsah" + word_count: + one: "{{ .Count }} slovo" + other: "{{ .Count }} slov" + views: + one: "{{ .Count }} zhlédnutí" + other: "{{ .Count }} zhlédnutí" + likes: + one: "{{ .Count }} líbí se mi" + other: "{{ .Count }} líbí se mi" + +author: + byline_title: "Autor" + +code: + copy: "Kopírovat" + copied: "Zkopírováno" + +error: + 404_title: "Stránka nenalezena :confused:" + 404_error: "Error 404" + 404_description: "Zdá se, že stránka neexistuje." + +footer: + dark_appearance: "Přepnout na tmavý režim" + light_appearance: "Přepnout na světlý režim" + powered_by: "Postaveno na technologiích {{ .Hugo }} & {{ .Theme }}" + +list: + externalurl_title: "Odkaz na externí stránku" + no_articles: "Tato sekce zatím neobsahuje žádné články." + +nav: + scroll_to_top_title: "Nahoru" + skip_to_main: "Přeskočit na hlavní obsah" + +search: + open_button_title: "Vyhledat (/)" + close_button_title: "Zavřít (Esc)" + input_placeholder: "Hledat" + +sharing: + email: "Poslat emailem" + facebook: "Sdílet na Facebook" + linkedin: "Sdílet na LinkedIn" + pinterest: "Připnout na Pinterest" + reddit: "Přidat na Reddit" + twitter: "Tweet na Twitter" + +shortcode: + recent_articles: "Nedávné" + +recent: + show_more: "Zobrazit další" From 314b7681e2a819f6ee1b9fce15037379fb28add4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Pfrogner?= <48058525+pfrogond@users.noreply.github.com> Date: Sun, 25 Dec 2022 18:48:13 +0100 Subject: [PATCH 05/11] Delete cs.yaml --- i18n/cs.yaml | 64 ---------------------------------------------------- 1 file changed, 64 deletions(-) delete mode 100644 i18n/cs.yaml diff --git a/i18n/cs.yaml b/i18n/cs.yaml deleted file mode 100644 index f5991613..00000000 --- a/i18n/cs.yaml +++ /dev/null @@ -1,64 +0,0 @@ -article: - anchor_label: "Kotva" - date: "{{ .Date }}" - date_updated: "Aktualizováno: {{ .Date }}" - draft: "Návrh" - edit_title: "Upravit" - reading_time: - one: "{{ .Count }} min" - other: "{{ .Count }} min" - reading_time_title: "Doba čtení" - table_of_contents: "Obsah" - word_count: - one: "{{ .Count }} slovo" - other: "{{ .Count }} slov" - views: - one: "{{ .Count }} zhlédnutí" - other: "{{ .Count }} zhlédnutí" - likes: - one: "{{ .Count }} líbí se mi" - other: "{{ .Count }} líbí se mi" - -author: - byline_title: "Autor" - -code: - copy: "Kopírovat" - copied: "Zkopírováno" - -error: - 404_title: "Stránka nenalezena :confused:" - 404_error: "Error 404" - 404_description: "Zdá se, že stránka neexistuje." - -footer: - dark_appearance: "Přepnout na tmavý režim" - light_appearance: "Přepnout na světlý režim" - powered_by: "Postaveno na technologiích {{ .Hugo }} & {{ .Theme }}" - -list: - externalurl_title: "Odkaz na externí stránku" - no_articles: "Tato sekce zatím neobsahuje žádné články." - -nav: - scroll_to_top_title: "Nahoru" - skip_to_main: "Přeskočit na hlavní obsah" - -search: - open_button_title: "Vyhledat (/)" - close_button_title: "Zavřít (Esc)" - input_placeholder: "Hledat" - -sharing: - email: "Poslat emailem" - facebook: "Sdílet na Facebook" - linkedin: "Sdílet na LinkedIn" - pinterest: "Připnout na Pinterest" - reddit: "Přidat na Reddit" - twitter: "Tweet na Twitter" - -shortcode: - recent_articles: "Nedávné" - -recent: - show_more: "Zobrazit další" From 6f27cbc208d1fef8e7626ff83fb68dccb750f577 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Pfrogner?= <48058525+pfrogond@users.noreply.github.com> Date: Sun, 25 Dec 2022 18:48:32 +0100 Subject: [PATCH 06/11] Add files via upload --- i18n/cs.yaml | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 i18n/cs.yaml diff --git a/i18n/cs.yaml b/i18n/cs.yaml new file mode 100644 index 00000000..f5a3908c --- /dev/null +++ b/i18n/cs.yaml @@ -0,0 +1,67 @@ +article: + anchor_label: "Kotva" + date: "{{ .Date }}" + date_updated: "Aktualizováno: {{ .Date }}" + draft: "Návrh" + edit_title: "Upravit" + reading_time: + one: "{{ .Count }} min" + other: "{{ .Count }} min" + reading_time_title: "Doba čtení" + table_of_contents: "Obsah" + word_count: + one: "{{ .Count }} slovo" + other: "{{ .Count }} slov" + views: + one: "{{ .Count }} zhlédnutí" + other: "{{ .Count }} zhlédnutí" + likes: + one: "{{ .Count }} líbí se mi" + other: "{{ .Count }} líbí se mi" + part_of_series: "Tento článek patří do série." + part: "Část" + this_article: "Tento článek" + +author: + byline_title: "Autor" + +code: + copy: "Kopírovat" + copied: "Zkopírováno" + +error: + 404_title: "Stránka nenalezena :confused:" + 404_error: "Error 404" + 404_description: "Zdá se, že stránka neexistuje." + +footer: + dark_appearance: "Přepnout na tmavý režim" + light_appearance: "Přepnout na světlý režim" + powered_by: "Postaveno na technologiích {{ .Hugo }} & {{ .Theme }}" + +list: + externalurl_title: "Odkaz na externí stránku" + no_articles: "Tato sekce zatím neobsahuje žádné články." + +nav: + scroll_to_top_title: "Nahoru" + skip_to_main: "Přeskočit na hlavní obsah" + +search: + open_button_title: "Vyhledat (/)" + close_button_title: "Zavřít (Esc)" + input_placeholder: "Hledat" + +sharing: + email: "Poslat emailem" + facebook: "Sdílet na Facebook" + linkedin: "Sdílet na LinkedIn" + pinterest: "Připnout na Pinterest" + reddit: "Přidat na Reddit" + twitter: "Tweet na Twitter" + +shortcode: + recent_articles: "Nedávné" + +recent: + show_more: "Zobrazit další" From 825f335d9ae3fdee26dcdf29cbb9977cdb9eaa99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Pfrogner?= <48058525+pfrogond@users.noreply.github.com> Date: Wed, 28 Dec 2022 20:32:54 +0100 Subject: [PATCH 07/11] Update index.md --- exampleSite/content/docs/configuration/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/exampleSite/content/docs/configuration/index.md b/exampleSite/content/docs/configuration/index.md index cd866d7a..ee3e5c48 100644 --- a/exampleSite/content/docs/configuration/index.md +++ b/exampleSite/content/docs/configuration/index.md @@ -76,6 +76,7 @@ The theme currently supports the following languages by default: | :tr: Turkish | `tr` | | 🇭🇷 Croatian | `hr` | | 🇮🇩 Indonesian | `id` | +| 🇨🇿 Czech | `cs` | The default translations can be overridden by creating a custom file in `i18n/[code].yaml` that contains the translation strings. You can also use this method to add new languages. If you'd like to share a new translation with the community, please [open a pull request](https://github.com/nunocoracao/blowfish/pulls). From fdd81049eeb5235e10235835abd16ef9b33e6b8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Fri, 30 Dec 2022 14:54:56 +0000 Subject: [PATCH 08/11] updating package version --- firebase.json | 16 +++++++++ package.json | 2 +- public/index.html | 89 +++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 106 insertions(+), 1 deletion(-) create mode 100644 firebase.json create mode 100644 public/index.html diff --git a/firebase.json b/firebase.json new file mode 100644 index 00000000..93fb369a --- /dev/null +++ b/firebase.json @@ -0,0 +1,16 @@ +{ + "hosting": { + "public": "public", + "ignore": [ + "firebase.json", + "**/.*", + "**/node_modules/**" + ], + "rewrites": [ + { + "source": "**", + "destination": "/index.html" + } + ] + } +} diff --git a/package.json b/package.json index dd3f62f6..a24e7893 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hugo-blowfish-theme", - "version": "2.19.1", + "version": "2.20.0", "description": "Blowfish theme for Hugo", "scripts": { "fullinstall": "npm run preinstall && npm install && npm run postinstall", diff --git a/public/index.html b/public/index.html new file mode 100644 index 00000000..d763056e --- /dev/null +++ b/public/index.html @@ -0,0 +1,89 @@ + + + + + + Welcome to Firebase Hosting + + + + + + + + + + + + + + + + + + + +
+

Welcome

+

Firebase Hosting Setup Complete

+

You're seeing this because you've successfully setup Firebase Hosting. Now it's time to go build something extraordinary!

+ Open Hosting Documentation +
+

Firebase SDK Loading…

+ + + + From 6ce016f6e2a212b2d17c16d237d93055e709ca26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Fri, 30 Dec 2022 15:00:45 +0000 Subject: [PATCH 09/11] test github actions --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a24e7893..5fccbe0e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hugo-blowfish-theme", "version": "2.20.0", - "description": "Blowfish theme for Hugo", + "description": "Blowfish theme for Hugo ", "scripts": { "fullinstall": "npm run preinstall && npm install && npm run postinstall", "preinstall": "rimraf assets/vendor", From 886ac1e01f1a2427a03dd8722ca01b1291e0a742 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Fri, 30 Dec 2022 15:03:10 +0000 Subject: [PATCH 10/11] test github actions --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5fccbe0e..ea1d6ade 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hugo-blowfish-theme", "version": "2.20.0", - "description": "Blowfish theme for Hugo ", + "description": "Blowfish theme for Hug o", "scripts": { "fullinstall": "npm run preinstall && npm install && npm run postinstall", "preinstall": "rimraf assets/vendor", From c3092131a6a86fe7317a4fca649850d2fdc72745 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Fri, 30 Dec 2022 15:04:42 +0000 Subject: [PATCH 11/11] test github actions --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ea1d6ade..a24e7893 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hugo-blowfish-theme", "version": "2.20.0", - "description": "Blowfish theme for Hug o", + "description": "Blowfish theme for Hugo", "scripts": { "fullinstall": "npm run preinstall && npm install && npm run postinstall", "preinstall": "rimraf assets/vendor",