初始化Hexo!

以下内容翻译自Hexo的原始初始化界面:

欢迎来到 Hexo!这是你的第一篇文章。查看 文档 了解更多信息。如果你在使用 Hexo 时遇到问题,可以在 故障排除 中找到答案,或者在 GitHub 上提问。

1
hexo new "My New Post"

快速开始

创建新文章

1
hexo new "My New Post"

更多信息:写作

启动服务器

1
hexo server

更多信息:服务器

生成静态文件

1
hexo generate

更多信息:生成

部署到远程站点

1
hexo deploy

更多信息:部署

图片测试

moon

GDScript测试

1
2
3
4
5
extends Node

func _ready():
print("Hello world!")

GDShader测试

1
2
3
4
5
6
7
shader_type canvas_item;

uniform sampler screen_texture:hint_screen_texture;

void fragment() {
COLOR=vec4(UV.x, UV.y, 1.0, 1.0);
}

KaTeX测试

E=mc2E=mc^2

行内: E=mc2E=mc^2