我会在这里记录:

我的成长心路历程

修习心得

科学技术与编程

数据结构与算法

音频系统构建与处理

资源分享

定期更新,分享新的见解和发现.

以下是 HEXO的 默认 文档

文章信息模板

1
2
3
4
5
6
7
8
9
10
11
12
13
---
title:
date: 2022-05-9 02:33:22
tags:
-
categories:
-

description:
top_img:
cover: /Src/
default_cover:
---

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