BiribiriBird's Gallery.

Hello World

字数统计: 283阅读时长: 1 min
2024/01/06
loading

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment

Math

1
2
npm un hexo-renderer-marked --save
npm i hexo-renderer-markdown-it-katex
1
2
3
4
5
6
7
8
9
10
11
12
# 加入到config.yml的末尾
markdown:
render:
html: true
xhtmlOut: false
breaks: true
linkify: true
typographer: true
plugins:
anchors:
level: 1
collisionSuffix: ''

测试行间公式f(x)=25×ϵf(x) = \frac{2}{5}\times \epsilon

f=acos(x)+bsin(x)dA[3]=LA[3]=[A1[3](1)y1(1)A1[3](2)y1(2)...A1[3](n)y1(n)A2[3](1)y2(1)A2[3](2)y2(2)...A2[3](n)y2(n)]f = a * \cos(x) + b * \sin(x) \\ dA^{[3]} = \frac{\partial L}{\partial A^{[3]}} = \begin{bmatrix} A^{[3](1)}_1-y_1^{(1)} & A^{[3](2)}_1-y_1^{(2)} & ... & A^{[3](n)}_1-y_1^{(n)} \\ A^{[3](1)}_2-y_2^{(1)} & A^{[3](2)}_2-y_2^{(2)} & ... & A^{[3](n)}_2-y_2^{(n)} \end{bmatrix}

CATALOG
  1. 1. Quick Start
    1. 1.1. Create a new post
    2. 1.2. Run server
    3. 1.3. Generate static files
    4. 1.4. Deploy to remote sites
  2. 2. Math