其实也不叫搬迁,就在github上新建了个站点,之前的站点由于没来及备份资料,已经找不回了。
github
加jekyll
的方式是我比较喜欢的方式,至少不用打理服务器了,还能用markdown
来写。
新的站点采用jekyll
的方式,使用bootstrap
布局,用markdown
的语法完成,托管在github.com
上。
域名是 http://soncy.me
var text = "hello world";
console.log(text);
//test object highlight
function Foo() {
this._name = "Foo";
}
Foo.prototype.modifyName = function(name) {
this._name = name;
};
var foo = new Foo();
foo.modifyName('foo');
-- over --
上一篇:我的Blog 下一篇:jekyll的一些使用细节