diff --git a/README.md b/README.md index b3aade720..fc3fc2ab8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# アルゴリズム入門のシケプリ +
logo
+ +# Introduction to Algorithms これは、アルゴリズム入門のシケプリです。 diff --git a/docusaurus.config.js b/docusaurus.config.js index 132703e1f..8aff791f1 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -10,13 +10,13 @@ const darkCodeTheme = require("prism-react-renderer/themes/dracula"); /** @type {import('@docusaurus/types').Config} */ const config = { - title: "アルゴリズム入門", + title: "Introduction to Algorithms", // tagline: '', url: "https://sikepuri-algorithm.github.io", baseUrl: "/", onBrokenLinks: "throw", onBrokenMarkdownLinks: "warn", - favicon: "img/favicon.png", + favicon: "img/favicon.svg", // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these. @@ -73,17 +73,17 @@ const config = { /** @type {import('@docusaurus/preset-classic').ThemeConfig} */ ({ navbar: { - title: "アルゴリズム入門", + title: "Introduction to Algorithms", logo: { alt: "My Site Logo", - src: "img/logo.png", + src: "img/logo.svg", }, items: [ { type: "doc", docId: "index", position: "left", - label: "ドキュメント", + label: "Doc", }, // {to: '/blog', label: 'Blog', position: 'left'}, { diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 73e2218ac..4e6c78edc 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -11,8 +11,14 @@ function HomepageHeader() { return (
-

{siteConfig.title}

-

{siteConfig.tagline}

+ {/*

{siteConfig.title}

*/} + {/*

{siteConfig.tagline}

*/} + logo
はじめる diff --git a/static/img/favicon.png b/static/img/favicon.png deleted file mode 100644 index 6b439d9ac..000000000 Binary files a/static/img/favicon.png and /dev/null differ diff --git a/static/img/favicon.svg b/static/img/favicon.svg new file mode 100644 index 000000000..1684dfcd0 --- /dev/null +++ b/static/img/favicon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/logo-black.svg b/static/img/logo-black.svg new file mode 100644 index 000000000..4536abe5d --- /dev/null +++ b/static/img/logo-black.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/logo-no-background.svg b/static/img/logo-no-background.svg new file mode 100644 index 000000000..cca4777f3 --- /dev/null +++ b/static/img/logo-no-background.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/logo.png b/static/img/logo.png deleted file mode 100644 index 102a24fbb..000000000 Binary files a/static/img/logo.png and /dev/null differ diff --git a/static/img/logo.svg b/static/img/logo.svg new file mode 100644 index 000000000..1684dfcd0 --- /dev/null +++ b/static/img/logo.svg @@ -0,0 +1 @@ + \ No newline at end of file