backup: 2025-03-18
This commit is contained in:
parent
cdf9159f73
commit
5a2e7bdd2c
13
_config.yml
13
_config.yml
|
@ -15,10 +15,9 @@ home_layout: card
|
|||
# 导航名称
|
||||
menus_title:
|
||||
home: 首页
|
||||
archive: ARCHIVE
|
||||
archive: 所有作品
|
||||
categories: 作品分类
|
||||
tags: TAGS
|
||||
#links: LINKS
|
||||
tags: 作品标签
|
||||
about: 关于作者
|
||||
# 导航 (不建议修改)
|
||||
menus:
|
||||
|
@ -30,7 +29,7 @@ menus:
|
|||
about: /about
|
||||
|
||||
# logo
|
||||
logo: https://blog.taire.de/image/logo.png
|
||||
logo: /image/logo.png
|
||||
# 网页标签上那个小图标 一定要用本地存储
|
||||
icon: /image/favicon.ico
|
||||
# 每个页面的展示的图标和一句话
|
||||
|
@ -45,7 +44,7 @@ headers:
|
|||
icon: "https://cdn.jsdelivr.net/gh/duogongneng/MyBlogImg/imgicon-remixicon.svg"
|
||||
}
|
||||
tags: {
|
||||
message: "这里是一些展示的标签",
|
||||
message: "作品标签",
|
||||
icon: "https://cdn.jsdelivr.net/gh/duogongneng/MyBlogImg/imgtags.svg"
|
||||
}
|
||||
links: {
|
||||
|
@ -53,7 +52,7 @@ headers:
|
|||
icon: "https://cdn.jsdelivr.net/gh/duogongneng/MyBlogImg/imga20r7-cftji.svg"
|
||||
}
|
||||
categories: {
|
||||
message: "文章分类",
|
||||
message: "作品分类",
|
||||
icon: "https://cdn.jsdelivr.net/gh/duogongneng/MyBlogImg/imgblogmyCategory.svg"
|
||||
}
|
||||
|
||||
|
@ -81,7 +80,7 @@ bottomIcon:
|
|||
toUrl: 'https://github.com/79E/hexo-theme-quiet'
|
||||
}
|
||||
# 友情链接
|
||||
linksList:
|
||||
linksLis t:
|
||||
- {
|
||||
title: 'Quiet',
|
||||
intro: '收藏回忆与分享技术的地方',
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<div class="header-top" id="header-top">
|
||||
<div class="h-left">
|
||||
<a href="<%= theme.menus.home %>">
|
||||
<img src="<%- theme.logo %>" alt="Quiet">
|
||||
<img src="<%- theme.logo %>" alt="梁萌">
|
||||
</a>
|
||||
</div>
|
||||
<div class="h-right">
|
||||
|
|
|
@ -6,9 +6,9 @@
|
|||
<% page.posts.each(function (post,i) { %>
|
||||
<a href="<%- url_for(post.path) %>" class="post-block-content">
|
||||
<% if(post.cover){ %>
|
||||
<img src="<%= post.cover %>" alt="Quiet">
|
||||
<img src="<%= post.cover %>" alt="梁萌">
|
||||
<% }else{ %>
|
||||
<img src="<%- theme.default_cover %>" alt="Quiet">
|
||||
<img src="<%- theme.default_cover %>" alt="梁萌">
|
||||
<% } %>
|
||||
<div class="post-block-content-info">
|
||||
<h2><%= post.title %></h2>
|
||||
|
@ -39,9 +39,9 @@
|
|||
<%= post.title %>
|
||||
</h2>
|
||||
<% if(post.cover){ %>
|
||||
<img src="<%= post.cover %>" alt="Quiet">
|
||||
<img src="<%= post.cover %>" alt="梁萌">
|
||||
<% }else{ %>
|
||||
<img src="<%- theme.default_cover %>" alt="Quiet">
|
||||
<img src="<%- theme.default_cover %>" alt="梁萌">
|
||||
<% } %>
|
||||
</a>
|
||||
<div class="post-card-meat">
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<div class="header-body-background">
|
||||
<div class="header-body-background-content">
|
||||
<span>
|
||||
<img src="<%- icon %>" alt="Quiet">
|
||||
<img src="<%- icon %>" alt="梁萌">
|
||||
</span>
|
||||
|
||||
<h2><%- message %></h2>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<a href="<%- each.link %>">
|
||||
<div class="card">
|
||||
<div class="user-link-image">
|
||||
<img src="<%- each.image %>" alt="Quiet">
|
||||
<img src="<%- each.image %>" alt="梁萌">
|
||||
</div>
|
||||
<div class="user-link-info">
|
||||
<h1>
|
||||
|
|
|
@ -29,6 +29,8 @@
|
|||
img {
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
border-radius: 50%;
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 123 KiB |
Binary file not shown.
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 72 KiB |
Loading…
Reference in New Issue