当前位置:网站首页>Discourse 自定义头部链接(Custom Header Links)
Discourse 自定义头部链接(Custom Header Links)
2022-07-30 04:25:00 【51CTO】
Discourse 的头部链接是没有办法自定义的,我们使用下面的这个插件来进行配置
可以从 Git 代码仓库中进行安装,有关这个插件的官方讨论地址为: Custom Header Links - theme-component - Discourse Meta
我们 Fork 了这个插件:Fork 后的插件的地址为: GitHub - Discourse-C/discourse-custom-header-links
安装效果
安装后的效果如下面的图片。
桌面
移动界面
因为移动空间的限制,我们不建议在移动界面中显示更多的内容。
安装方法
从 Git 代码仓库中进行安装。
进入后台中的主题管理,然后选择安装。
然后可以选择从 Git 仓库中进行安装。
在仓库地址中,输入你需要安装的仓库地址。
在本例中,我们使用的地址为: Discource-C/discourse-custom-header-links - discourse-custom-header-links - OSSEZ SRC
当然,你也可以使用官方的地址来进行安装的。
如果一切顺利,则显示安装成功。
当然,在这里,你需要选择应用的主题才可以让你安装的插件生效。
然后你就可以在你的界面中看到启用的插件了,并查看产生的效果。
https://www.ossez.com/t/discourse-custom-header-links/14043
边栏推荐
- Pytorch框架学习记录7——卷积层
- Go书籍大全-从初级到高级以及Web开发
- PyG builds R-GCN to realize node classification
- Taobao H5 interface to obtain app data 6.0 format
- MySQL String Concatenation - Various String Concatenation Practical Cases
- How does the Snapdragon 7 series chip perform?Reno8 Pro proves a new generation of God U
- 精品MySQL面试题,备战八月99%必问!过不了面试算我的
- Thinkphp 5.0.24 Variable Override Vulnerability Causes RCE Analysis
- mysql structure, index details
- Based on all volunteers - H and D1 XR806 rare plant monitoring device
猜你喜欢
随机推荐
Alibaba search new product data API by keyword
Pytorch framework learning record 7 - convolutional layer
Charles 替换 接口响应信息
C. Travelling Salesman and Special Numbers (二进制 + 组合数)
MySQL installation error solution
cnpm installation steps
验证addShutdownHook钩子生效
Eureka Registry
cv2.polylines
SSM框架简单介绍
golang八股文整理(持续搬运)
2022-07-29 Group 4 Self-cultivation class study notes (every day)
Mysql version upgrade, copy the Data file directly, the query is very slow
The leap second that may cause the next "Millennium Bug" is boycotted by tech giants
Pytorch framework learning record 1 - Dataset class code combat
高并发框架 Disruptor
Pytorch framework learning record 4 - the use of datasets (torchvision.dataset)
Pytorch框架学习记录4——数据集的使用(torchvision.dataset)
Android Studio 实现登录注册-源代码 (连接MySql数据库)
Pytorch framework learning record 5 - the use of DataLoader















