在开始之前,不妨先打开这个页面,播放一首音乐,再点击我的头像返回来。
你是不是会好奇,明明是由Hexo生成的静态页面,为什么没有触发浏览器刷新?
静态页面虽然对SEO友好,但是却让访客的浏览体验不佳——现如今几乎没有不需要进行交互的网页。而只需要使用Fetch API,将页面作为一种资源异步取得,再由Javascript进行解析和局部替换,就让整个网站看起来像是单页应用了
1 | <!-- html --> |
1 | // typescript |
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent: meta: false pages: false posts: title: true date: true path: true text: false raw: false content: false slug: false updated: false comments: false link: false permalink: false excerpt: false categories: false tags: true