@@ -10,7 +10,7 @@ const darkCodeTheme = require("prism-react-renderer/themes/dracula");
10
10
11
11
/** @type {import('@docusaurus/types').Config } */
12
12
const config = {
13
- title : "Introduction to Algorithms " ,
13
+ title : "アルゴリズム入門 " ,
14
14
// tagline: '',
15
15
url : "https://sikepuri-algorithm.github.io" ,
16
16
baseUrl : process . env . NODE_ENV === "development" ? "/" : process . env . BASE_URL ,
@@ -21,7 +21,7 @@ const config = {
21
21
// GitHub pages deployment config.
22
22
// If you aren't using GitHub pages, you don't need these.
23
23
organizationName : "sikepuri-algorithm" , // Usually your GitHub org/user name.
24
- projectName : "sikepuri-of- algorithm" , // Usually your repo name.
24
+ projectName : "sikepuri-algorithm" , // Usually your repo name.
25
25
26
26
// Even if you don't use internalization, you can use this field to set useful
27
27
// metadata like html lang. For example, if your site is Chinese, you may want
@@ -78,7 +78,7 @@ const config = {
78
78
/** @type {import('@docusaurus/preset-classic').ThemeConfig } */
79
79
( {
80
80
navbar : {
81
- title : "Introduction to Algorithms " ,
81
+ title : "アルゴリズム入門 " ,
82
82
logo : {
83
83
alt : "My Site Logo" ,
84
84
src : "img/logo.svg" ,
@@ -121,14 +121,14 @@ const config = {
121
121
// label: 'Discord',
122
122
// href: 'https://discordapp.com/invite/docusaurus',
123
123
// },
124
- // {
125
- // label: 'Twitter',
126
- // href: 'https://twitter.com/docusaurus',
127
- // },
128
124
{
129
125
label : "GitHub" ,
130
126
href : "https://github.com/sikepuri-algorithm/sikepuri-algorithm.github.io" ,
131
127
} ,
128
+ {
129
+ label : "Twitter" ,
130
+ href : "https://twitter.com/chvmvd" ,
131
+ } ,
132
132
] ,
133
133
} ,
134
134
// {
0 commit comments