未分类

第一日

Github和Gitcafe同时push的_config.yml,测试hexo效果

_config.yml

  • 部署部分:
1
2
3
4
5
deploy:
type: git
repo:
github: git@github.com:Forec/Forec.github.io.git,master
gitcafe: git@gitcafe.com:Forec/Forec.git,gitcafe-pages

在gitcafe中建立静态网页需要设置branch为gitcafe-pages


测试hexo

Test - Photo

Test - LanguageList

  • c
  • c++
  • java
  • python
  • golang
  • haskell

Test - Code

  • Some code below
1
2
3
4
5
6
7
package test;

public class TestHexo{
public static void main(String...args){
System.out.println("test");
}
}
分享到