Skip to content
This repository was archived by the owner on Jun 26, 2024. It is now read-only.

Commit 2b3fb04

Browse files
committed
fix category i18n for english kb
1 parent 4a73ffc commit 2b3fb04

29 files changed

+40
-28
lines changed

_layouts/archive.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
---
44
{% assign currentCategory = page.category %}
55
{% assign posts = site.categories[currentCategory] %}
6-
<h3>
7-
{{currentCategory}}
6+
<h3 style="text-transform: capitalize;">
7+
{{currentCategory | replace: "-", " "}}
88
<span class="count">({{site.categories[currentCategory] | size}})</span>
99
</h3>
1010

11-
{% include listings.html listings=posts %}
11+
{% include listings.html listings=posts %}

_posts/en/2018-07-14-FydeOS for PC安装指南.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
date: 2018-07-14
33
title: Running FydeOS for PC for the first time
44
categories:
5-
- 起步走
5+
- getting-started
66
type: Document
77
permalink: /getting-started/fydeos-for-pc/
88
redirect_from:

_posts/en/2018-07-15-FydeOS for RPi安装指南.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
date: 2018-07-15
33
title: Running Chromium OS for RPi for the first time
44
categories:
5-
- 起步走
5+
- getting-started
66
permalink: /getting-started/chromium-os-for-rpi/
77
type: Document
88
redirect_from:

_posts/en/2018-07-15-FydeOS for TKB安装指南.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
date: 2018-07-15
33
title: Running FydeOS for TKB for the first time
44
categories:
5-
- 起步走
5+
- getting-started
66
type: Document
77
permalink: /getting-started/fydeos-for-tkb/
88
redirect_from:

_posts/en/2018-07-16-Flint OS for Firefly-RK3288安装指南.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
date: 2018-07-16
33
title: Flint OS for Firefly-RK3288 Installation guide
44
categories:
5-
- 早期版本
5+
- previous-releases
66
type: Document
77
permalink: /previous-releases/firefly-rk3288/
88
redirect_from:

_posts/en/2018-07-16-Flint OS for Firefly-RK3399安装指南.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
date: 2018-07-16
33
title: Flint OS for Firefly-RK3399 Installation guide
44
categories:
5-
- 早期版本
5+
- previous-releases
66
type: Document
77
permalink: /previous-releases/firefly-rk3399/
88
redirect_from:

_posts/en/2018-07-16-将FydeOS for PC安装进硬盘.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
date: 2018-07-16
33
title: Install FydeOS for PC into the hard disk (full disk installation)
44
categories:
5-
- 起步走
5+
- getting-started
66
type: Document
77
permalink: /getting-started/install-fydeos-to-hdd/
88
redirect_from:

_posts/en/2018-07-30-在FydeOS中进入Shell.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
date: 2018-07-30
33
title: Enter Shell in FydeOS
44
categories:
5-
- 起步走
5+
- getting-started
66
type: Document
77
permalink: /getting-started/shell-access/
88
redirect_from:

_posts/en/2018-07-30-在早期FydeOS版本中启用OTA升级.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
date: 2018-07-30
33
title: Enable OTA upgrade in earlier FydeOS versions
44
categories:
5-
- 使用技巧
5+
- tips
66
type: Document
77
permalink: /recipes/enable-ota-in-earlier-fydeos-releases/
88
redirect_from:

_posts/en/2018-08-10-FydeOS与其他操作系统多启动配置指南(legacy).md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
date: 2018-07-30
33
title: Multi-boot configuration guide for FydeOS (early versions) and other operating systems
44
categories:
5-
- 使用技巧
5+
- tips
66
type: Document
77
permalink: /recipes/legacy-dual-boot/
88
redirect_from:

_posts/en/2018-08-10-在通过OTA方式升级的FydeOS中开启Linux(测试版).md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
date: 2018-07-30
33
title: Open Linux (beta) in FydeOS upgraded by OTA
44
categories:
5-
- 使用技巧
5+
- tips
66
- crostini
77
type: Document
88
permalink: /recipes/enable-crostini-after-ota-update/

_posts/en/2018-08-10-如何重置(Powerwash)我的FydeOS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
date: 2018-07-30
33
title: How to reset (Powerwash) my FydeOS
44
categories:
5-
- 使用技巧
5+
- tips
66
type: Document
77
permalink: /recipes/powerwash/
88
redirect_from:

_posts/en/2018-08-19-Linux(测试版)日常使用指南.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
date: 2018-08-19
33
title: Linux (beta) Daily Use Guide
44
categories:
5-
- 使用技巧
5+
- tips
66
- crostini
77
type: Document
88
permalink: /recipes/getting-started-with-linux-beta/

_posts/en/2018-08-19-Linux(测试版)设置向导.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
date: 2018-08-19
33
title: Linux (beta) setup guide
44
categories:
5-
- 使用技巧
5+
- tips
66
- crostini
77
type: Document
88
permalink: /recipes/setting-up-linux-beta/

_posts/en/2018-08-22-如何为FydeOS安装方便的软件包管理器.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
date: 2018-08-22
33
title: How to install a convenient package manager for FydeOS
44
categories:
5-
- 使用技巧
5+
- tips
66
type: Document
77
permalink: /recipes/chromebrew/
88
redirect_from:

_posts/en/2018-09-10-Linux(测试版)升级指导.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
date: 2018-08-19
33
title: Linux (beta) upgrade guide
44
categories:
5-
- 使用技巧
5+
- tips
66
- crostini
77
type: Document
88
permalink: /recipes/upgrading-linux-beta/

_posts/en/2018-09-17-在FydeOS下开发调试安卓程序指北.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
date: 2018-09-17
33
title: Guide for developing and debugging Android programs under FydeOS
44
categories:
5-
- 使用技巧
5+
- tips
66
- crostini
77
type: Document
88
permalink: /recipes/android-development-guide-with-fydeos/

_posts/en/2018-11-03-FydeOS键盘快捷键一览.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
date: 2018-11-03
33
title: FydeOS keyboard shortcuts at a glance
44
categories:
5-
- 使用技巧
5+
- tips
66
type: Document
77
permalink: /recipes/keyboard-shortcuts/
88
redirect_from:

_posts/en/2018-11-17-在Linux(测试版)中安装中文输入法.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
date: 2018-11-03
33
title: Install Chinese IME in Linux (beta)
44
categories:
5-
- 使用技巧
5+
- tips
66
- crostini
77
type: Document
88
permalink: /recipes/chinese-ime-in-linux-beta/

_posts/en/2018-12-12-将 Linux(测试版)的Debian替换为Archlinux.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
date: 2018-12-12
33
title: Replace Debian for Linux (beta) with Arch Linux
44
categories:
5-
- 使用技巧
5+
- tips
66
- crostini
77
type: Document
88
permalink: /recipes/install-arch-linux/

_posts/en/2019-01-15-FydeOS与其他操作系统多启动配置指南.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
date: 2019-01-15
33
title: Multi-boot configuration guide for FydeOS and other operating systems
44
categories:
5-
- 使用技巧
5+
- tips
66
type: Document
77
permalink: /recipes/dual-boot/
88
redirect_from:

_posts/en/2019-03-10-设置或修改FydeOS命令行chronos账户密码.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
date: 2019-03-10
33
title: Set or modify the FydeOS command line chronos account password
44
categories:
5-
- 使用技巧
5+
- tips
66
type: Document
77
permalink: /recipes/chronos-password/
88
lang: en

_posts/en/2019-04-24-迁移至FydeOS网络账户.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
date: 2019-04-24
33
title: FydeOS network account (beta) migration method
44
categories:
5-
- 使用技巧
5+
- tips
66
type: Document
77
permalink: /recipes/migrate-to-fydeos-online-account/
88
lang: en

_posts/en/2019-07-10-给在移动存储设备引导启动的FydeOS扩容.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
date: 2019-07-10
33
title: Expand the capacity of FydeOS booted on a mobile storage device
44
categories:
5-
- 使用技巧
5+
- tips
66
type: Document
77
permalink: /recipes/expand-stateful-partition/
88
lang: en

_posts/en/2019-11-17-CrossOver中文字体显示不正常解决方法.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
date: 2019-11-17
33
title: Solution to Chinese font display issue of CrossOver
44
categories:
5-
- 使用技巧
5+
- tips
66
type: Document
77
permalink: /recipes/crossover-chinese-font/
88
lang: en

category/getting-started.html

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
layout: archive
3+
category: getting-started
4+
---

category/previous-releases.html

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
layout: archive
3+
category: previous-releases
4+
---

category/tips.html

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
layout: archive
3+
category: tips
4+
---

kb.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<section class="category">
1010
<h3>
1111
{% if site.active_lang == "en" %}
12-
<a href="{{ site.baseurl }}/en/category/{{ name | slugify }}/">{{ name }}</a>
12+
<a href="{{ site.baseurl }}/en/category/{{ name | slugify }}/">{{ name | replace: "-", " "}}</a>
1313
{% else %}
1414
<a href="{{ site.baseurl }}/category/{{ name | slugify }}/">{{ name | replace: "-", " " }}</a>
1515
{% endif %}

0 commit comments

Comments
 (0)