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

$ hexo new "My New Post"

More info: Writing

Run server

$ hexo server

More info: Server

Generate static files

$ hexo generate

More info: Generating

Deploy to remote sites

$ hexo deploy

More info: Deployment

链接格式

GitHub 的 raw 图片链接通常格式是 https://raw.githubusercontent.com/用户名/仓库名/分支名/文件路径。

比如您的链接是 https://github.com/lejunXTS/blogimage/blob/main/webserver.png,这里使用的是 blob 而不是 raw。

为了直接在 Markdown 中显示图片,应该使用 raw 链接,如:https://raw.githubusercontent.com/lejunXTS/blogimage/main/webserver.png。

Markdown 语法:

在 Markdown 中显示图片,需要使用 ![alt text](image link) 的格式。

alt text 是替代文本,用于图片无法显示时显示文字。

Web Server