# MyBlog **Repository Path**: runtool/myblog ## Basic Information - **Project Name**: MyBlog - **Description**: 个人blog仓库,借助hexo托管 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-20 - **Last Updated**: 2021-05-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: 博客 ## README # MyBlog #### 介绍 个人blog仓库,借助hexo托管,博客原始文件位于source文件下 #### 软件架构 软件架构说明 #### 安装教程 1. git clone https://gitee.com/runtool/myblog.git 2. npm install 3. hexo g 4. hexo s #### Markdown博客格式 ` --- title: 第一课 认识python语言 categories: python基础 tags: python abbrlink: a2e4d425 date: 2021-03-05 21:04:49 --- `