hexo使用next主题,出现这个问题,主题不能显示。
使用hexo init安装后,通过hexo s启动服务可以看到是对的了然后安装nextgit clone https://github.com/iissnan/he... themes/nexttheme: next启动 hex…
nextjs 使用 getInitialProps 中,如何主动跳转404页面?
Index.getInitialProps = async ({query}) => { let {id} = query let res = await Fetch(id) if(res.data){ return {data:res.data} }else{ // 接…
next中使用antd,开启cssModule后,antd样式就没有了,怎么解决?
const withLess = require('@zeit/next-less') module.exports = withLess({ cssModules: true, lessLoaderOptions: { javascriptEnabled: true } })…
hexo next主题添加网易云播放器后页面显示错误
如图,添加播放器后页面上只显示播放器,侧边栏和文章部分都不显示 代码如下sidebar.swig {% macro render(display_toc) %} <div class="sidebar-t…
hexo-next主题下如何建立多个分类
Hexo刚刚入门,部署在github上,应用next主题,想进行自定义配置 我的next中_config.yml中,所能够配置的菜单,预设如下 menu: home: / || home abou…
hexo next 无法提交xml文件,比如search.xml,sitemap.xml
1、按照教程已经生成了相关的search.xml,sitemap.xml,在public目录2、使用localhost可以访问到上述xml文件;3、github 目录没有相关文件,访问相关x…
Hexo+NexT,百度和Google的SEO怎么做?
在Github Pages部署了Hexo(版本3.7.1),主题NexT(版本5.1.4),有没有靠谱的百度和Google的SEO攻略?网上搜了好多写的都不一样,求推荐一篇靠谱的攻略…