From 422fcfdcc2396fbb784b5b328a65ba92b1213dc4 Mon Sep 17 00:00:00 2001 From: fuwn Date: Sun, 20 Jun 2021 02:54:53 +0000 Subject: =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20Whirlsplash/site?= =?UTF-8?q?@9bee1b0d25423aee7ad42ee387e90c26ae5b3316=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/tutorial/create-a-page/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/tutorial/create-a-page/index.html') diff --git a/docs/tutorial/create-a-page/index.html b/docs/tutorial/create-a-page/index.html index 4f14c0b..42e746b 100644 --- a/docs/tutorial/create-a-page/index.html +++ b/docs/tutorial/create-a-page/index.html @@ -7,7 +7,7 @@ Create a Page | Whirlsplash - + @@ -16,7 +16,7 @@ function HelloWorld() { 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 a Markdown Page#

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

src/pages/my-markdown-page.md
---title: My Markdown page---
 # 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