同時在GitHub和Coding上搭建Hexo部落格
之前寫了一篇在Coding上搭建Hexo部落格,現在來寫同時在GitHub和Coding上搭建Hexo部落格。
在GitHub上搭建Hexo部落格跟在Coding上差不多,但還是有點細微差別。這裡主要介紹下區別,詳細的參考在Coding上搭建Hexo部落格
在GitHub上建立名為username.github.io的倉庫(repository),username就是你的使用者名稱,倉庫名要按照這種形式,這是固定格式。
-
建立好倉庫之後修改_config.yml裡面的配置
deploy: type: git repo: git@github.com:username/username.github.io.git branch: master
-
執行下面命令,遇到問題可以到在Coding上搭建Hexo部落格裡面找
hexo g hexo d
在GitHub上搭建Hexo就好啦,開啟 https : // username.github.io /就可以訪問自己的部落格啦~
-
現在分別在GitHub和Coding上搭建好部落格了,要想同時搭建,只需要修改_config.yml裡面的配置
deploy: - type: git repo: git@github.com:username/username.github.io.git branch: master - type: git repo: git@git.coding.net:username/username.git branch: master
注意前面的符號-後面有一個空格,不要漏了,我自己就因為漏了導致折騰了半天~~~
寫下來才覺得很簡單,可是在搭建過程中真的是踩了好多坑,因為換了另一個賬號重新完整再搭一遍,導致切換的時候有些配置沒改,比如.ssh裡的~
對啦,有時候步驟全對了可就是沒成功,也不一定就是自己方法錯了,最後希望各位小夥伴都能搭好屬於自己的部落格~
相關文章
- 將 Hexo 個人部落格同時部署到 GitHub 和 Coding 上HexoGithub
- 把部落格同時部署到github和coding上Github
- 使用Hexo在Github上搭建自己的部落格HexoGithub
- 基於github和hexo搭建部落格 本地hexo部落格搭建GithubHexo
- hexo搭建github部落格HexoGithub
- Windows上利用github和hexo搭建個人部落格WindowsGithubHexo
- 使用github和hexo搭建部落格GithubHexo
- 基於github和hexo搭建部落格 github配置GithubHexo
- 基於github和hexo搭建部落格 HEXO樣式GithubHexo
- 整合github、hexo搭建部落格GithubHexo
- 利用github hexo搭建部落格GithubHexo
- 【GitHub】GitHub+Hexo搭建個人部落格GithubHexo
- Mac上搭建基於GitHub的Hexo部落格(繼)MacGithubHexo
- Hexo + Github 搭建靜態部落格(一)HexoGithub
- hexo+github搭建個人部落格HexoGithub
- hexo+GitHub部落格搭建實戰HexoGithub
- GitHub、Node.js和Hexo搭建個人部落格GithubNode.jsHexo
- Hexo+Github搭建部落格總結HexoGithub
- Hexo+GitHub+阿里域名搭建自己部落格HexoGithub阿里
- hexo結合github搭建個人部落格HexoGithub
- hexo+github+域名 搭建自己的部落格HexoGithub
- 搭建部落格 (Hexo + github + butterfly主題)HexoGithub
- 同為部落格,不同風格 ——Hexo另類搭建Hexo
- GitHub + Hexo搭建自己部落格(一) 基本內容GithubHexo
- 史上最快用GitHub、Hexo搭建個人部落格GithubHexo
- 基於Github Page 搭建部落格(hexo框架)GithubHexo框架
- Hexo+Github輕鬆搭建個人部落格HexoGithub
- Hexo+Github Pages+yilia搭建部落格HexoGithub
- 搭建Hexo部落格相簿Hexo
- Hexo 搭建部落格Hexo
- 基於 Hexo + GitHub Pages 搭建個人部落格(三)HexoGithub
- 如何使用Github+Hexo快速搭建個人部落格GithubHexo
- 使用hexo+Anisina+github搭建個人部落格HexoGithub
- hexo+github搭建靜態部落格之初體驗HexoGithub
- 在github上寫部落格Github
- 基於Hexo+github+coding搭建個人部落格——基礎篇(從菜鳥到放棄)HexoGithub
- GitHub + Hexo搭建自己部落格(二) Next主題配置GithubHexo
- 【教程向】——基於hexo+github搭建私人部落格HexoGithub