# blog **Repository Path**: skyour/blog ## Basic Information - **Project Name**: blog - **Description**: 博客2.0版本 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-06-06 - **Last Updated**: 2023-06-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 一个博客小程序 ## 基本功能 注册、登录、退出登录 ## 包含功能 文章发布、删除、分类、文章评论、用户中心 ## UBB [b]内容[/b] [i]内容[/i] [u]内容[/u] [s]内容[/s] [url=网址]标题[/url] [img]内容[/img] [code]内容[/code] [quote]内容[/quote] [list]内容[/list] ## 安装说明 config.py修改配置文件信息 访问http://you_domain:port/install安装数据库 ## 首次使用请用以下命令 ## pip换源 ``` pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple ``` ## 导入requirements.txt ``` pip install -r requirements.txt ``` # 其他命令 ## 导出requirements.txt ``` pip freeze > requirements.txt ``` ## git国内镜像 ``` https://cdn.npmmirror.com/binaries/git-for-windows/v2.22.0-rc0.windows.1/Git-2.22.0.rc0.windows.1-64-bit.exe ``` ## gitee仓库地址 ``` https://gitee.com/skyour/blog.git ``` ## git 命令 设置全局邮箱 ``` git config --global user.name eKing git config --global user.email skyour@foxmail.com ```