mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 15:31:52 +00:00
Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 68e740b260 | |||
| fe5a63e5f2 | |||
| 9086c5ca84 | |||
| 9044385d2d | |||
| bfff2ec8c1 | |||
| d86cb66537 | |||
| 5622665b92 | |||
| 3952747fa0 | |||
| a567bca176 | |||
| a46a4f3091 |
@@ -72,6 +72,7 @@ The theme currently supports the following languages by default:
|
|||||||
| :romania: Romanian | `ro` |
|
| :romania: Romanian | `ro` |
|
||||||
| :es: Spanish (Spain) | `es` |
|
| :es: Spanish (Spain) | `es` |
|
||||||
| :tr: Turkish | `tr` |
|
| :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).
|
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).
|
||||||
|
|
||||||
|
|||||||
@@ -1,9 +1,11 @@
|
|||||||
---
|
---
|
||||||
title: "An External Article"
|
title: "An External Article"
|
||||||
date: 2019-01-24
|
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."
|
summary: "The `externalUrl` front matter parameter can link to any URL."
|
||||||
showReadingTime: false
|
showReadingTime: true
|
||||||
|
showLikes: false
|
||||||
|
showViews: false
|
||||||
_build:
|
_build:
|
||||||
render: "false"
|
render: "false"
|
||||||
list: "local"
|
list: "local"
|
||||||
|
|||||||
@@ -20,6 +20,7 @@ Real websites that are built with Blowfish.
|
|||||||
| Website | Details |
|
| Website | Details |
|
||||||
| --------------------------------------------------------------------- | ---------------------------- |
|
| --------------------------------------------------------------------- | ---------------------------- |
|
||||||
| [nunocoracao.com](https://nunocoracao.com) | Personal site - Theme author |
|
| [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 |
|
| [code-chimp.com](https://code-chimp.com) | Personal site |
|
||||||
| [mucahitkurtlar.github.io](https://mucahitkurtlar.github.io) | Personal site |
|
| [mucahitkurtlar.github.io](https://mucahitkurtlar.github.io) | Personal site |
|
||||||
| [brendanwallace.github.io](https://brendanwallace.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 |
|
| [blog.watchstep.me](https://blog.watchstep.me) | Personal site |
|
||||||
| [overdevelop.io](https://overdevelop.io) | Personal site |
|
| [overdevelop.io](https://overdevelop.io) | Personal site |
|
||||||
| [loisvelasco.is-a.dev](https://loisvelasco.is-a.dev) | 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 >}}
|
{{< alert >}}
|
||||||
|
|
||||||
|
|||||||
@@ -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 }} & {{ .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"
|
||||||
|
|
||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "hugo-blowfish-theme",
|
"name": "hugo-blowfish-theme",
|
||||||
"version": "2.1.0",
|
"version": "2.2.0",
|
||||||
"description": "Blowfish theme for Hugo",
|
"description": "Blowfish theme for Hugo",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"preinstall": "rimraf assets/vendor",
|
"preinstall": "rimraf assets/vendor",
|
||||||
|
|||||||
Reference in New Issue
Block a user