@tianhao_wang
随记
折叠块标签的语法格式为:
1 | {% folding title [codeblock:bool] [open:bool] [color:color] %} |
1 | codeblock: true/false |
备注标签相较于旧版进行了增强,可以实现更多种颜色,还可以通过设置 child:codeblock
来实现可折叠的代码块。以下是一个默认打开的代码折叠框:
1 | func test() { |
代码如下:
1 | {% folding child:codeblock open:true color:yellow 默认打开的代码折叠框 %} |
通过设置颜色,以实现更醒目的作用,但不要滥用色彩哦~
通过设置颜色,以实现更醒目的作用,但不要滥用色彩哦~
不要说我们没有警告过你,Windows 10 不是為所有人設計,而是為每個人設計。
样式相比 folding
简单一些,适用于多个折叠标签平铺显示的场景,例如题目列表:
这是答案1
这是答案2
这是答案3
代码如下:
1 | {% folders %} |
这个标签移植自 NexT 主题,但做了以下修改:
align:center
来使内容居中active:1
而非 , 1
(使用默认格式降低学习成本,且显式声明可读性更强)<!-- endtab -->
来作为结束标识(因为 Stellar 会自动判断)tabs id
来保证唯一性(因为 Stellar 会设置唯一标识)@icon
方式设置图标(因为 Stellar 不再内置 fontawesome
图标库)1 | let x = 123 |
a | b | c |
---|---|---|
a1 | b1 | c1 |
a2 | b2 | c2 |
这个功能在 1.21.0 版本后开始支持,其内部只能填写 md 格式的图片。
1 | {% gallery %} |
这个功能在 1.21.0 版本后开始支持,将会取代 about 组件,请尽快完成迁移。
1 | {% banner 随记 bg:https://xaoxuu.com/assets/banner/notes.jpg %} |
1 | {% banner 某某 这是个人简介 avatar:https://xaoxuu.com/assets/xaoxuu/avatar/rect-256@2x.png bg:https://xaoxuu.com/assets/banner/nebula.jpg %} |
设置 link 可以让整个卡片响应点击事件,实现点击跳转到对应文章:
1 | {% banner 博客进阶:自动化部署 本文讲了如何利用脚本和 GitHub Actions 简化博客搭建和部署流程,提高效率。 bg:https://xaoxuu.com/assets/xaoxuu/blog/2022-1126a@2x.jpg link:/blog/20221126/ %} |
这个功能在 1.12.0 版本后开始支持,目前只支持显示一行两列,且手机端因宽度较窄会恢复为单列显示。
The Galactic Center is the rotational center of the Milky Way galaxy. Its central massive object is a supermassive black hole of about 4 million solar masses, which is called Sagittarius A*. Its mass is equal to four million suns. The center is located 25,800 light years away from Earth.
Ōwhiro Bay, Wellington, New Zealand
Published on May 31, 2022
SONY, ILCE-6000
Free to use under the Unsplash License
普通块样式:
卡片样式:
示例代码:
1 | {% grid bg:block %} |
bg
为可选参数,默认没有背景,可设置为block/card
两种样式
方便在关于页面显示一段图文信息,比普通块容器稍微有一点点不一样:
1 | {% about avatar:/assets/xaoxuu/avatar/rect-256@2x.png height:80px %} |
请发表您的建议 #198
默认一张图片是 50% 宽度,通过设置 width:min
设置为 25% 宽度,width:max
设置为 100% 宽度。
1 | {% swiper effect:cards %} |
1 | {% swiper width:min/max %} |
1 | {% swiper effect:cards/coverflow %} |
一个页面只能设置一次,第一个 swiper
容器的效果全局生效。