Skip to content

lfire/wumiblog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

悟米科技博客系统搭建

说明

本系统是基于hexo搭建,以静态方式部属到各平台。

安装hexo

## 安装hexo
npm install -g hexo-cli
## 初始化hexo
hexo init blog
cd blog

安装主题

我们选择直接从 github 克隆安装

git clone https://github.com/iissnan/hexo-theme-next themes/next
# 或使用SVN
svn export https://github.com/iissnan/hexo-theme-next.git/trunk/ themes/next --force

将线上配置download到本项目

svn export https://github.com/lfire/wumiblog.git/trunk/ ./ --force
## 安装依赖
npm install

创建相关单页面

## 创建标签页
hexo new page "tags"
## 创建分类页
hexo new page "categories"

About

the blog program for wumi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages