forked from mmistakes/minimal-mistakes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (23 loc) · 1.7 KB
/
index.html
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
---
layout: archive
author_profile: true
header:
image: https://source.unsplash.com/random
---
{% include base_path %}
<style>
#archive_subtitle1 { color: #52adc8; } /* CSS link color */
#archive_subtitle2 { color: #52adc8; } /* CSS link color */
</style>
<h3>My blog is base on Minimal Mistakes.<a id="archive_subtitle1" href="https://github.com/mmistakes/minimal-mistakes" target="_blank">Minimal Mistakes</a> is a flexible two-column Jekyll theme. Perfect for hosting your personal site, blog, or portfolio on GitHub or self-hosting on your own server. As the name implies --- styling is purposely minimalistic to be enhanced and customized by you :smile:.</h3>
<h2>Contributing</h2>
<h3>I welcome bug fixes, ehancements, new features, and <a id="archive_subtitle2" href="https://github.com/RobinYu/robinyu.github.io/issues" target="_blank" >feedback!</a></h3>
<h3>My blog on GitHub</h3>
<iframe src="https://ghbtns.com/github-btn.html?user=robinyu&repo=robinyu.github.io&type=watch&count=true&size=large&v=2" frameborder="0" scrolling="0" width="160px" height="30px" align="middle"></iframe>
<iframe src="https://ghbtns.com/github-btn.html?user=robinyu&repo=robinyu.github.io&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px" align="middle"></iframe>
<iframe src="https://ghbtns.com/github-btn.html?user=robinyu&repo=robinyu.github.io&type=fork&count=true&size=large" frameborder="0" scrolling="0" width="158px" height="30px" align="middle"></iframe>
<h3 class="archive__subtitle">{{ site.data.ui-text[site.locale].recent_posts | default: "Recent Posts" }}</h3>
{% for post in paginator.posts %}
{% include archive-single.html %}
{% endfor %}
{% include paginator.html %}