Merge remote-tracking branch 'weaxs/translations-v1' into translations-v1

This commit is contained in:
Aphcity 2024-03-20 21:01:40 +08:00
commit 5ad4fd2225
6 changed files with 6 additions and 8 deletions

View file

@ -1,10 +1,10 @@
languageCode = "zh-cn"
languageName = "中文(简体)"
languageName = "简体中文"
weight = 2
title = "Blowfish"
[params]
displayName = "中文(简体)"
displayName = "简体中文"
isoCode = "zh-cn"
rtl = false
dateFormat = "2006-01-02"

View file

@ -59,8 +59,6 @@ Blowfish 附带了多种开箱即用的配色方案。想要更改基本配色
**注意:** 手动生成这些文件可能会比较困难,我编写了一个 `nodejs` 工具 [Fugu](https://github.com/nunocoracao/fugu) 来帮助解决这个问题。简而言之,您只需要提供调色板的三个主要 `hex` 值,程序将生成一个可以直接导入到 Blowfish 中的 css 文件。
{{< /alert >}}
Blowfish 主题定义了一个以三个主色调为核心的颜色方案,这三个主色调分别作为 `neutral`、`primary` 和 `secondary`其中每一个主色调对应了10个具体的颜色。
Blowfish 使用一种定义了整个主题中使用的三色调色板。这三种颜色被定义为 `neutral``primary``secondary` 颜色,每种颜色包含十种色调。
由于 Tailwind CSS 3.0 计算不透明度颜色值的方式,方案中指定的颜色需要通过提供红色、绿色和蓝色值来[符合特定格式](https://github.com/adamwathan/tailwind-css-variable-text-opacity-demo) 。

View file

@ -15,7 +15,7 @@ Blowfish 适宜个高度定制化的主题,使用到了一些 Hugo 中最新
{{< alert "fire" >}}
我们刚刚推出了 CLI 工具,来帮助你快速上手 Blowfish。它将帮助你进行安装和配置。使用以下命令可以全局范围安装 CLI 工具:
We just launched a CLI tool to help you get started with Blowfish. It will help you with installation and configuration. Install the CLI tool globally using:
```bash
npx blowfish-tools
```

View file

@ -2,7 +2,7 @@
title: "Firebase: 阅读量 & 点赞量"
date: 2020-08-03
draft: false
description: "了解 Blowfish 如何继承 Firebase并动态显示阅读量和点赞量。"
description: "了解 Blowfish 如何集成 Firebase并动态显示阅读量和点赞量。"
slug: "firebase-views"
tags: ["firebase", "阅读量", "点赞量"]
series: ["部署教程"]
@ -14,7 +14,7 @@ series_order: 15
1. 访问 <a target="_blank" href="https://firebase.com">Firebase</a> 并创建一个账户
2. 创建一个新项目
3. 选择分析位置
4. Blowfish 是通过 `params.toml` 配置文件中的 firebase 相关参数,来和 firebase 继承的,更多的细节内容可以参考 <a target="_blank" href="{{< ref "configuration/#theme-parameters" >}}">这个页面</a>。你可以在下面找到集成 firebase 的文件示例,请注意 FirebaseConfig 对象内的参数。
4. Blowfish 是通过 `params.toml` 配置文件中的 firebase 相关参数,来和 firebase 集成的,更多的细节内容可以参考 <a target="_blank" href="{{< ref "configuration/#theme-parameters" >}}">这个页面</a>。你可以在下面找到集成 firebase 的文件示例,请注意 FirebaseConfig 对象内的参数。
```
// 从你需要的 SDK 中导入所需的函数

View file

@ -116,6 +116,7 @@ Blowfish 定义了一种由三种主色调构成的配色方案,每种主色
#### Slate
{{< swatches "#6B7280" "#64748b" "#6B7280" >}}
尽管这些事默认的方案,你也可以创建属于你自己的,详细信息请参阅 [高级自定义]({{< ref "advanced-customisation#colour-schemes" >}}) 部分。
尽管这些事默认的方案,你也可以创建属于你自己的,详细信息请参阅 [高级自定义]({{< ref "advanced-customisation#colour-schemes" >}}) 部分。
## 整理内容

View file

@ -26,7 +26,6 @@ Tailwind CSS 带来了性能优化,并提供了一些出色的新的 CSS 特
这是一个高频需求Blowfish 现在支持多语言!
如果你使用多语言发布你的内容,网站将会构建包含所有可用翻译的版本。
A highly requested feature, Blowfish is now multilingual! If you publish your content in multiple languages, the site will be built with all the translations available.
<div class="text-2xl text-center" style="font-size: 2.8rem">:gb: :de: :fr: :es: :cn: :brazil: :tr: :bangladesh:</div>