导航菜单设置、二级目录

1
2
3
4
5
6
7
8
9
10
11
12
13
14
menu:
主页: / || fas fa-home
标签: /tags/ || fas fa-tags
时间轴: /archives/ || fas fa-archive
# 目录: /categories/ || fas fa-folder-open
目录||iconfont icon-1mulu:
OnePlus: /categories/OnePlus || fas fa-mobile-alt #fa fa-mobile
Linux: /categories/Linux || fab fa-linux
Hexo: /categories/Hexo || fas fa-blog
XYplorer: /categories/XYplorer || fas fa-folder-open
Building: /categories/Building || fas fa-archway
AutoCAD: /categories/AutoCAD || fas fa-draw-polygon
链接板: /link/ || fas fa-link
关于: /about/ || fas fa-heart
基于 Butterfly 的外挂标签Tag Plugins Plus
基于 Butterfly 的版权美化
基于 Butterfly 的分类磁贴
基于Swiper的首页置顶轮播图

https://akilar.top/posts/8e1264d1/

1
2
3
4
5
6
7
8
9
    extends includes/layout.pug

block content
include ./includes/mixins/post-ui.pug
#recent-posts.recent-posts
+ .recent-post-item(style='height:auto;width:100%;')
+ !=partial('includes/sliderbar', {}, {cache:theme.fragment_cache})
+postUI
include includes/pagination.pug