modify: color and author
This commit is contained in:
parent
b502a57455
commit
cdf9159f73
24
_config.yml
24
_config.yml
|
@ -1,25 +1,25 @@
|
||||||
# 网站标题
|
# 网站标题
|
||||||
title: Hexo主题-Quiet主题-Hexo扁平化主题安装
|
title: 梁萌个人作品集
|
||||||
# 网站标题后缀
|
# 网站标题后缀
|
||||||
suffix: Quiet
|
suffix: 梁萌作品集
|
||||||
# 作者名称
|
# 作者名称
|
||||||
author: Joey
|
author: 梁萌
|
||||||
# 网站关键字
|
# 网站关键字
|
||||||
keyword: hexo主题,hexo扁平化主题,Quiet主题
|
keyword:
|
||||||
#false是否开启文章背景图显示(随机图片)
|
#false是否开启文章背景图显示(随机图片)
|
||||||
is_article_img: true
|
is_article_img: true
|
||||||
# 网站描述
|
# 网站描述
|
||||||
web_description: 描述
|
web_description: 梁萌的个人作品集
|
||||||
# 首页文章布局 默认 'card' 可选择 'block-card'
|
# 首页文章布局 默认 'card' 可选择 'block-card'
|
||||||
home_layout: card
|
home_layout: card
|
||||||
# 导航名称
|
# 导航名称
|
||||||
menus_title:
|
menus_title:
|
||||||
home: HOME
|
home: 首页
|
||||||
archive: ARCHIVE
|
archive: ARCHIVE
|
||||||
categories: CATEGORIES
|
categories: 作品分类
|
||||||
tags: TAGS
|
tags: TAGS
|
||||||
links: LINKS
|
#links: LINKS
|
||||||
about: ABOUT
|
about: 关于作者
|
||||||
# 导航 (不建议修改)
|
# 导航 (不建议修改)
|
||||||
menus:
|
menus:
|
||||||
home: /
|
home: /
|
||||||
|
@ -30,13 +30,13 @@ menus:
|
||||||
about: /about
|
about: /about
|
||||||
|
|
||||||
# logo
|
# logo
|
||||||
logo: /image/logo.png
|
logo: https://blog.taire.de/image/logo.png
|
||||||
# 网页标签上那个小图标 一定要用本地存储
|
# 网页标签上那个小图标 一定要用本地存储
|
||||||
icon: /image/favicon.ico
|
icon: /image/favicon.ico
|
||||||
# 每个页面的展示的图标和一句话
|
# 每个页面的展示的图标和一句话
|
||||||
headers:
|
headers:
|
||||||
home: {
|
home: {
|
||||||
message: "首页这里应该有一句话,你想想写点什么?",
|
message: "梁萌 2020-2024 个人作品集",
|
||||||
icon: "/image/logo.png"
|
icon: "/image/logo.png"
|
||||||
}
|
}
|
||||||
archives: {
|
archives: {
|
||||||
|
@ -92,4 +92,4 @@ linksList:
|
||||||
#默认的cover (默认缩略图) 在没有填写(这里可以替换(可以是api也可以是固定的图))
|
#默认的cover (默认缩略图) 在没有填写(这里可以替换(可以是api也可以是固定的图))
|
||||||
# https://api.ixiaowai.cn/gqapi/gqapi.php
|
# https://api.ixiaowai.cn/gqapi/gqapi.php
|
||||||
# https://tuapi.eees.cc/api.php?type=302&category=fengjing
|
# https://tuapi.eees.cc/api.php?type=302&category=fengjing
|
||||||
default_cover: https://api.ixiaowai.cn/gqapi/gqapi.php
|
default_cover: https://image.marsway.red/images%E5%BD%B1%E8%A7%86.jpg?imageslim
|
||||||
|
|
|
@ -1,9 +1,7 @@
|
||||||
|
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
<div class="Copyright">
|
<div class="Copyright">
|
||||||
©<%= new Date().getFullYear() %> By <%- theme.author %>. 主题:<a
|
©<%= new Date().getFullYear() %> By <%- theme.author %>.
|
||||||
style="text-decoration: none;display: contents; color: #898F9F;"
|
|
||||||
href="https://github.com/79e/hexo-theme-quiet">Quiet</a>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="contact">
|
<div class="contact">
|
||||||
<% theme.bottomIcon.forEach(item =>{%>
|
<% theme.bottomIcon.forEach(item =>{%>
|
||||||
|
@ -18,4 +16,4 @@
|
||||||
<%- partial('_widget/comment') %>
|
<%- partial('_widget/comment') %>
|
||||||
<script>
|
<script>
|
||||||
console.log('\n %c Hexo-Quiet 主题 %c https://github.com/79e/hexo-theme-quiet \n', 'color: #fadfa3; background: #030307; padding:5px 0;', 'background: #fadfa3; padding:5px 0;')
|
console.log('\n %c Hexo-Quiet 主题 %c https://github.com/79e/hexo-theme-quiet \n', 'color: #fadfa3; background: #030307; padding:5px 0;', 'background: #fadfa3; padding:5px 0;')
|
||||||
</script>
|
</script>
|
||||||
|
|
|
@ -51,9 +51,9 @@
|
||||||
<%- post.categories.data[0] ? post.categories.data[0].name : theme.author ? theme.author : 'Quiet' %>
|
<%- post.categories.data[0] ? post.categories.data[0].name : theme.author ? theme.author : 'Quiet' %>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="info-data">
|
<div class="info-data">
|
||||||
<%- date(post.date, "YYYY-MM-DD" ) %>
|
<%- date(post.date, "YYYY-MM-DD") %>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="meat-type"></div>
|
<div class="meat-type"></div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -85,4 +85,4 @@
|
||||||
<% } %>
|
<% } %>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -139,4 +139,4 @@
|
||||||
} )
|
} )
|
||||||
} )
|
} )
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
* {
|
*{
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
@ -9,7 +9,7 @@
|
||||||
.header-top {
|
.header-top {
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 100px;
|
height: 100px;
|
||||||
background: rgba(255,255,255,0.98);
|
background: rgba(240, 140, 81,0.98);
|
||||||
z-index: 99;
|
z-index: 99;
|
||||||
padding: 0 calc((100% - 1160px)/2);
|
padding: 0 calc((100% - 1160px)/2);
|
||||||
.h-left {
|
.h-left {
|
||||||
|
@ -49,10 +49,10 @@
|
||||||
padding: 0 18px;
|
padding: 0 18px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
a {
|
a {
|
||||||
color: #898fa0;
|
color: #FFFFFF;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
&:hover {
|
&:hover {
|
||||||
color: #12183A;
|
color: #DBDBDB;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.dot {
|
.dot {
|
||||||
|
@ -68,7 +68,7 @@
|
||||||
}
|
}
|
||||||
.select{
|
.select{
|
||||||
a {
|
a {
|
||||||
color: #12183A;
|
color: #FFFFFF;
|
||||||
}
|
}
|
||||||
.dot {
|
.dot {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
@ -127,4 +127,4 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue