-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathindex.html
executable file
·92 lines (79 loc) · 2.96 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
---
title: Jiao Xianjun (BH1RXH)'s tech blog - List/列表
layout: page
---
goto:
<a href="https://github.com/open-sdr/">openwifi</a>
||
<a href="https://github.com/JiaoXianjun">github code</a>
||
<a href="https://scholar.google.com/citations?hl=en&user=DjJIdLYAAAAJ">publications</a>
||
<a href="mailto:[email protected]">email me</a>
<ul class="listing">
{% for post in paginator.posts %}
{% capture y %}{{post.date | date:"%Y"}}{% endcapture %}
{% if year != y %}
{% assign year = y %}
<li class="listing-seperator">{{ y }}</li>
{% endif %}
<li class="listing-item">
<time datetime="{{ post.date | date:"%Y-%m-%d" }}">{{ post.date | date:"%Y-%m-%d" }}</time>
<a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a>
{% if site.truncate %}
<p>{{ post.content | strip_html | truncate: site.truncate }}</p>
{% endif%}
</li>
{% endfor %}
</ul>
<div id="post-pagination" class="paginator">
{% if paginator.previous_page %}
{% if paginator.previous_page == 1 %}
<a href="/"><prev</a>
{% else %}
<a href="/page{{paginator.previous_page}}"><prev</a>
{% endif %}
{% else %}
<span class="previous disabled"><prev</span>
{% endif %}
{% if paginator.page == 1 %}
<span class="current-page">1</span>
{% else %}
<a href="/">1</a>
{% endif %}
{% for count in (2..paginator.total_pages) %}
{% if count == paginator.page %}
<span class="current-page">{{count}}</span>
{% else %}
<a href="/page{{count}}">{{count}}</a>
{% endif %}
{% endfor %}
{% if paginator.next_page %}
<a class="next" href="/page{{paginator.next_page}}">next></a>
{% else %}
<span class="next disabled" >next></span>
{% endif %}
(total {{ paginator.total_posts }} blogs)
</div>
<div id="disqus_thread"></div>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'jiaoxianjun'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-01GGQ8JZW7"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-01GGQ8JZW7');
</script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1542618827905251"
crossorigin="anonymous"></script>