Zander's Blog

A coder in Android


  • 首页

  • 归档

  • 标签

使用GitHub搭建自己的Blog

发表于 2020-07-05 | 分类于 blog
大家好,我是一个小马农,相信大家在打开我这华丽的博客时,就已经迫不及待的想问"哥,这是怎么弄的,太炫了,花了多少钱?我也想整一个。"
阅读全文 »

Next Theme Tutorial

发表于 2017-07-20 | 分类于 tutorial
NexT is a high quality elegant Jekyll theme ported from Hexo Next. It is crafted from scratch, with love.
阅读全文 »

Highlight Test

发表于 2017-07-19 | 分类于 Test

This is a highlight test.

Normal block

1
alert('Hello World!');
1
print 'helloworld'

Highlight block

1
alert( 'Hello, world!' );
1
print 'helloworld'
1
2
3
def foo
  puts 'foo'
end
def foo
  puts 'foo'
end
1
2
3
def foo
  puts 'foo'
end
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#include <iostream>

using namespace std;

void foo(int arg1, int arg2)
{

}

int main()
{
  string str;
  foo(1, 2);
  cout << "Hello World" << endl;
  return 0;
}
阅读全文 »

Emoji Test

发表于 2015-09-19

This is an emoji test. :smile: lol.

阅读全文 »

Gallery Post

发表于 2014-11-18 | 分类于 Photo
Gallery Post Test. 测试图片类文章的显示。
阅读全文 »

MathJax with Jekyll

发表于 2014-02-16 | 分类于 opinion

One of the rewards of switching my website to Jekyll is the ability to support MathJax, which means I can write LaTeX-like equations that get nicely displayed in a web browser, like this one \( \sqrt{\frac{n!}{k!(n-k)!}} \) or this one \( x^2 + y^2 = r^2 \).

阅读全文 »

Images

发表于 2013-12-26

This is a image test post.

阅读全文 »

Excerpts

发表于 2013-12-25

The following contents should be invisible in home/archive page.

阅读全文 »

Block

发表于 2013-12-25 | 分类于 Foo

This post is used for testing tag plugins. See docs for more info.

阅读全文 »

日本語テスト

发表于 2013-12-24

This is a Japanese test post.

阅读全文 »
1 2
zander.zhang

zander.zhang

This is my first blog

16 日志
9 分类
6 标签
RSS
© 2020 zander.zhang
由 Jekyll 强力驱动
主题 - NexT.Muse