From 9ff520453f2019e87f83a525a5a219373b612073 Mon Sep 17 00:00:00 2001 From: Yasutake Yohei Date: Sun, 31 Dec 2023 01:36:15 +0900 Subject: build --- build/gian-tou/create-a-page/index.html | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 build/gian-tou/create-a-page/index.html (limited to 'build/gian-tou/create-a-page/index.html') diff --git a/build/gian-tou/create-a-page/index.html b/build/gian-tou/create-a-page/index.html deleted file mode 100644 index 5d248e6e..00000000 --- a/build/gian-tou/create-a-page/index.html +++ /dev/null @@ -1,27 +0,0 @@ - - - - - -Create a Page | 小平市議・安竹洋平のまとめ - - - - -
メインコンテンツまでスキップ

Create a Page

-

Add Markdown or React files to src/pages to create a standalone page:

-
    -
  • src/pages/index.jslocalhost:3000/
  • -
  • src/pages/foo.mdlocalhost:3000/foo
  • -
  • src/pages/foo/bar.jslocalhost:3000/foo/bar
  • -
-

Create your first React Page

-

Create a file at src/pages/my-react-page.js:

-
src/pages/my-react-page.js
import React from 'react';
import Layout from '@theme/Layout';

export default function MyReactPage() {
return (
<Layout>
<h1>My React page</h1>
<p>This is a React page</p>
</Layout>
);
}
-

A new page is now available at http://localhost:3000/my-react-page.

-

Create your first Markdown Page

-

Create a file at src/pages/my-markdown-page.md:

-
src/pages/my-markdown-page.md
# My Markdown page

This is a Markdown page
-

A new page is now available at http://localhost:3000/my-markdown-page.

- - \ No newline at end of file -- cgit v1.2.3-54-g00ecf