Skip to content

Mculover666/Hexo-Blog-Source

Repository files navigation

简介

该仓库是我的个人博客本地所有文件,作以备份。

博客地址:www.mculover666.cn

注意

该仓库中的文件不包含hexo的安装文件。

1.安装

git

官网下载安装

nodejs

官网下载安装

hexo

npm install -g hexo-cli

2.初始化博客文件夹

hexo init <name>
cd <name>
npm install

3.安装需要的插件

RSS

npm install hexo-generator-feed --save

Localsearch

npm install hexo-generator-searchdb --save

4.使用

hexo new <layout> "<title>"
hexo clean
hexo g
hexo s
hexo d

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published