From 2556510d6cae148b04606dcd41ca5095cfa8df05 Mon Sep 17 00:00:00 2001 From: Fridge0 Date: Sat, 21 Oct 2023 18:52:53 +0900 Subject: [PATCH 1/2] the one and only commit --- docusaurus.config.js | 2 +- src/pages/index.js | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index d7a8cb855..d0ccd6506 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -5,7 +5,7 @@ const katex = require("rehype-katex"); /** @type {import("@docusaurus/types").Config} */ module.exports = { title: "ut.code(); Learn", - tagline: "ut.code(); Learn", + tagline: "ut.code(); 公式学習教材", url: "https://learn.utcode.net/", baseUrl: "/", onBrokenLinks: "throw", diff --git a/src/pages/index.js b/src/pages/index.js index 958000072..564080bf6 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -12,7 +12,7 @@ function Home() { return (
@@ -32,8 +32,8 @@ function Home() {
- ut.code(); Learn は、東京大学のソフトウェアエンジニアリングコミュニティ - ut.code(); の内部向け学習資料です。 + ut.code(); Learn は、東京大学のエンジニアリングコミュニティ ut.code(); + の公式学習資料です。誰でも自由に利用可能です。
); From 5da99fcf19fda3a99a13bdffeef095cebdd572c0 Mon Sep 17 00:00:00 2001 From: Fridge0 Date: Mon, 23 Oct 2023 13:46:42 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=E3=82=BD=E3=83=95=E3=83=88=E3=82=A6?= =?UTF-8?q?=E3=82=A7=E3=82=A2=E3=82=A8=E3=83=B3=E3=82=B8=E3=83=8B=E3=82=A2?= =?UTF-8?q?=E3=83=AA=E3=83=B3=E3=82=B0=E3=82=B3=E3=83=9F=E3=83=A5=E3=83=8B?= =?UTF-8?q?=E3=83=86=E3=82=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/index.js b/src/pages/index.js index 564080bf6..4610f1e4f 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -12,7 +12,7 @@ function Home() { return (
@@ -32,8 +32,8 @@ function Home() {
- ut.code(); Learn は、東京大学のエンジニアリングコミュニティ ut.code(); - の公式学習資料です。誰でも自由に利用可能です。 + ut.code(); Learn は、東京大学のソフトウェアエンジニアリングコミュニティ + ut.code(); の公式学習資料です。誰でも自由に利用可能です。
);