# dblog **Repository Path**: spatxos/dblog ## Basic Information - **Project Name**: dblog - **Description**: 基于hunt-framework的D语言个人博客项目。 - **Primary Language**: D - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-02-18 - **Last Updated**: 2022-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # dblog #### 介绍 基于 **hunt-framework** 的 **D语言** 个人博客项目。 D语言(Dlang)官网 : https://dlang.org/ hunt-framework官网: https://www.huntlabs.net/ hunt-framework的github首页: https://github.com/huntlabs/ #### 软件架构 hunt-framework3.4.5 + vue2 + mysql5.7 _开发环境:deepin linux_ 前端使用vue2编写(使用了开源项目 https://gitee.com/fengziy/Gblog 进行修改),打包后放到wwwroot目录下通过hunt-framework托管。 前端源码: https://gitee.com/yuguofu/dblog-web-code #### 安装教程 1. 克隆到本地 2. 安装dmd编译器,https://dlang.org/ 3. 新建数据库,导入sql脚本 4. 修改项目配置文件中的数据库连接信息 5. dub run 运行,dub -b release 打包 后台访问地址: http://127.0.0.1:8088/backstage 默认帐号: admin 密码: 123456 #### 使用说明 1. 克隆到本地 2. 安装dmd编译器,https://dlang.org/ 3. 新建数据库,导入sql脚本 4. 修改项目配置文件中的数据库连接信息 5. dub run 运行,dub -b release 打包 #### 预览图片 ![首页](https://images.gitee.com/uploads/images/2021/1116/130012_f3228572_5348320.png "屏幕截图.png") ![文章详情](https://images.gitee.com/uploads/images/2021/1116/130108_0c5dd2f2_5348320.png "屏幕截图.png") ![分类](https://images.gitee.com/uploads/images/2021/1116/130236_d8dd40f2_5348320.png "屏幕截图.png") ![后台写文章](https://images.gitee.com/uploads/images/2021/1116/130401_86eac29b_5348320.png "屏幕截图.png") ![文章列表](https://images.gitee.com/uploads/images/2021/1116/130511_02f64d8f_5348320.png "屏幕截图.png")