Skip to content

Commit 282a19a

Browse files
committed
第一版结束
1 parent dbbc888 commit 282a19a

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

_coverpage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
<!-- 背景色 -->
1313
<!-- ![color](#f0f0f0) -->
1414
<!-- 背景图 -->
15-
![](./blog/image/cover2.jpg)
15+
![](./blog/image/cover3.jpeg)
1616

blog/image/cover3.jpeg

269 KB
Loading

index.html

+13-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
88
<meta name="description" content="Description">
99
<meta name="keywords" content="wiki,docsify,音乐爱好者">
10-
<meta name="author" content="xhhdd">
10+
<meta name="author" content="通灵诗人">
1111

1212
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
1313
<!-- 设置浏览器图标 -->
@@ -23,6 +23,18 @@
2323
<link rel="stylesheet" href="//unpkg.com/@fortawesome/fontawesome-free/css/brands.css" />
2424
<link rel="stylesheet" href="//unpkg.com/@fortawesome/fontawesome-free/css/regular.css" />
2525
<link rel="stylesheet" href="//unpkg.com/@fortawesome/fontawesome-free/css/solid.css" />
26+
27+
<style>
28+
/* 去掉封面遮罩 */
29+
section.cover.has-mask .mask {
30+
background-color: #fff;
31+
opacity: .3;
32+
position: absolute;
33+
top: 0;
34+
bottom: 0;
35+
width: 100%;
36+
}
37+
</style>
2638
</head>
2739

2840
<body>

nohup.out

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
Serving /root/gitee/notes now.
3+
Listening at http://localhost:80
4+

0 commit comments

Comments
 (0)