|
1 | | -<p align="center"> |
2 | | - <a href="https://www.gatsbyjs.com/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter-ts"> |
3 | | - <img alt="Gatsby" src="https://www.gatsbyjs.com/Gatsby-Monogram.svg" width="60" /> |
4 | | - </a> |
5 | | -</p> |
6 | | -<h1 align="center"> |
7 | | - Gatsby Minimal TypeScript Starter |
8 | | -</h1> |
| 1 | +## Xichen Pan's Blog |
9 | 2 |
|
10 | | -## 🚀 Quick start |
11 | | - |
12 | | -1. **Create a Gatsby site.** |
13 | | - |
14 | | - Use the Gatsby CLI to create a new site, specifying the minimal TypeScript starter. |
15 | | - |
16 | | - ```shell |
17 | | - # create a new Gatsby site using the minimal TypeScript starter |
18 | | - npm init gatsby -- -ts |
19 | | - ``` |
20 | | - |
21 | | -2. **Start developing.** |
22 | | - |
23 | | - Navigate into your new site’s directory and start it up. |
24 | | - |
25 | | - ```shell |
26 | | - cd my-gatsby-site/ |
27 | | - npm run develop |
28 | | - ``` |
29 | | - |
30 | | -3. **Open the code and start customizing!** |
31 | | - |
32 | | - Your site is now running at http://localhost:8000! |
33 | | - |
34 | | - Edit `src/pages/index.tsx` to see your site update in real-time! |
35 | | - |
36 | | -4. **Learn more** |
37 | | - |
38 | | - - [Documentation](https://www.gatsbyjs.com/docs/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter-ts) |
39 | | - - [Tutorials](https://www.gatsbyjs.com/docs/tutorial/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter-ts) |
40 | | - - [Guides](https://www.gatsbyjs.com/docs/how-to/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter-ts) |
41 | | - - [API Reference](https://www.gatsbyjs.com/docs/api-reference/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter-ts) |
42 | | - - [Plugin Library](https://www.gatsbyjs.com/plugins?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter-ts) |
43 | | - - [Cheat Sheet](https://www.gatsbyjs.com/docs/cheat-sheet/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter-ts) |
44 | | - |
45 | | -## 🚀 Quick start (Netlify) |
46 | | - |
47 | | -Deploy this starter with one click on [Netlify](https://app.netlify.com/signup): |
48 | | - |
49 | | -[<img src="https://www.netlify.com/img/deploy/button.svg" alt="Deploy to Netlify" />](https://app.netlify.com/start/deploy?repository=https://github.com/gatsbyjs/gatsby-starter-minimal-ts) |
| 3 | +Built with Gatsby, Tailwind CSS and TypeScript. Hosted on GitHub Pages. |
0 commit comments