Skip to content

Commit

Permalink
modify site
Browse files Browse the repository at this point in the history
  • Loading branch information
alwaystiys committed Aug 11, 2016
1 parent a582fb8 commit 35a1185
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_site
4 changes: 2 additions & 2 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<p><a class="link" href="{{ site.baseurl }}/archive/">Archive</a> /
<a class="link" href="{{ site.baseurl }}/category/">Category</a> /
<a class="link" href="{{ site.baseurl }}/tags/">Tags</a> /
<a class="link" href="{{ site.baseurl }}/about/">About</a> /
<a class="link" href="{{ site.baseurl }}/contact/">Contact</a>
<a class="link" href="{{ site.baseurl }}/about/">About</a>
<!--<a class="link" href="{{ site.baseurl }}/contact/">Contact</a>-->
</p>

<span><script>document.write(new Date().getFullYear());</script></span>
Expand Down
6 changes: 6 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@

{% include header.html %}

<header class="post-header">
<center><div class="contact-title">{{ page.title }}</div>
<div class="contact-subtitle"><p>{{ page.subtitle }}</p></div></center>
</header>


<div class="wrapper">
{{ content }}
</div>
Expand Down
2 changes: 1 addition & 1 deletion _sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ a:hover {


.post-content h2:before {
content: " ";
content: "<> ";
margin-right: 20px;
color: #25bcba;
}
Expand Down
12 changes: 9 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
---
layout: default
title: Alwaystiys
subtitle: Always Tanning In Your Sunry
---

<style>

.index-content {
margin-top: 30%;
margin-bottom: 30%;
margin-top: 15%;
margin-bottom: 15%;
font-size: 18px;
}

</style>

<center>
<p class="index-content">Hello World</p>
<!--<p class="index-content"><b>Hello World</b></p>-->
<p class="index-content"><b>
以前我认为那句话很重要,因为我相信有些事说出来就是一生一世。<br/>现在想想,说不说也没有什么区别。<br/>
在我最美好的时间里,我最喜欢的人不在我身边,<br/>
如果能重新开始该有多好。</b></p>
</center>

0 comments on commit 35a1185

Please sign in to comment.