Slyne's Mind


  • 首页

  • 分类

  • 关于

  • 归档

  • 标签

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.

阅读全文 »

中文測試

发表于 2013-12-24 | 分类于 test/test

This is a Chinese test post.

阅读全文 »
1 2 3 4
Slyne Deng

Slyne Deng

落花捎软语,风起问菩提

35 日志
17 分类
36 标签
RSS
GitHub Email
© 2024 Slyne Deng
由 Jekyll 强力驱动
主题 - NexT.Muse