什么是Hexo?

Hexo 是一款快速、简单且功能强大的博客框架。您可以使用Markdown(或其他标记语言)撰写帖子,Hexo 可在几秒钟内生成具有精美主题的静态文件。

阅读全文 »

转自Asurada’s Zone的“Hexo 博客主流搜索引擎收录详细指南”

———————————-以下内容大多为复制,少部分为作者修改———————————-

如果希望自己博客的内容被更多人看到,搜索引擎所带来的流量是不容忽视的。本文详细介绍了如何向各大主流搜索引擎主动提交自己的博客,期望达到加快收录速度的目的。

阅读全文 »

搭建个人Github+Hexo博客(前言)

by 木锦棉棉 2025/1/20 22:31:31

前言:

在寻找资源时,我们往往会发现一些资源存在于一些个人blog上,那么你有没有想过拥有一个自己的博客?如今越来越多的博客浮现在互联网上,样式各异,功能不同。如果你也想有一个自己的博客,就请跟着这个教程,一步步创建属于自己的博客。

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

0%