mo3et / Docs

Monet Learning Docs Source
0 stars 0 forks source link

Blog 选型 #1

Closed mo3et closed 1 year ago

mo3et commented 3 years ago
mo3et commented 3 years ago

Next

Next-Blog starter : https://github.com/vercel/next.js/tree/canary/examples/blog-starter Demo

https://www.nextjs.cn/docs/basic-features/pages https://www.nextjs.cn/docs/api-reference/cli

创建Next应用程序

yarn create next-app --example blog-starter blog-starter-app    // Great choice

yarn create next-app nextjs-blog --use-npm --example "https://github.com/vercel/next-learn-starter/tree/master/navigate-between-pages-starter"

https://cloud.tencent.com/developer/article/1816188?from=article.detail.1811485

Next-Mdx-blog: https://github.com/hipstersmoothie/next-mdx-blog

Building a blog with Next: https://timber.io/blog/building-a-blog-with-next-js/

https://github.com/ixartz/Next-js-Blog-Boilerplate


Awesome Nextjs

mo3et commented 3 years ago

Hugo

Website:https://gohugo.io/

mo3et commented 3 years ago

Gatsby

Gatsby Docs: https://www.gatsbyjs.com/docs/ Tutorial: https://www.gatsbyjs.com/docs/tutorial/ get-started

mo3et commented 3 years ago

Hexo

Github Actions 部署