We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ad1e10 commit e9a994cCopy full SHA for e9a994c
1 file changed
README.md
@@ -0,0 +1,15 @@
1
+# TechBridge 技術共筆部落格寫作說明
2
+本技術共筆部落格專注於Web前後端、行動網路、機器人、物聯網、數據分析等技術,目前使用 [Hexo網誌平台](https://hexo.io/zh-tw/docs/)
3
+
4
+## Contribute
5
+1. `$ npm install -g hexo-cli`
6
+2. `$ git clone https://github.com/TechBridgeHQ/techbridgehq.github.io.git`
7
+3. 寫新文章 `$ hexo new post <title>`,開始使用 Markdown 撰寫文章
8
+4. 重新 compile 一次 `$hexo g`
9
+5. 在本地端(http://localhost:4000)觀看 `$hexo s`
10
+6. Deploy `$hexo d`
11
12
+## Documents
13
+1. [使用GitHub和Hexo搭建免费静态Blog](http://wsgzao.github.io/post/hexo-guide/)
14
+2. [Hexo常见问题解决方案](https://xuanwo.org/2014/08/14/hexo-usual-problem/)
15
+3. [Hexo 安裝教學、心得筆記](https://wwssllabcd.github.io/blog/2014/12/22/how-to-install-hexo/)
0 commit comments