Skip to content

Commit

Permalink
Change config for Deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
GlinTFraulein committed Jul 18, 2024
1 parent 71988a7 commit 1934ec9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 13 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
readmeはあとで書きます。

# Website

This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator.
website実体は https://unimagic-vrc.github.io/InformationHub-MngOuter/ です。

### Installation

Expand Down
26 changes: 13 additions & 13 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@ import {themes as prismThemes} from 'prism-react-renderer';

/** @type {import('@docusaurus/types').Config} */
const config = {
title: 'My Site',
tagline: 'Dinosaurs are cool',
title: 'UniMagic Information Hub - for Management-Outer',
tagline: 'UniMagic',
favicon: 'img/favicon.ico',

// Set the production url of your site here
url: 'https://your-docusaurus-site.example.com',
url: 'https://unimagic-vrc.github.io',
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/',
baseUrl: '/InformationHub-MngOuter',

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: 'facebook', // Usually your GitHub org/user name.
projectName: 'docusaurus', // Usually your repo name.
organizationName: 'UniMagic', // Usually your GitHub org/user name.
projectName: 'InformationHub-MngOuter', // Usually your repo name.

onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
Expand All @@ -30,8 +30,8 @@ const config = {
// useful metadata like html lang. For example, if your site is Chinese, you
// may want to replace "en" with "zh-Hans".
i18n: {
defaultLocale: 'en',
locales: ['en'],
defaultLocale: 'ja',
locales: ['ja'],
},

presets: [
Expand All @@ -43,15 +43,15 @@ const config = {
sidebarPath: './sidebars.js',
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
//editUrl:
// 'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
},
blog: {
showReadingTime: true,
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
//editUrl:
// 'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
},
theme: {
customCss: './src/css/custom.css',
Expand All @@ -66,7 +66,7 @@ const config = {
// Replace with your project's social card
image: 'img/docusaurus-social-card.jpg',
navbar: {
title: 'My Site',
title: 'UniMagic Information Hub - 運営外郭向け',
logo: {
alt: 'My Site Logo',
src: 'img/logo.svg',
Expand Down

0 comments on commit 1934ec9

Please sign in to comment.