文件名称:cocody.dev:我自己的网站,想做一些小型博客并分享我的收藏资源
文件大小:268KB
文件格式:ZIP
更新时间:2024-04-17 04:28:36
reactjs nextjs personal-website tailwindcss sanity-io
带有注释部分的Next.js博客 这是一个演示如何使用 , 和在博客文章中添加简单评论部分的演示。 运行前端 重命名.env.example文件.env和存储的环境变量下和理智将使用从理智API中提取数据。 您可以从获取或创建令牌,ID和机密。 这些环境变量准备好后,您可以运行以下命令来启动和运行Next的开发服务器: npm install # Run the frontend npm run dev # Run the Studio npm run start:sanity 该博客将在http://localhost:3000运行,而Studio将在http://localhost:3333 。
【文件预览】:
cocody.dev-master
----.env.example(306B)
----pages()
--------_app.js(185B)
--------bottom-sheet.tsx(868B)
--------_document.js(1KB)
--------posts()
--------api()
--------index.js(1KB)
----postcss.config.js(121B)
----next-env.d.ts(75B)
----styles()
--------index.css(97B)
----studio()
--------resolveProductionUrl.js(164B)
--------schemas()
--------plugins()
--------tsconfig.json(90B)
--------config()
--------README.md(762B)
--------sanity.json(734B)
--------.gitignore(11B)
--------package-lock.json(474KB)
--------package.json(478B)
--------static()
----tailwind.config.js(957B)
----lib()
--------constants.js(4KB)
--------sanity.js(729B)
--------api.js(2KB)
----vercel.json(132B)
----components()
--------post-title.js(236B)
--------post-preview.js(886B)
--------meta.js(1KB)
--------cover-image.js(708B)
--------alert.js(1KB)
--------HalftoneExperiment.js(15KB)
--------intro.js(859B)
--------hero-post.js(1KB)
--------section-separator.js(103B)
--------date.js(279B)
--------markdown-styles.module.css(251B)
--------header.js(304B)
--------footer.js(1KB)
--------avatar.js(253B)
--------layout.js(360B)
--------container.js(118B)
--------post-header.js(912B)
--------post-body.js(412B)
--------more-stories.js(699B)
----tsconfig.json(533B)
----LICENSE(1KB)
----lerna.json(66B)
----README.md(801B)
----renovate.json(58B)
----CODE_OF_CONDUCT.md(3KB)
----.gitignore(403B)
----package-lock.json(414KB)
----package.json(1016B)