Introduce

Introduce

ShenZiLi

# Welcome

这里是 ShenZiLi 的知识小站,使用 Hexo 引擎,Redefine 主题

ShenZiLi/shenzili.github.io

# 主题 config 自定义

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
global:
hover:
scale: true
# Custom fonts
fonts:
# Chinese fonts
chinese:
enable: true # Whether to enable custom chinese font
family: Noto Sans SC # Font family
url: https://fonts.bunny.net/css?family=noto-sans-sc:400 # Font URL to CSS file
# English fonts
english:
enable: false # Whether to enable custom chinese font
family: JetBrains Mono # Font family
url: https://fonts.bunny.net/css?family=jetbrains-mono:400 # Font URL to CSS file

info:
title: ZiLi NoteBook
author: ShenZiLi
url: https://github.com/ShenZiLi

home_banner:
title: ZiLi NoteBook
subtitle:
text: ["Never too old to learn","The first wealth is health","Cease to struggle and you cease to live","Keep on going and never give up"," Actions speak louder than words","The best way out is always through","Look before you leap"]

articles:
word_count:
enable: true
code_block:
style: simple
font: # Custom font
enable: true # Whether to enable
family: Noto Sans SC # Font family
url: https://fonts.bunny.net/css?family=noto-sans-sc:400
copyright: false

comment:
enable: false

footer:
runtime: false
# 中文测试

# 插入图片测试

# 代码高亮测试

1
2
3
4
5
6
public class Test01 {
public static void main(String[] args) {
// 中文注释
System.out.println("I want to be a great Javaer");
}
}
1
2
3
4
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>