hexo-快速、简洁且高效的博客框架

maimaimai / 2023-05-18 / 原文

title: hexo 快速、简洁且高效的博客框架
abbrlink: 38713
date: 2022-03-02 20:30:40
tags:

Hexo博客框架

官方地址:


安装代码:

npm install hexo-cli -g
hexo init blog
cd blog
npm install
hexo server

hexo theme yun 食用方法

In your hexo folder:

npm install hexo-theme-yun@latest

If you don't have jade & stylus renderer:

 npm install hexo-render-pug hexo-renderer-stylus