Skip to content
This repository has been archived by the owner on Aug 10, 2020. It is now read-only.

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
愧僧 committed Aug 26, 2017
1 parent b6ac06b commit 3d3c543
Show file tree
Hide file tree
Showing 98 changed files with 12,352 additions and 0 deletions.
28 changes: 28 additions & 0 deletions archives.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<div>
<article role="article">
<header>
<h1 class="entry-title">Blog Archive</h1>
</header>
<div id="blog-archives">
{% for p in posts %}
{% if p.year.length %}
<h2>{{ p.year }}</h2>
{% /if %}

<article>
<h1><a href="{{ p.url }}">{{ p.title }}</a></h1>
<time datetime="{{ p.dateGTM }}" pubdate><span class='month'>{{ p.dateMonth }}</span> <span class='day'>{{ p.dateDay }}</span> <span class='year'>{{ p.dateYear }}</span></time>
<footer>
{% if p.cats.@count %}<span class="categories">posted in {% /if %}
{% for cat in p.cats %}
<a class='category' href='{{ cat.url }}'>{{ cat.name }}</a>&nbsp;
{% /for %}
{% if p.cats.@count %}</span>{% /if %}
</footer>
</article>
{% /for %}

</div>
</article>

</div>
1 change: 1 addition & 0 deletions asset/css/screen.css

Large diffs are not rendered by default.

29 changes: 29 additions & 0 deletions asset/echarts.common.min.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions asset/font-awesome/HELP-US-OUT.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
I hope you love Font Awesome. If you've found it useful, please do me a favor and check out my latest project,
Fort Awesome (https://fortawesome.com). It makes it easy to put the perfect icons on your website. Choose from our awesome,
comprehensive icon sets or copy and paste your own.

Please. Check it out.

-Dave Gandy
Loading

0 comments on commit 3d3c543

Please sign in to comment.