Skip to content

Commit

Permalink
[refactor]: rename
Browse files Browse the repository at this point in the history
  • Loading branch information
pizn committed Jan 19, 2016
1 parent 290fd3d commit ef50f65
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 10 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Leafeon - 叶精灵
# EEVEE - 伊布

[![Build Status](https://travis-ci.org/pizn/leafeon.svg?branch=master)](https://travis-ci.org/pizn/leafeon)

基于 Github Page 的在线编辑平台,让你更加专注于内容的编写
基于 Github Page 的在线编辑平台,让你更加专注于内容的编写.


12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "leafeon",
"name": "eevee",
"version": "0.0.1",
"description": "基于 Github Page 的博客在线编辑平台",
"description": "伊布 - 内容为王,基于 GitHub 的博客管理平台",
"keywords": [
"page",
"jekyll"
"jekyll",
"github"
],
"repository": {
"type": "git",
"url": "https://github.com/pizn/leafeon.git"
"url": "https://github.com/pizn/eevee.git"
},
"bugs": {
"url": "https://github.com/pizn/leafeon.git/issues"
"url": "https://github.com/pizn/eevee.git/issues"
},
"license": "MIT",
"entry": {
Expand Down
2 changes: 1 addition & 1 deletion src/components/Post/Editor.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ class Editor extends Component {
}
</div>
<div className="leaf-editor-footer clearfix">
<p>文章编写于 </p>
<p>文章编写于 <a href="https://github.com/pizn/eevee" target="_blank">伊布</a></p>
</div>
</div>
</div>
Expand Down
4 changes: 4 additions & 0 deletions src/containers/Login.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,11 @@ class Login extends Component {
</div>
</div>
}
<div className="leaf-login-foot">
<p><a href="https://github.com/pizn/eevee" target="_blank">关于伊布</a> · <a href="https://github.com/pizn/eevee/issues" target="_blank">联系作者</a></p>
</div>
</div>

</div>
);
}
Expand Down
27 changes: 26 additions & 1 deletion src/styles/leaf.less
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,17 @@
height: 100%;
padding: 80px 0 50px 0;

&-foot {
padding: 60px 32px 32px 32px;
text-align: center;

a {
color: #444;
&:hover {
text-decoration: underline;
}
}
}
&-contain {
margin: 0 auto;
width: 320px;
Expand Down Expand Up @@ -405,7 +416,7 @@
}

&-list {
padding: 48px 0;
padding: 48px 0 24px 0;

&-loading {
width: 64px;
Expand Down Expand Up @@ -463,6 +474,13 @@
}
}

&-foot {
padding: 24px 0;
text-align: center;
font-size: 12px;
color: #666;
}

}

&-post {
Expand Down Expand Up @@ -814,6 +832,13 @@
line-height: 30px;
font-size: 14px;
height: 90px;

a {
color: #444;
&:hover {
text-decoration: underline;
}
}
}
}

Expand Down

0 comments on commit ef50f65

Please sign in to comment.