Next Feature Note
個人的 NexT Feature tag 筆記。
前陣子升級了 next 8.0 版本,而在升級的過程中有爬到一個功能統整文章
感覺有更多技巧是之前沒有被用上的,於是想整理一些特殊 tag 來幫助自己查閱。
Next Feature
居中引用
1 | {% cq %} |
居中引用效果
Note
1 | <div class="note default"><p>default html</p></div> |
- [class_name] : default | primary | success | info | warning | danger.
- config 可以修改樣式,例如 simple, morden (決定大小)、icon 等等
primary 效果
info 效果
warning 效果
LABEL
1 | {% label [class]@Text %} |
[class] : default | primary | success | info | warning | danger.
測試 : abcdefg 這邊是 Text,這邊是 Text,這邊是 Text,這邊是 Text,這邊是 Text,這邊是 Text
Tabs
1 | {% tabs 標籤頁, 1 %} |
- 要在 config 中打開。
- 使用上印象中有一些缺陷所以我比較少用,如果我想到了會再來補充
標籤頁 1
標籤頁 2
標籤頁 3
立體的 Button
很酷,從沒用過。
1 | {% button url, text, icon [class], [title] %} |
1 | <div>{% btn #,, home fa-5x %}{% btn #,, home fa-5x %}{% btn #,, home fa-5x %}</div> |
Text & Icon (buggy)Text & Icon (fixed width)
Text & Icon (buggy)Text & Icon (fixed width)
1 | <div class="text-center"><div>{% btn #,, header %}{% btn #,, edge %}{% btn #,, times %}{% btn #,, circle-o %}</div> |
1 | <div class="text-center">{% btn #, Previous Chapter, arrow-left fa-fw fa-lg, Previous Chapter (Full Image) %} {% btn #, Next Chapter, arrow-right fa-fw fa-lg, Next Chapter (Label) %}</div> |
Group Pictures
1 | {% grouppicture [group]-[layout] %}{% endgrouppicture %} |
- [group] : 有幾張圖片要加入 group
[layout] : Default picture under the group to show.
1 | {% grouppicture 6-3 %} |
將文章標籤的# 改成圖案
在 config.yml 改
1 | # Use icon instead of the symbol # to indicate the tag at the bottom of the post |
Style 相關
自定義NOTE
https://zenreal.github.io/posts/44730/#%E8%87%AA%E5%AE%9A%E7%BE%A9note
自定義文字色塊
1 | <span id="inline-blue">主題配置文件</span> |
主題配置文件
主題配置文件
主題配置文件
主題配置文件
h1,h2,h3標題前圖示
https://zenreal.github.io/posts/44730/#h1-h2-h3%E6%A8%99%E9%A1%8C%E5%89%8D%E5%9C%96%E7%A4%BA
自訂無序列表
1 | <ul style='list-style-position:inside;'> |
- 第一個項目
第一項目的第二行 - 第二個項目
1 | <ul style='list-style-position:outside;'> |
- 第一個項目
第一項目的第二行 - 第二個項目
鼠標樣式
https://zenreal.github.io/posts/44730/#%E9%BC%A0%E6%A8%99%E6%A8%A3%E5%BC%8F
側欄圓角化
https://zenreal.github.io/posts/44730/#%E5%81%B4%E6%AC%84%E5%9C%93%E8%A7%92%E5%8C%96
標題科技風特效
自定義短 code 樣式
https://zenreal.github.io/posts/44730/#%E8%87%AA%E5%AE%9A%E7%BE%A9%E7%9F%ADcode%E6%A8%A3%E5%BC%8F
修改選中文字底色
插入音樂與影片
1 | {% video https://example.com/sample.mp4 %} |
以及參考這篇 https://zenreal.github.io/posts/61856/
懸浮於文字時跳出提示框
https://kushagra.dev/lab/hint/
Gitalk
https://zenreal.github.io/posts/10105/