refactor:Initialize Theme

This commit is contained in:
jiewenhuang 2023-08-10 01:02:04 +08:00
parent 599dadc704
commit d8401cbe81
2 changed files with 5 additions and 1 deletions

View File

@ -7,6 +7,10 @@
<body>
<div id="Joe">
<th:block th:replace="~{modules/macro/navbar :: navbar}" />
<!-- 首页大图-->
<th:block th:if="${theme.config.beauty.enable_big_banner}">
<th:block th:replace="~{modules/macro/big_banner :: big_banner(${title})}" />
</th:block>
<div class="joe_container joe_main_container page-journals"
th:classappend="|${theme.config.theme.enable_show_in_up ? 'animated showInUp':''} ${theme.config.aside.aside_position == 'left' ? 'revert':''}|">
<div class="joe_main">

View File

@ -8,7 +8,7 @@ spec:
name: Jiewenhuang
website: "https://halo.run"
description: Halo2.0主题 Joe3
logo: "https://cdn.jsdelivr.net/gh/qinhua/halo-theme-joe2.0@master/source/img/dp/welcome.jpg"
logo: "https://wmimg.com/i/70/2023/08/64d3c41d5bde2.webp"
website: "https://www.jiewen.run"
repo: "https://github.com/jiewenhuang/halo-theme-joe3.0"
settingName: "theme-Joe-setting"