一些记录...

Lying awake and worrying about the day ahead.

0%

Settings

记录网站的一些个性化设置

配置

网站主题

Next-theme:Next-theme

Next-theme 配置

字体

  • 中文:系统默认
  • 段落中英文:Times New Roman
  • 代码英文:Menlo

    字体大小

  • 网站标题:1.5rem
  • H1:1.8em
  • 其他:1em

    scheme

    Pisces

    代码块

  • 高亮主题:night eighties
  • style:mac

    永久链接

    目的是为了减少/个数(提高网站权重)和避免中文字符转码后过长的问题

    安装包之后需要在next和主目录中的_config.yml修改相关配置
    1
    npm install hexo-abbrlink --save
next/_config.yml
1
2
3
4
quicklink:
enable: true
home: true
archive: true
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# permalink: :year/:month/:day/:title/
permalink: articles/:abbrlink/
permalink_defaults:
pretty_urls:
trailing_index: false
trailing_html: false

## abbrlink config
abbrlink:
alg: crc32 #support crc16(default) and crc32 进制
rep: hex #support dec(default) and hex 算法
drafts: false #(true)Process draft,(false)Do not process draft. false(default)
## Generate categories from directory-tree
## depth: the max_depth of directory-tree you want to generate, should > 0
auto_category:
enable: true #true(default)
depth: #3(default)
over_write: false
auto_title: false #enable auto title, it can auto fill the title by path
auto_date: false #enable auto date, it can auto fill the date by time today
force: false

LaTex数学公式

需要在 Front-matter 区域添加mathjax: true