Skip to content

Commit d071e1c

Browse files
authored
Translate: top page, install: textlint (#4)
* translate: title * translate: Blistering Speed * translate: Robust Content Management * translate: Shortcodes * install: textlint and textlint-rule-preset-jtf-style * translate: documentation.md * add: json rule * install: husky and lint-staged * add: .circleci/config.yml
1 parent d8dfe45 commit d071e1c

File tree

7 files changed

+3983
-14
lines changed

7 files changed

+3983
-14
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ indent_size = 4
77
indent_style = space
88
insert_final_newline = true
99
trim_trailing_whitespace = true
10+
11+
[*.json]
12+
indent_size = 2

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@
55
# editor
66
*~
77
.vscode
8+
9+
# textlint
10+
node_modules

.textlintrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"rules": {
3+
"preset-jtf-style": {
4+
"3.3.かっこ類と隣接する文字の間のスペースの有無": false,
5+
"4.3.5.二重引用符": false,
6+
"4.3.6.中かっこ{ }": false
7+
}
8+
}
9+
}

_index.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
2-
title: "The world’s fastest framework for building websites"
2+
title: "世界最速のウェブサイト構築フレームワーク"
33
date: 2017-03-02T12:00:00-05:00
44
features:
5-
- heading: Blistering Speed
5+
- heading: 猛烈な速度
66
image_path: /images/icon-fast.svg
7-
tagline: What's modern about waiting for your site to build?
8-
copy: Hugo is the fastest tool of its kind. At <1 ms per page, the average site builds in less than a second.
7+
tagline: 現代にもなってサイト生成を待ちますか?
8+
copy: Hugo はその種の最速なツールです。1ページにつき1マイクロ秒以下、平均して数秒でサイトを構築します。
99

10-
- heading: Robust Content Management
10+
- heading: 堅牢なコンテンツ管理
1111
image_path: /images/icon-content-management.svg
12-
tagline: Flexibility rules. Hugo is a content strategist's dream.
13-
copy: Hugo supports unlimited content types, taxonomies, menus, dynamic API-driven content, and more, all without plugins.
12+
tagline: 柔軟なルール、Hugo はコンテンツ戦略家の夢です。
13+
copy: Hugo はプラグイン無しで、コンテンツの種類・分類・メニュー・動的な API 提供などのすべてに限りなく対応しています。
1414

15-
- heading: Shortcodes
15+
- heading: ショートコード
1616
image_path: /images/icon-shortcodes.svg
17-
tagline: Hugo's shortcodes are Markdown's hidden superpower.
18-
copy: We love the beautiful simplicity of markdown’s syntax, but there are times when we want more flexibility. Hugo shortcodes allow for both beauty and flexibility.
17+
tagline: Hugo のショートコードはマークダウンの潜在能力です。
18+
copy: マークダウンの美しくシンプルな文法は素晴らしいものですが、時にはもっと柔軟さが欲しくなることもあります。Hugo のショートコードは単純さと柔軟性を両立させることが可能です。
1919

2020
- heading: Built-in Templates
2121
image_path: /images/icon-built-in-templates.svg

documentation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Hugo Documentation
2+
title: Hugo ドキュメント
33
linktitle: Hugo
4-
description: Hugo is the world's fastest static website engine. It's written in Go (aka Golang) and developed by bep, spf13 and friends.
4+
description: Hugo は世界最速のウェブサイト構築フレームワークです。bep と spf13 そして多くの貢献者たちにより Go 言語で実装されています。
55
date: 2017-02-01
66
publishdate: 2017-02-01
77
menu:
@@ -15,6 +15,6 @@ aliases: []
1515
toc: false
1616
layout: documentation-home
1717
---
18-
Hugo is the **world's fastest static website engine.** It's written in Go (aka Golang) and developed by [bep](https://github.com/bep), [spf13](https://github.com/spf13) and [friends](https://github.com/gohugoio/hugo/graphs/contributors).
18+
Hugoは **世界最速のウェブサイト構築フレームワーク** です。[bep](https://github.com/bep)[spf13](https://github.com/spf13) そして多くの [貢献者](https://github.com/gohugoio/hugo/graphs/contributors) たちによりGo言語で実装されています。
1919

20-
Below you will find some of the most common and helpful pages from our documentation.
20+
以下のドキュメントから一般的で有用なページを見つけることができると思います。

0 commit comments

Comments
 (0)