0%

Hexo功能合集

Heox种种功能
持续更新

hexo默认文章模板修改

直接修改/scaffolds/post.md,加入你想要的东西即可

1
---
2
title: {{ title }}
3
date: {{ date }}
4
mathjax: true
5
copyright: true
6
comment: true
7
tags:
8
categories:
9
photo:
10
password:
11
12
---

Hexo 实现图片点击预览

使用了图片浏览放大功能fancybox插件

切换到lib目录

1
cd next/source/lib

下载插件

1
git clone https://github.com/theme-next/theme-next-fancybox3 fancybox

修改主题配置

搜索fancybox 将false改成 true

1
fancybox: true
-------------本文结束Valent 感谢您的阅读-------------