Skip to content

Commit 4fc17bd

Browse files
committed
fix invalid date
1 parent 15566f1 commit 4fc17bd

File tree

9 files changed

+26
-19
lines changed

9 files changed

+26
-19
lines changed

content/_backgroud.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
----
1+
---
2+
title: "background"
3+
slug: /background
4+
date: 2017-12-08
5+
lang: zh
6+
---
27

38
## Motivation
49

content/_contributing.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
----
1+
---
2+
title: "contributing"
3+
slug: /contributing
4+
date: 2017-12-08
5+
lang: zh
6+
---
27

38
## Contributing to the project
49

content/_design.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
-----
1+
---
2+
title: design
3+
slug: /design
4+
date: 2017-12-08
5+
lang: zh
6+
---
27

38
## Design
49

content/_index.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
---
22
title: An open-source system to manage applications on multiple clouds
3+
slug: /index
4+
date: 2017-12-08
5+
lang: zh
36
---
47

58
[<img src="/logo-small.png" style="max-width:15%;min-width:40px;float:right;" alt="OpenPitrix" />](https://openpitrix.io)

content/_index.zh.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 主页
33
slug: /index
4-
4+
date: 2017-12-08
55
lang: zh
66
---
77

content/about.md

-5
This file was deleted.

content/about.zh.md

-8
This file was deleted.

static/css/blog.css

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
}
5555
.header .menu li a {
5656
color: #fff;
57-
font-weight: 400;
5857
}
5958

6059
/* blog-menu */

static/css/common.css

+4-1
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,9 @@ a:hover {
149149
.menu li.active{
150150
border-bottom: 3px solid #F7B236;
151151
}
152+
.menu li.active a {
153+
opacity: 1;
154+
}
152155
.menu li a {
153156
display: block;
154157
padding: 0 6px;
@@ -160,7 +163,7 @@ a:hover {
160163
text-align: left;
161164
text-decoration: none;
162165
outline: none;
163-
transition: all .3s ease-in-out;
166+
transition: opacity .3s ease-in-out;
164167
}
165168
.menu li a:hover {
166169
opacity: 1;

0 commit comments

Comments
 (0)