diff --git a/assets/icons/rss-square.svg b/assets/icons/rss-square.svg new file mode 100644 index 00000000..d074561e --- /dev/null +++ b/assets/icons/rss-square.svg @@ -0,0 +1 @@ + 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/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). 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 >}} | diff --git a/firebase.json b/firebase.json index c1181733..a61db01a 100644 --- a/firebase.json +++ b/firebase.json @@ -1,11 +1,16 @@ { - "hosting": { - "public": "public", - "ignore": [ - "firebase.json", - "**/.*", - "**/node_modules/**" - ] - } + "hosting": { + "public": "public", + "ignore": [ + "firebase.json", + "**/.*", + "**/node_modules/**" + ], + "rewrites": [ + { + "source": "**", + "destination": "/index.html" + } + ] } - \ No newline at end of file +} \ No newline at end of file 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ší" 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 @@ + + +
+ + +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…
+ + + +