-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (54 loc) · 2.98 KB
/
Copy pathindex.html
File metadata and controls
58 lines (54 loc) · 2.98 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
---
layout: default
title:
description: 这是 孙铭鸿 的开源项目博客,它是基于 Jekyll 搭建起来的。在这里,不仅仅是用来快速记录工作,学习,生活的一点一滴的地方,更是 孙铭鸿 对 Jekyll 的学习和使用的一次有意义的实践。
keywords: 孙铭鸿, GitHub, Jekyll, Plugins, Works, Archives, Quotes, Violet, css, html, javascript, wordpress, logo, design, geek
isIndex: true
---
<div class="banner">
<div class="b-cnt">
<div class="ui-grid-25 ui-grid-bottom ui-grid-right">
<div class="banner-cnt" id="J_banner">
</div><!-- //banner-cnt -->
</div>
</div>
</div><!-- //banner -->
<section class="content fn-clear">
<div class="content-cnt">
<div class="ui-grid-25 ui-grid-right content-top">
<div class="ui-grid-23 violet-post">
<div class="violet-post-det fn-clear">
<section class="ui-grid-16 violet-journal">
<h4 class="v-section-tit">Last Journal</h4>
{% for rpost in site.posts limit:5 %}
<article class="v-excerpt fn-clear">
<div class="ui-grid-7 ui-grid-bottom">
<h3 class="v-excerpt-title"><a href="{{ rpost.url }}" title="{{ rpost.title }}" rel="bookmark">{{ rpost.title }}</a></h3>
<p class="v-date"><span>‣</span><time pubdate="{{ rpost.date | date_to_utc | date: '%Y-%m-%d' }}">{{ rpost.date | date_to_utc | date: "%Y-%m-%d" }}</time></p>
</div>
<div class="ui-grid-9 ui-grid-right v-excerpt-det">
<p>{{ rpost.description }}</p>
<p class="v-more"><a href="{{ rpost.url }}" title="Read More" rel="nofollow"><span>➥</span>Read More</a></p>
</div>
</article><!-- //v-post-excerpt -->
{% endfor %}
{% for npost in site.posts limit:3 offset:5 %}
<article class="v-post-list fn-clear">
<p class="v-date"><span>‣</span><time pubdate="{{ npost.date | date_to_utc | date: '%Y-%m-%d' }}">{{ npost.date | date_to_utc | date: "%Y-%m-%d" }}</time></p>
<h3 class="v-post-title"><a href="{{ npost.url }}" title="{{ npost.title }}" rel="bookmark">{{ npost.title }}</a></h3>
</article><!-- //v-post-list -->
{% endfor %}
</section><!-- //Journal -->
{% include aside.html %}
</div>
</div>
</div>
<div class="ui-grid-25 ui-grid-bottom ui-grid-right">
<section class="ui-grid-23 github-project">
<div class="violet-project fn-clear" id="J_porject">
<h4 class="v-section-tit">GitHub Project</h4>
</div>
</section>
</div>
</div>
</section><!-- //content -->