Skip to content

RootCluster/hexo-theme-next

 
 

Repository files navigation

官方文档: 🇨🇳 🇷🇺

e x T

前言

这是一个fork项目,在源项目的基础上,集成了以下第三方常用的工具库

使用

安装主题

在你的hexo项目中,安装已集成好的NexT主题

# 在你的 blog 根目录下执行
git clone https://github.com/RootCluster/hexo-theme-next.git themes/next

个性化配置

在你的 blog 项目的根目录 source/_data 中,创建 next.yml

copy<your blog>/themes/next/ 路径下 _config.yml 的内容到 <your blog>/source/_data/ 路径的 next.yml 文件中

以下配置均在 next.yml 文件中

  • algolia-instant-search
algolia_search:
enable: true
  • bookmark
bookmark: true
  • fancybox
fancybox: true
  • reading_progress
reading_progress:
enable: true
color: "#37c6c0"
height: 2px
  • pace
pace: true
  • pangu
pangu: true
  • pdf
# PDF Support
pdf:
enable: true

# Default(true) will load PDFObject/PDF.js script on demand
# That is it only render those page who has 'pdf: true' in Front Matter.
# If you set it to false, it will load PDFObject/PDF.js srcipt EVERY PAGE.
per_page: true

height: 500px

更新

Packages

No packages published

Languages

  • CSS 52.7%
  • JavaScript 47.3%