• 主题模板
  • 【Joe2.0】Halo-theme-joe2.0 主题发布 🚀🚀🚀

大佬,这个主题是怎么做到输入QQ号自动获取头像的,在哪里改呢?

    joe这个主题那个标题h1 h2 h3为啥都一样大?

      想问一下能不能关闭这个主题对代码块的美化,就让他显示原生的,我的文章是从mdnice编辑过来的,这个主题的代码块的美化把我的原格式改了

        蝈蝈 不清楚你的具体情况,有链接吗,是想实现什么效果呢?

          蝈蝈 你这是富文本吧,目前主题没处理这种情况

          侧边栏的最新评论头像无法加载,全是我设置的博主默认头像,可是文章评论里的头像是没问题的,就是侧边栏的最新评论头像有问题,这个是我设置有问题嘛😅

            chonguang 这是头像加载失败后的默认图,你需要到 后台管理-评论设置 中配置头像源,可以和主题中的那个源一致。因为这里的头像地址是后台根据后台管理系统中那个源自动拼接的。

            @qinhua 轮播图设置为置顶文章,最大个数设置为5,文章里面设置为置顶的有三个。
            但是有时候首页轮播图只展示两个,更多时候只展示一个。请问下这个是bug么

            地址: https://luoxx.top/

              首页的精品分类这边,可以自己设置四个板块么,忘记怎么搞了😬

                gugu 目前不支持自己配置,后面可以和轮播图一样支持配置指定的分类

                  luoxx 这里应该确实有问题,后面再优化一下


                  请问底部添加这种样式怎么居中呢,添加style貌似不起作用

                    authon 在主题设置里的css加的这段

                    .github-badge {
                    		display: inline-block;
                    		border-radius: 4px;
                    		text-shadow: none;
                    		font-size: 12px;
                    		color: #fff;
                    		line-height: 15px;
                    		background-color: #ABBAC3;
                    		margin-bottom: 5px;
                                     text-align:center;
                    	}
                    	.github-badge .badge-subject {
                    		display: inline-block;
                    		background-color: #4D4D4D;
                    		padding: 4px 4px 4px 6px;
                    		border-top-left-radius: 4px;
                    		border-bottom-left-radius: 4px;
                    	}
                    	.github-badge .badge-value {
                    		display: inline-block;
                    		padding: 4px 6px 4px 4px;
                    		border-top-right-radius: 4px;
                    		border-bottom-right-radius: 4px;
                    	}
                    	.github-badge .bg-brightgreen {
                    		background-color: #4DC820 !important;
                    	}
                    	.github-badge .bg-orange {
                    		background-color: #FFA500 !important;
                    	}
                    	.github-badge .bg-yellow {
                    		background-color: #D8B024 !important;
                    	}
                    	.github-badge .bg-blueviolet {
                    		background-color: #8833D7 !important;
                    	}
                    	.github-badge .bg-pink {
                    		background-color: #F26BAE !important;
                    	}
                    	.github-badge .bg-red {
                    		background-color: #e05d44 !important;
                    	}
                    	.github-badge .bg-blue {
                    		background-color: #007EC6 !important;
                    	}
                    	.github-badge .bg-lightgrey {
                    		background-color: #9F9F9F !important;
                    	}
                    	.github-badge .bg-grey, .github-badge .bg-gray {
                    		background-color: #555 !important;
                    	}
                    	.github-badge .bg-lightgrey, .github-badge .bg-lightgray {
                    		background-color: #9f9f9f !important;
                    	}
                    	body{
                    		font-family: Georgia, -apple-system, 'Nimbus Roman No9 L', 'PingFang SC', 'Hiragino Sans GB', 'Noto Serif SC', 'Microsoft Yahei', 'WenQuanYi Micro Hei', 'ST Heiti', sans-serif;
                    	}