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:
|
menus_title:
|
||||||
home: 首页
|
home: 首页
|
||||||
archive: ARCHIVE
|
archive: 所有作品
|
||||||
categories: 作品分类
|
categories: 作品分类
|
||||||
tags: TAGS
|
tags: 作品标签
|
||||||
#links: LINKS
|
|
||||||
about: 关于作者
|
about: 关于作者
|
||||||
# 导航 (不建议修改)
|
# 导航 (不建议修改)
|
||||||
menus:
|
menus:
|
||||||
|
@ -30,7 +29,7 @@ menus:
|
||||||
about: /about
|
about: /about
|
||||||
|
|
||||||
# logo
|
# logo
|
||||||
logo: https://blog.taire.de/image/logo.png
|
logo: /image/logo.png
|
||||||
# 网页标签上那个小图标 一定要用本地存储
|
# 网页标签上那个小图标 一定要用本地存储
|
||||||
icon: /image/favicon.ico
|
icon: /image/favicon.ico
|
||||||
# 每个页面的展示的图标和一句话
|
# 每个页面的展示的图标和一句话
|
||||||
|
@ -45,7 +44,7 @@ headers:
|
||||||
icon: "https://cdn.jsdelivr.net/gh/duogongneng/MyBlogImg/imgicon-remixicon.svg"
|
icon: "https://cdn.jsdelivr.net/gh/duogongneng/MyBlogImg/imgicon-remixicon.svg"
|
||||||
}
|
}
|
||||||
tags: {
|
tags: {
|
||||||
message: "这里是一些展示的标签",
|
message: "作品标签",
|
||||||
icon: "https://cdn.jsdelivr.net/gh/duogongneng/MyBlogImg/imgtags.svg"
|
icon: "https://cdn.jsdelivr.net/gh/duogongneng/MyBlogImg/imgtags.svg"
|
||||||
}
|
}
|
||||||
links: {
|
links: {
|
||||||
|
@ -53,7 +52,7 @@ headers:
|
||||||
icon: "https://cdn.jsdelivr.net/gh/duogongneng/MyBlogImg/imga20r7-cftji.svg"
|
icon: "https://cdn.jsdelivr.net/gh/duogongneng/MyBlogImg/imga20r7-cftji.svg"
|
||||||
}
|
}
|
||||||
categories: {
|
categories: {
|
||||||
message: "文章分类",
|
message: "作品分类",
|
||||||
icon: "https://cdn.jsdelivr.net/gh/duogongneng/MyBlogImg/imgblogmyCategory.svg"
|
icon: "https://cdn.jsdelivr.net/gh/duogongneng/MyBlogImg/imgblogmyCategory.svg"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -81,7 +80,7 @@ bottomIcon:
|
||||||
toUrl: 'https://github.com/79E/hexo-theme-quiet'
|
toUrl: 'https://github.com/79E/hexo-theme-quiet'
|
||||||
}
|
}
|
||||||
# 友情链接
|
# 友情链接
|
||||||
linksList:
|
linksLis t:
|
||||||
- {
|
- {
|
||||||
title: 'Quiet',
|
title: 'Quiet',
|
||||||
intro: '收藏回忆与分享技术的地方',
|
intro: '收藏回忆与分享技术的地方',
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<div class="header-top" id="header-top">
|
<div class="header-top" id="header-top">
|
||||||
<div class="h-left">
|
<div class="h-left">
|
||||||
<a href="<%= theme.menus.home %>">
|
<a href="<%= theme.menus.home %>">
|
||||||
<img src="<%- theme.logo %>" alt="Quiet">
|
<img src="<%- theme.logo %>" alt="梁萌">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="h-right">
|
<div class="h-right">
|
||||||
|
|
|
@ -6,9 +6,9 @@
|
||||||
<% page.posts.each(function (post,i) { %>
|
<% page.posts.each(function (post,i) { %>
|
||||||
<a href="<%- url_for(post.path) %>" class="post-block-content">
|
<a href="<%- url_for(post.path) %>" class="post-block-content">
|
||||||
<% if(post.cover){ %>
|
<% if(post.cover){ %>
|
||||||
<img src="<%= post.cover %>" alt="Quiet">
|
<img src="<%= post.cover %>" alt="梁萌">
|
||||||
<% }else{ %>
|
<% }else{ %>
|
||||||
<img src="<%- theme.default_cover %>" alt="Quiet">
|
<img src="<%- theme.default_cover %>" alt="梁萌">
|
||||||
<% } %>
|
<% } %>
|
||||||
<div class="post-block-content-info">
|
<div class="post-block-content-info">
|
||||||
<h2><%= post.title %></h2>
|
<h2><%= post.title %></h2>
|
||||||
|
@ -39,9 +39,9 @@
|
||||||
<%= post.title %>
|
<%= post.title %>
|
||||||
</h2>
|
</h2>
|
||||||
<% if(post.cover){ %>
|
<% if(post.cover){ %>
|
||||||
<img src="<%= post.cover %>" alt="Quiet">
|
<img src="<%= post.cover %>" alt="梁萌">
|
||||||
<% }else{ %>
|
<% }else{ %>
|
||||||
<img src="<%- theme.default_cover %>" alt="Quiet">
|
<img src="<%- theme.default_cover %>" alt="梁萌">
|
||||||
<% } %>
|
<% } %>
|
||||||
</a>
|
</a>
|
||||||
<div class="post-card-meat">
|
<div class="post-card-meat">
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<div class="header-body-background">
|
<div class="header-body-background">
|
||||||
<div class="header-body-background-content">
|
<div class="header-body-background-content">
|
||||||
<span>
|
<span>
|
||||||
<img src="<%- icon %>" alt="Quiet">
|
<img src="<%- icon %>" alt="梁萌">
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<h2><%- message %></h2>
|
<h2><%- message %></h2>
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
<a href="<%- each.link %>">
|
<a href="<%- each.link %>">
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<div class="user-link-image">
|
<div class="user-link-image">
|
||||||
<img src="<%- each.image %>" alt="Quiet">
|
<img src="<%- each.image %>" alt="梁萌">
|
||||||
</div>
|
</div>
|
||||||
<div class="user-link-info">
|
<div class="user-link-info">
|
||||||
<h1>
|
<h1>
|
||||||
|
|
|
@ -29,6 +29,8 @@
|
||||||
img {
|
img {
|
||||||
width: 36px;
|
width: 36px;
|
||||||
height: 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