Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adoyle-h/blog
My Blog
https://github.com/adoyle-h/blog
article blog
Last synced: 14 days ago
JSON representation
My Blog
- Host: GitHub
- URL: https://github.com/adoyle-h/blog
- Owner: adoyle-h
- Created: 2014-10-16T14:58:56.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-05-27T04:24:18.000Z (over 1 year ago)
- Last Synced: 2024-04-13T23:55:32.134Z (7 months ago)
- Topics: article, blog
- Language: Makefile
- Homepage: https://adoyle.me/blog
- Size: 660 KB
- Stars: 17
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ADoyle's Blog
个人博客,请勿 fork,可以 star 或 watch。
不喜勿喷。
## 渲染
博客文章使用 markdown 编写,单行换行(`
`),空行分段。使用 [hexo][] 渲染。
主题是 [adoyle-h/hexo-theme-fluid](https://github.com/adoyle-h/hexo-theme-fluid)。## 分支
- gh-pages: 生成 github page
- master: gh-pages 的源文档。稳定,不会重写提交历史。包括草稿等修改都在这个分支上进行。## 文档
- 未发布文档: source/_drafts
- 已发布文档: source/_posts## 本地开发
- `make init` 初始化项目
- `make serve` 启动 http 服务并动态渲染
- `./draft name` 创建新的草稿
- `./post name` 创建新的文档## Git commit message
message 遵循以下格式之一:
- post(post-name): publish/update/fix ...
- draft(draft-name): add/update/fix ...
- other: ...## 提意见
欢迎建 issue 提意见,或者直接在文章下的评论栏里留言。
## [版权声明](http://adoyle.me/blog/copyright.html)
未经作者授权,严禁全文转载。违者必究。
具体规则请阅读版权声明。[hexo]: https://github.com/hexojs/hexo