Skip to content

Commit

Permalink
docs: update demo posts
Browse files Browse the repository at this point in the history
  • Loading branch information
kitian616 committed Feb 8, 2018
1 parent 9747779 commit f1852d9
Show file tree
Hide file tree
Showing 45 changed files with 743 additions and 635 deletions.
4 changes: 3 additions & 1 deletion _config.demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ leancloud:
# app_key: #LeanCloud App key
# app_class: #LeanCloud App class

# mathjax: true
mathjax: true
mermaid: true
chart: true

## Paginate ##
paginate: 5
Expand Down
2 changes: 2 additions & 0 deletions _config.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ leancloud:
# app_class: #LeanCloud App class

# mathjax: true
# mermaid: true
# chart: true

## Paginate ##
paginate: 5
Expand Down
2 changes: 2 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ leancloud:
# app_class: #LeanCloud App class

# mathjax: true
# mermaid: true
# chart: true

## Paginate ##
paginate: 5
Expand Down
2 changes: 1 addition & 1 deletion _includes/utils/mathjax.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}
});
</script>
<script type="text/javascript" async src="//cdn.bootcss.com/mathjax/2.7.2/MathJax.js?config=TeX-MML-AM_SVG"></script>
<script type="text/javascript" async src="//cdn.bootcss.com/mathjax/2.7.2/MathJax.js?config=TeX-MML-AM_CHTML"></script>
{%- endif -%}
2 changes: 2 additions & 0 deletions test/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ leancloud:
# app_class: #LeanCloud App class

# mathjax: true
# mermaid: true
# chart: true

## Paginate ##
paginate: 5
Expand Down
68 changes: 68 additions & 0 deletions test/_posts/2015-01-01-article-with-long-toc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
---
layout: post
title: Test - Article With Long TOC
key: 20150101
tags: Test English
---

Article with long TOC.

<!--more-->

## #2 TeXt Heading

### #3 TeXt Heading

### #3 TeXt Heading

#### #4 TeXt Heading

##### #5 TeXt Heading

###### #6 TeXt Heading

### #3 TeXt Heading

## #2 Very Very Very Very Very Very Very Very Very Very Very Very Very Extremely Completely Extraordinary Long Long Long Long Title

### #3 TeXt Heading

### #3 TeXt Heading

### #3 TeXt Heading

### #3 TeXt Heading

### #3 TeXt Heading

### #3 TeXt Heading

## #2 TeXt Heading

### #3 TeXt Heading

### #3 Very Very Very Very Very Very Very Very Very Very Very Very Very Extremely Completely Extraordinary Long Long Long Long Title

## #2 TeXt Heading

### #3 TeXt Heading

### #3 TeXt Heading

## #2 TeXt Heading

### #3 TeXt Heading

### #3 TeXt Heading

### #3 TeXt Heading

### #3 TeXt Heading

### #3 TeXt Heading

### #3 Very Very Very Very Very Very Very Very Very Very Very Very Very Extremely Completely Extraordinary Long Long Long Long Title

### #3 TeXt Heading

### #3 TeXt Heading
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
layout: post
key: 20170103
title: Test - Article With Lots Tags
key: 20150103
tags:
- boundary
- test
- Test
- test0
- test a
- test b
Expand Down
8 changes: 8 additions & 0 deletions test/_posts/2015-02-02-very-long-title.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
layout: post
title: Test - Very Very Very Very Very Very Very Very Very Very Very Very Very Extremely Completely Extraordinary Long Long Long Long Title
key: 20150202
tags: Test English
---

Article With Very Long Title.
9 changes: 9 additions & 0 deletions test/_posts/2015-03-03-article-with-modify-date.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
layout: post
title: Test - Article With Modify Date
key: 20150303
tags: Test English
modify_date: 2017-09-09
---

Article With Modify Date.
30 changes: 0 additions & 30 deletions test/_posts/2016-02-02-tables.md

This file was deleted.

56 changes: 0 additions & 56 deletions test/_posts/2016-03-03-code.md

This file was deleted.

20 changes: 0 additions & 20 deletions test/_posts/2016-04-04-lists.md

This file was deleted.

14 changes: 0 additions & 14 deletions test/_posts/2016-04-08-definition.md

This file was deleted.

26 changes: 26 additions & 0 deletions test/_posts/2016-05-04-footnote.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
layout: post
title: Jekyll - Footnote
key: 20160504
tags: Jekyll English
---

Here is a footnote reference,[^1] and another.[^longnote]

[^1]: Here is the footnote.

[^longnote]: Here's one with multiple blocks.

Subsequent paragraphs are indented to show that they
belong to the previous footnote.

<!--more-->

Here is a footnote reference,[^1] and another.[^longnote]

[^1]: Here is the footnote.

[^longnote]: Here's one with multiple blocks.

Subsequent paragraphs are indented to show that they
belong to the previous footnote.
22 changes: 22 additions & 0 deletions test/_posts/2016-05-05-definition.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
layout: post
title: Jekyll - Definition
key: 20160505
tags:
- Jekyll
- English
---

kramdown
: A Markdown-superset converter

Maruku
: Another Markdown-superset converter

<!--more-->

kramdown
: A Markdown-superset converter

Maruku
: Another Markdown-superset converter
10 changes: 0 additions & 10 deletions test/_posts/2016-05-05-reference-links.md

This file was deleted.

28 changes: 28 additions & 0 deletions test/_posts/2016-05-08-blockquotes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
layout: post
title: Jekyll - Blockquotes
key: 20160508
tags: Jekyll English
---

> "There is nothing either good or bad, but thinking makes it so."
>
> —Hamlet in *Hamlet*
<!--more-->

> "There is nothing either good or bad, but thinking makes it so."
>
> —Hamlet in *Hamlet*

---

> "From women's eyes this doctrine I derive:
>
> They sparkle still the right Promethean fire;
>
> They are the books, the arts, the academes,
>
> That show, contain, and nourish all the world."
>
> —Berowne in *Love's Labor's Lost*
15 changes: 0 additions & 15 deletions test/_posts/2016-06-03-footnote.md

This file was deleted.

Loading

0 comments on commit f1852d9

Please sign in to comment.