Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Document-Collection/blog-website-building-guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

此仓库不再维护,有关最新的HexoV5.4.0+NexTv8.2.2前往 ZJDoc/Hexo-NexT

博客网站搭建指南

Documentation Status standard-readme compliant Conventional Commits Commitizen friendly

完整的博客网站搭建指南,包含如下设置:

  1. 网站搭建,当前使用Hexo v4.0.0
  2. 主题配置,当前使用NexT v7.5.0
  3. CI&CD,当前通过Jenkins+腾讯云实现

内容列表

背景

CSDN上写博客很久了,在上面编辑、发布操作都比较复杂,所以打算自建网站

安装

文档工具安装

$ pip install -r requirements.txt

用法

有两种使用方式

  1. 在线浏览文档:博客网站搭建指南

  2. 本地浏览文档,实现如下:

    $ git clone https://github.com/zjZSTU/blog-website-building-guide.git
    $ cd blog-website-building-guide
    $ mkdocs serve
    

    启动本地服务器后即可登录浏览器localhost:8000

主要维护人员

  • zhujian - Initial work - zjZSTU

参与贡献方式

欢迎任何人的参与!打开issue或提交合并请求。

注意:

许可证

Apache License 2.0 © 2019 zjZSTU