feat: update theme settings
All checks were successful
Deploy Pages / Generate-Pages (push) Successful in 1m12s
All checks were successful
Deploy Pages / Generate-Pages (push) Successful in 1m12s
This commit is contained in:
parent
691647942d
commit
851d167ea9
@ -11,3 +11,23 @@ menu:
|
||||
链接||fas fa-list:
|
||||
友链: /link/ || fas fa-link
|
||||
关于: /about/ || fas fa-heart
|
||||
|
||||
hide_sidebar_menu_child: true
|
||||
|
||||
highlight_theme: darker
|
||||
highlight_shrink: false
|
||||
highlight_height_limit: 240
|
||||
|
||||
avatar:
|
||||
img: /img/avatar.png
|
||||
|
||||
social:
|
||||
fab fa-github: https://github.com/Linloir || GitHub
|
||||
fas fa-envelope: mailto:jonathanzhang.st@gmail.com || Email
|
||||
|
||||
index_img: /img/index.jpg
|
||||
|
||||
subtitle:
|
||||
enable: true
|
||||
effect: true
|
||||
sub: "Run fast, Laugh hard, and Be kind"
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
# Site
|
||||
title: 時痕
|
||||
subtitle: "Linloir's Blog"
|
||||
description: "A blog about me, my life, technology and everything worth sharing. 在这里,瞥见我、技术、生活与值得分享的一切。"
|
||||
description: "我、技术、生活与值得分享的一切"
|
||||
keywords: "Linloir, blog, technology, life, share, Linloir's Blog, 時痕, 霖落, 博客, 技术, 生活, 分享"
|
||||
author: Linloir
|
||||
language: zh-CN
|
||||
|
||||
BIN
source/img/avatar.png
Normal file
BIN
source/img/avatar.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 90 KiB |
BIN
source/img/index.jpg
Normal file
BIN
source/img/index.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 534 KiB |
@ -46,12 +46,6 @@
|
||||
color: var(--font-color)
|
||||
font-size: 1.4em
|
||||
|
||||
i
|
||||
transition: all .3s
|
||||
|
||||
&:hover
|
||||
transform: rotate(360deg)
|
||||
|
||||
#card-info-btn
|
||||
display: block
|
||||
margin-top: 14px
|
||||
@ -326,6 +320,7 @@
|
||||
width: 110px
|
||||
height: 110px
|
||||
border-radius: 70px
|
||||
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1)
|
||||
|
||||
img
|
||||
width: 100%
|
||||
@ -333,9 +328,6 @@
|
||||
transition: filter 375ms ease-in .2s, transform .3s
|
||||
object-fit: cover
|
||||
|
||||
&:hover
|
||||
transform: rotate(360deg)
|
||||
|
||||
.site-data
|
||||
display: table
|
||||
width: 100%
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user