oiax / tgweb

MIT License
8 stars 2 forks source link

Minor fixes to README.md and README-ja.md #187

Open kaitoukei opened 3 months ago

kaitoukei commented 3 months ago

Correction of sample code for \<a> element

[Before]

<nav>
  <a href="/articles/goal">Our Goal</a>
  <a href="/articles/about">About Us</a>
</nav>

[After]

<nav>
  <a href="/articles/goal.html">Our Goal</a>
  <a href="/articles/about.html">About Us</a>
</nav>
kaitoukei commented 3 months ago

Correct the following translation

[Before]

このセクションでは、最初の2つについて説明します;
他の4つは[Managing the Contents of the `<head>` Element](#managing-the-contents-of-the-head-element) で説明します。

[After]

このセクションでは、最初の3つについて説明します;
他の3つは [head要素の内容の管理](#head要素の内容の管理) で説明します。
kaitoukei commented 3 months ago

Japanese translation of “Color Scheme” as “配色”

kaitoukei commented 1 month ago

ラッパープロパティ

誤 : src/pages/member_mission/alice_mission.html 正 : src/pages/mission/member_mission/alice_mission.html

kaitoukei commented 1 month ago

ラッパー

誤 : Coding with html (workshop calender page). 正 : Coding with html (workshop calendar page).

4か所

kaitoukei commented 2 weeks ago

ディレクトリ名を指定して配布用ウェブサイトデータを生成する

誤 :サブディレクトリ sites/_site_0 にあるウェブサイトの配布用データを生刺青するには、 正 :サブディレクトリ sites/_site_0 にあるウェブサイトの配布用データを生成するには、