themes.js chore: adds prettier and linting (#11) Feb 6, 2022 yarn.lock chore(deps): update dependency eslint to v8.28.0 Nov 21, 2022 Repository files navigation README MIT license A customizable blog starter using: Next.js v12 Tailwind v3.0 Built-in MDX v1 support Includes modern desig...
使用a 标签在 Next.js 中是不推荐的行为,Next.js 提供了 Link 标签,它的作用跟 a 标签一致,遇到需要路由跳转的使用 Link 即可。 之后创建 details/[id]/page.tsx 页面,这里 [id] 代表了一个动态参数,会根据传递过来的 id 不同来进行变化,在 Next.js 中还有其他可选参数等,这里不展开一一介绍了,之后重点...
nextjs-themes/index.d.ts Version: 115 BTypeScriptView Raw 1 export * from "./client"; 2 export * from "./hooks"; 3 export * from "./constants"; 4 //# sourceMappingURL=index.d.ts.map \ No newline at end of file
我们第一步需要安装next-theme,然后创建layout组件,创建header组件,创建暗黑模式切换组件(modeToogle),切换组件我们使用点击切换,所以需要使用到了shadcn/ui 里面的dropdown-menu组件。 #切换到web目录,首先添加next-theme包pnpminstallnext-themes-S#然后添加shadcn/ui的dropdown-menupnpmdlxshadcn-ui@latestadddropdow...
其实Nextra本身只是 Next.js 的一个扩展插件而已, Next.js 本身的功能包括其社区的插件,只要不互相冲突,那么都是可以和Nextra一起使用的。 因此Nextra拥有 Next.js 本身的所有功能,不太清楚 Next.js 功能的可以去《Next.js了解篇|一文带你梳理清楚Next.js的功能》更详细的了解一下,这里针对Nextra扩展后的功能再...
Unleash the Power of React Server Components! Use multiple themes on your site with confidence, without losing any advantages of React Server Components.. Latest version: 4.0.3, last published: 4 months ago. Start using nextjs-themes in your project by r
Next.js Themes Version 3 Short Notes: Version 3.0 brings minor API changes along with major performance improvements and fixes. We have minimized changes to existing APIs. Note:react18-themeswill now be maintained asnextjs-themes, as server-specific APIs are no longer needed. ...
然后在H:/blog/themes/next/layout/_layout.swig文件中,之前加入以下代码: <!-- 爆炸红心效果 --> 还可以换成点击出现爱心的特效,方法是一样的。 !function(e,t,a){functionn(){c(".heart{width: 10px;height: 10px;position: fixed;background: #f00;transform: rotate(45deg);-webkit-transform: ...
git clone https://github.com/theme-next/hexo-theme-next themes/next7 _config.yml配置文件有两个: 注意:站点配置文件是博客根目录下的_config.yml,主题配置文件是下载的主题下的_config.yml. 站点配置文件: D:\blog\zhengjiaao\_config.yml 主题配置文件: D:\blog\zhengjiaao\themes\next\_config.yml ...
同时还有主题切换,也是半成品,remix-themes插件只支持深浅主题的切换,所以当我选择用 daisy ui 框架的...