-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
27 lines (25 loc) · 1.2 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
---
layout: default
---
<div class="home">
<h1 class="page-heading">リアルタイム版<a href="https://jser.info/" title="JSer.info">JSer.info</a></h1>
<p class="follow">
<a href="https://twitter.com/jser_info" class="twitter-follow-button" data-show-count="false" data-size="large" data-dnt="true">Follow @jser_info on Twitter</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
</p>
<p class="follow">
<span>Slackで購読</span>
<pre>/feed subscribe https://realtime.jser.info/feed.xml</pre>
</p>
<p class="rss-subscribe">Subscribe <a href="{{ "/feed.xml" | prepend: site.baseurl }}">RSS Feed</a></p>
<ul class="post-list">
{% for post in site.posts limit:100 %}
<li>
<span class="post-meta">{{ post.date | date: "%Y年%m月%d日 %H:%M" }}</span>
<h2>
<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
</h2>
</li>
{% endfor %}
</ul>
</div>