Compare commits

...

10 Commits

Author SHA1 Message Date
Nuno Coração
68e740b260 Update package.json 2022-10-17 19:09:40 +01:00
Nuno Coração
fe5a63e5f2 Update users.md 2022-10-17 19:07:55 +01:00
Nuno Coração
9086c5ca84 Update index.md 2022-10-17 19:06:27 +01:00
Nuno Coração
9044385d2d Merge pull request #131 from lukapiplica/main
hr.yaml
2022-10-17 19:04:46 +01:00
Nuno Coração
bfff2ec8c1 Merge pull request #139 from nunocoracao/136-update-user-list-based-on-github-dependencies
updated user list
2022-10-17 19:00:57 +01:00
Nuno Coração
d86cb66537 updated user list 2022-10-17 18:59:09 +01:00
Nuno Coração
5622665b92 Update external.md 2022-10-17 12:42:33 +01:00
Nuno Coração
3952747fa0 Update external.md 2022-10-17 12:40:56 +01:00
Nuno Coração
a567bca176 Update users.md 2022-10-17 12:37:14 +01:00
lukapiplica
a46a4f3091 hr.yaml
Translated to Croatian.
2022-10-17 07:31:26 +02:00
5 changed files with 72 additions and 4 deletions

View File

@@ -72,6 +72,7 @@ The theme currently supports the following languages by default:
| :romania: Romanian | `ro` |
| :es: Spanish (Spain) | `es` |
| :tr: Turkish | `tr` |
| 🇭🇷 Hrvatski | `hr` |
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).

View File

@@ -1,9 +1,11 @@
---
title: "An External Article"
date: 2019-01-24
externalUrl: "https://jamespanther.com/writings/i-switched-from-google-analytics-to-fathom-analytics/"
externalUrl: "https://nunocoracao.com/projects/"
summary: "The `externalUrl` front matter parameter can link to any URL."
showReadingTime: false
showReadingTime: true
showLikes: false
showViews: false
_build:
render: "false"
list: "local"

View File

@@ -20,6 +20,7 @@ Real websites that are built with Blowfish.
| Website | Details |
| --------------------------------------------------------------------- | ---------------------------- |
| [nunocoracao.com](https://nunocoracao.com) | Personal site - Theme author |
| [madoke.org](https://madoke.org/) | Personal site |
| [code-chimp.com](https://code-chimp.com) | Personal site |
| [mucahitkurtlar.github.io](https://mucahitkurtlar.github.io) | Personal site |
| [brendanwallace.github.io](https://brendanwallace.github.io) | Personal site |
@@ -38,7 +39,9 @@ Real websites that are built with Blowfish.
| [blog.watchstep.me](https://blog.watchstep.me) | Personal site |
| [overdevelop.io](https://overdevelop.io) | Personal site |
| [loisvelasco.is-a.dev](https://loisvelasco.is-a.dev) | Personal site |
| [tabletopflore.com](https://www.tabletopflore.com) | Personal site |
| [omarohn.de](https://omarohn.de) | Personal site |
| [spelucin.me](https://spelucin.me) | Personal site |
{{< alert >}}

62
i18n/hr.yaml Normal file
View File

@@ -0,0 +1,62 @@
article:
anchor_label: "Sidro"
date: "{{ .Date }}"
date_updated: "Ažurirano: {{ .Date }}"
draft: "Nacrt"
edit_title: "Uredi sadržaj"
reading_time:
one: "{{ .Count }} minut"
other: "{{ .Count }} minuta"
reading_time_title: "Vrijeme čitanja"
table_of_contents: "Tablica sadržaja"
word_count:
one: "{{ .Count }} riječ"
other: "{{ .Count }} riječi"
views:
one: "{{ .Count }} pregled"
other: "{{ .Count }} pregleda"
likes:
one: "{{ .Count }} sviđa se"
other: "{{ .Count }} sviđa se"
author:
byline_title: "Autor"
code:
copy: "Kopiraj"
copied: "Kopirano"
error:
404_title: "Stranica nije pronađena :confused:"
404_error: "Greška 404"
404_description: "Čini se da stranica koju ste zatražili ne postoji."
footer:
dark_appearance: "Promjeni na tamni izgled"
light_appearance: "Promijeni na svijetli izgled"
powered_by: "Napravljeno pomoću {{ .Hugo }} &amp; {{ .Theme }}"
list:
externalurl_title: "Link to external site"
no_articles: "Ovdje još nema članaka"
nav:
scroll_to_top_title: "Otiđi na vrh"
skip_to_main: "Otiđi na glavni sadržaj"
search:
open_button_title: "Pretraga (/)"
close_button_title: "Izađi (Esc)"
input_placeholder: "Pretraži"
sharing:
email: "Pošalji putem e-pošte"
facebook: "Podijeli na Facebook"
linkedin: "Podijeli na LinkedIn"
pinterest: "Podijeli na Pinterest"
reddit: "Objavi na Reddit"
twitter: "Tweet na Twitter"
shortcode:
recent_articles: "Nedavno"

View File

@@ -1,6 +1,6 @@
{
"name": "hugo-blowfish-theme",
"version": "2.1.0",
"version": "2.2.0",
"description": "Blowfish theme for Hugo",
"scripts": {
"preinstall": "rimraf assets/vendor",