Skip to content

HerryLo/BlogPress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlogPress

博客由vuepress cli构建完成

发布

$ npm install vuepress@1.9.7

$ npm install

// 发布到 Github Pages,如:https://herrylo.github.io
$ npm run deploy 

配置

deploy.sh Github Pages 配置

docs/.vuepress/config.js 网站配置

docs/.vuepress/components 自定义组件

docs/.vuepress/theme 全局样式组件

docs/.vuepress/public 静态资源

docs/README.md 网站首页

更多详细内容可以参考:vuepress官网

写法

在新建的md文件中头部设置如下内容,例如:

---
title: '小程序开发指南之性能优化'
date: 2019-11-30
tags: 
    - 小程序
    - 个人指南
---
<!-- 具体内容按照MarkDown格式编写 -->
# 小程序开发指南之性能优化
// ......具体内容

License

MIT

Releases

No releases published

Packages

No packages published

Languages