https://github.com/jyoketsu/my-blog
personal blog site based on next.js
https://github.com/jyoketsu/my-blog
Last synced: about 2 months ago
JSON representation
personal blog site based on next.js
- Host: GitHub
- URL: https://github.com/jyoketsu/my-blog
- Owner: jyoketsu
- Created: 2020-05-24T13:28:14.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T06:50:52.000Z (over 2 years ago)
- Last Synced: 2025-02-10T13:15:56.724Z (4 months ago)
- Language: TypeScript
- Homepage: https://blog.jyoketsu.com/
- Size: 562 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/zeit/next.js/tree/canary/packages/create-next-app).
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
```pm2 部署
```bash
pm2 start npm --name="my-blog" -- run deploy
```
重载
```
pm2 reload my-blog
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `pages/index.js`. The page auto-updates as you edit the file.
## Learn More
To learn more about Next.js, take a look at the following resources:
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.You can check out [the Next.js GitHub repository](https://github.com/zeit/next.js/) - your feedback and contributions are welcome!
## Deploy on Vercel
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/import?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.
# SEO优化
[向Google提交sitemap](https://www.google.com/ping?sitemap=https://blog.jyoketsu.com/sitemap.xml)
[Google Search Console](https://search.google.com/search-console?hl=zh-CN)
[Bing Webmaster](https://www.bing.com/webmasters)(可从谷歌导入)
[百度搜索资源平台](https://ziyuan.baidu.com/dashboard/index?site=https://blog.jyoketsu.com/)