forked from kitian616/jekyll-TeXt-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
24 changed files
with
382 additions
and
381 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
_includes/plugins/bilibili.html → _includes/extensions/bilibili.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
_includes/plugins/netease-cloud-music.html → ...ludes/extensions/netease-cloud-music.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<iframe class="plugin--audio" width="330" height="86" | ||
<iframe class="extensions extensions--audio" width="330" height="86" | ||
src="//music.163.com/outchain/player?type=2&id={{ include.id }}&auto=1&height=66" | ||
frameborder="no" border="0" marginwidth="0" marginheight="0"> | ||
</iframe> |
2 changes: 1 addition & 1 deletion
2
_includes/plugins/slideshare.html → _includes/extensions/slideshare.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
_includes/plugins/soundcloud.html → _includes/extensions/soundcloud.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<iframe class="plugin--audio" width="100%" height="166" | ||
<iframe class="extensions extensions--audio" width="100%" height="166" | ||
src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/{{ include.id }}&color=%23ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true" | ||
scrolling="no" frameborder="no" allow="autoplay"> | ||
</iframe> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<div class="extensions extensions--video"> | ||
<iframe src="https://www.youtube.com/embed/{{ include.id }}?showinfo=0" | ||
frameborder="0" scrolling="no" allowfullscreen></iframe> | ||
</div> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,157 @@ | ||
--- | ||
title: Extensions | ||
permalink: /docs/en/extensions | ||
key: docs-extensions | ||
--- | ||
|
||
# Audio | ||
|
||
### SoundCloud | ||
|
||
<div>{%- include extensions/soundcloud.html id='313627932' -%}</div> | ||
|
||
--- | ||
|
||
**id:** | ||
|
||
![extensions-soundcloud](https://raw.githubusercontent.com/kitian616/jekyll-TeXt-theme/master/docs/assets/images/extensions-soundclound.jpg){:style="max-height:500px"}{:.border} | ||
|
||
**html:** | ||
|
||
{% raw %} | ||
```html | ||
{%- include extensions/soundcloud.html id='313627932' -%} | ||
``` | ||
|
||
**markdown:** | ||
|
||
``` | ||
<div>{%- include extensions/soundcloud.html id='313627932' -%}</div> | ||
``` | ||
{% endraw %} | ||
|
||
### Netease Cloud Music (网易云音乐) | ||
|
||
Available in Chinese mainland. | ||
|
||
<div>{%- include extensions/netease-cloud-music.html id='413812448' -%}</div> | ||
|
||
--- | ||
|
||
**id:** | ||
|
||
![extensions-soundcloud](https://raw.githubusercontent.com/kitian616/jekyll-TeXt-theme/master/docs/assets/images/extensions-netease-cloud-music.jpg){:style="max-height:320px"}{:.border} | ||
|
||
**html:** | ||
|
||
{% raw %} | ||
```html | ||
{%- include extensions/netease-cloud-music.html id='413812448' -%} | ||
``` | ||
|
||
**markdown:** | ||
|
||
``` | ||
<div>{%- include extensions/netease-cloud-music.html id='413812448' -%}</div> | ||
``` | ||
{% endraw %} | ||
|
||
## Video | ||
|
||
### YouTube | ||
|
||
<div>{%- include extensions/youtube.html id='wbY97-hdD5c' -%}</div> | ||
|
||
--- | ||
|
||
**id:** | ||
|
||
![extensions-soundcloud](https://raw.githubusercontent.com/kitian616/jekyll-TeXt-theme/master/docs/assets/images/extensions-youtube.jpg){:style="max-height:250px"}{:.border} | ||
|
||
**html:** | ||
|
||
{% raw %} | ||
```html | ||
{%- include extensions/youtube.html id='wbY97-hdD5c' -%} | ||
``` | ||
|
||
**markdown:** | ||
|
||
``` | ||
<div>{%- include extensions/youtube.html id='wbY97-hdD5c' -%}</div> | ||
``` | ||
{% endraw %} | ||
|
||
### TED | ||
|
||
<div>{%- include extensions/ted.html id='emily_esfahani_smith_there_s_more_to_life_than_being_happy' -%}</div> | ||
|
||
--- | ||
|
||
**id:** | ||
|
||
![extensions-soundcloud](https://raw.githubusercontent.com/kitian616/jekyll-TeXt-theme/master/docs/assets/images/extensions-ted.jpg){:style="max-height:83px"}{:.border} | ||
|
||
**html:** | ||
|
||
{% raw %} | ||
```html | ||
{%- include extensions/ted.html id='emily_esfahani_smith_there_s_more_to_life_than_being_happy' -%} | ||
``` | ||
|
||
**markdown:** | ||
|
||
``` | ||
<div>{%- include extensions/ted.html id='emily_esfahani_smith_there_s_more_to_life_than_being_happy' -%}</div> | ||
``` | ||
{% endraw %} | ||
|
||
### bilibili (哔哩哔哩) | ||
|
||
<div>{%- include extensions/bilibili.html id='11091080' -%}</div> | ||
|
||
--- | ||
|
||
**id:** | ||
|
||
![extensions-bilibili](https://raw.githubusercontent.com/kitian616/jekyll-TeXt-theme/master/docs/assets/images/extensions-bilibili.jpg){:style="max-height:190px"}{:.border} | ||
|
||
**html:** | ||
|
||
{% raw %} | ||
```html | ||
{%- include extensions/bilibili.html id='11091080' -%} | ||
``` | ||
|
||
**markdown:** | ||
|
||
``` | ||
<div>{%- include extensions/bilibili.html id='11091080' -%}</div> | ||
``` | ||
{% endraw %} | ||
|
||
## Slide | ||
|
||
### SlideShare | ||
|
||
<div>{%- include extensions/slideshare.html id='u9L9zDsqEWNKE1' -%}</div> | ||
|
||
--- | ||
|
||
**id:** | ||
|
||
![extensions-slideshare](https://raw.githubusercontent.com/kitian616/jekyll-TeXt-theme/master/docs/assets/images/extensions-slideshare.jpg){:style="max-height:480px"}{:.border} | ||
|
||
**html:** | ||
|
||
{% raw %} | ||
```html | ||
{%- include extensions/slideshare.html id='u9L9zDsqEWNKE1' -%} | ||
``` | ||
|
||
**markdown:** | ||
|
||
``` | ||
<div>{%- include extensions/slideshare.html id='u9L9zDsqEWNKE1' -%}</div> | ||
``` | ||
{% endraw %} |
Oops, something went wrong.