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是否开启文章背景图显示(随机图片)
|
||||
is_article_img: true
|
||||
# 网站描述
|
||||
web_description: 描述
|
||||
web_description: 梁萌的个人作品集
|
||||
# 首页文章布局 默认 'card' 可选择 'block-card'
|
||||
home_layout: card
|
||||
# 导航名称
|
||||
menus_title:
|
||||
home: HOME
|
||||
home: 首页
|
||||
archive: ARCHIVE
|
||||
categories: CATEGORIES
|
||||
categories: 作品分类
|
||||
tags: TAGS
|
||||
links: LINKS
|
||||
about: ABOUT
|
||||
#links: LINKS
|
||||
about: 关于作者
|
||||
# 导航 (不建议修改)
|
||||
menus:
|
||||
home: /
|
||||
|
@ -30,13 +30,13 @@ menus:
|
|||
about: /about
|
||||
|
||||
# logo
|
||||
logo: /image/logo.png
|
||||
logo: https://blog.taire.de/image/logo.png
|
||||
# 网页标签上那个小图标 一定要用本地存储
|
||||
icon: /image/favicon.ico
|
||||
# 每个页面的展示的图标和一句话
|
||||
headers:
|
||||
home: {
|
||||
message: "首页这里应该有一句话,你想想写点什么?",
|
||||
message: "梁萌 2020-2024 个人作品集",
|
||||
icon: "/image/logo.png"
|
||||
}
|
||||
archives: {
|
||||
|
@ -92,4 +92,4 @@ linksList:
|
|||
#默认的cover (默认缩略图) 在没有填写(这里可以替换(可以是api也可以是固定的图))
|
||||
# https://api.ixiaowai.cn/gqapi/gqapi.php
|
||||
# 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="Copyright">
|
||||
©<%= new Date().getFullYear() %> By <%- theme.author %>. 主题:<a
|
||||
style="text-decoration: none;display: contents; color: #898F9F;"
|
||||
href="https://github.com/79e/hexo-theme-quiet">Quiet</a>
|
||||
©<%= new Date().getFullYear() %> By <%- theme.author %>.
|
||||
</div>
|
||||
<div class="contact">
|
||||
<% theme.bottomIcon.forEach(item =>{%>
|
||||
|
|
|
@ -51,9 +51,9 @@
|
|||
<%- post.categories.data[0] ? post.categories.data[0].name : theme.author ? theme.author : 'Quiet' %>
|
||||
</a>
|
||||
</div>
|
||||
<div class="info-data">
|
||||
<%- date(post.date, "YYYY-MM-DD" ) %>
|
||||
</div>
|
||||
<div class="info-data">
|
||||
<%- date(post.date, "YYYY-MM-DD") %>
|
||||
</div>
|
||||
</div>
|
||||
<div class="meat-type"></div>
|
||||
</div>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
* {
|
||||
*{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
@ -9,7 +9,7 @@
|
|||
.header-top {
|
||||
display: flex;
|
||||
height: 100px;
|
||||
background: rgba(255,255,255,0.98);
|
||||
background: rgba(240, 140, 81,0.98);
|
||||
z-index: 99;
|
||||
padding: 0 calc((100% - 1160px)/2);
|
||||
.h-left {
|
||||
|
@ -49,10 +49,10 @@
|
|||
padding: 0 18px;
|
||||
white-space: nowrap;
|
||||
a {
|
||||
color: #898fa0;
|
||||
color: #FFFFFF;
|
||||
text-decoration: none;
|
||||
&:hover {
|
||||
color: #12183A;
|
||||
color: #DBDBDB;
|
||||
}
|
||||
}
|
||||
.dot {
|
||||
|
@ -68,7 +68,7 @@
|
|||
}
|
||||
.select{
|
||||
a {
|
||||
color: #12183A;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.dot {
|
||||
display: inline-block;
|
||||
|
|
Loading…
Reference in New Issue