個人筆記。

Here’s my personal cheat sheet

/ hexo /

1
2
3
4
5
6
7
8
hexo clean   # cleans the cache file (db.json)
hexo g # generate static files
hexo s # starts a local server
hexo d # deploy to github
hexo g -d # deploy after generation finishes

hexo new <post-title> # create new post
hexo new page <page-title> # create new page

/ post /

1
2
{% inlineImg https://xxx.png 150px %}
{% label text color %}

/ page /

1
2
3
4
5
6
7
8
9
10
11
12
13
{% tabs test4 %}
<!-- tab 第一個Tab -->
**tab名字為第一個Tab**
<!-- endtab -->

<!-- tab @fab fa-apple-pay -->
**只有圖標 沒有Tab名字**
<!-- endtab -->

<!-- tab 炸彈@fas fa-bomb -->
**名字+icon**
<!-- endtab -->
{% endtabs %}
1
2
3
4
{% hideToggle 標題 %}
內容內容
內容內容內容內容
{% endhideToggle %}

/ plugins /

1
2
3
4
5
6
7
{% owl giphy XmiTYLQ5qXTqM %}
{% owl local img/img.jpg %}
{% owl local another-img.gif %}
{% owl youtube YtuAOT_c2EA %}
{% owl niconico sm1494658 %}
{% owl niconico sm1494658 watch %}
{% owl bilibili av247371 %}