Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frankfang/frankfang.com
frankfang.com
https://github.com/frankfang/frankfang.com
Last synced: 17 days ago
JSON representation
frankfang.com
- Host: GitHub
- URL: https://github.com/frankfang/frankfang.com
- Owner: FrankFang
- Created: 2013-07-04T11:14:47.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-02-27T13:41:12.000Z (over 7 years ago)
- Last Synced: 2024-04-17T00:07:31.678Z (7 months ago)
- Language: CSS
- Size: 225 KB
- Stars: 15
- Watchers: 7
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 这也能算一个 blog 系统?!
[预览 https://frankfang.github.io/wtf-blog/](https://frankfang.github.io/wtf-blog/)
## 使用方法:
1. Fork 本项目,得到你自己的 wtf-blog
2. 进入项目的 settings
1. 滚动屏幕到「GitHub Pages」
2. 在 Source 那里选中 master branch
3. Save
3. 看到「Your site is published at https://frankfang.github.io/wtf-blog/」
4. 好了,你的博客系统设置完毕了## 如何写博客
1. 进入你的项目首页
2. 复制 \_template.html 的内容
3. 点击 create new file 新建「文章名.html」文件
4. 粘贴刚才复制的内容
5. 修改 `` 标签里面的内容
6. 保存
7. 你可以在你的博客系统网站后面加「文章名.html」来查看文章!
8. 如果你在意首页的话,请自行更新 index.html 里的内容## 优点
1. 超高扩展性,只要你学会 HTML、CSS 和 JS 就行
2. 门槛低,不需要你会 Git
3. 稳定性非常好!只要 GitHub 不宕机,你的博客就不宕机
4. 明显没有 BUG!