• This article is for me.

一些网页端的简记

开头

在每篇文档开头,打上标签,如下:

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
---
title: 文章标题
date: 2023-09-25
comments: true
katex: true # 开启数学公式
top_img: /image/top3.jpg
cover: 缩略图图片连接
description: 文章简介
tags: 标签
categories: 分类

post_meta:
page:
date_type: both
date_format: date
categories: true
tags: true
label: true
post:
date_type: both
date_format: date
categories: true
tags: true
label: true

copyright_author: Paradox
copyright_author_href: https://github.com/ParadoxTZ
copyright_info: 此文章版权归Paradox所有,如有转载,请注明来自原作者

---

使用

  • 文章的标题图片统一使用“/image/top3.jpg”

  • 页面的标题图片统一使用“/image/top.jpeg”

  • 标准图表网站:Find Icons with the Perfect Look & Feel | Font Awesome

    • 例:<i class="fa-brands fa-github"></i>
    • 改为:fab fa-github
  • 按钮button(附上两个好看的。第二个有手指第一个没有)

1
2
3
4
5
6
7
8
9
10
11
{% btn [url],[text],[icon],[color] [style] [layout] [position] [size] %}
中间用逗号或"-"隔开,按要求
[url] : 链接
[text] : 按钮文字
[icon] : [可选] 图标
[color] : [可选] 按钮背景顔色(默认style时)
按钮字体和边框顔色(outline时),default/blue/pink/red/purple/orange/green
[style] : [可选] 按钮样式 默认实心,outline/留空
[layout] : [可选] 按钮佈局 默认为line,block/留空
[position] : [可选] 按钮位置 前提是设置了layout为block 默认为左边,center/right/留空
[size] : [可选] 按钮大小,larger/留空
1
2
{% btn 'https://butterfly.js.org/',Butterfly %}
{% btn 'https://butterfly.js.org/',Butterfly,far fa-hand-point-right,larger %}

Test Part

q=T1T21h1A+δλA+1h2Aq=\frac{T_1-T_2}{\frac1{h_1A}+\frac{\delta}{\lambda A}+\frac1{h_2A}}