# hexo-blog **Repository Path**: impwang/hexo-blog ## Basic Information - **Project Name**: hexo-blog - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-09-14 - **Last Updated**: 2022-02-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # hexo-blog ## 项目介绍 个人博客 ## 软件架构 hexo框架 + Next主题 ### 克隆代码 整个项目 ``` git clone --recursive ``` 单独更新next ``` git submodule init git submodule update ``` ### 原生环境 ### Docker环境 ``` sudo docker build -t wangsir/blog:20220211 . sudo docker run --name wangsir-blog -p 8180:8080 -d wangsir/blog:20220211 ```