github pages 搭建博客
通过github pages 和jekyll搭建博客
- github与jekyll 官方文档
- 按照文档搭建完成后有个坑:页面给可以访问到,但是没有css样式,原因为_config.yml文件中的
baseurl: "" # the subpath of your site, e.g. /blog
值需要修改为你的仓库路径 - 本地调试:
bundle exec jekyll serve
markdown 基本语法
列表
|表头1|表头2|
|:----|----:|
|一列|二列|
表头1 | 表头2 |
---|---|
一列 | 二列 |