-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (55 loc) · 1.75 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
---
layout: default
---
<div class="home">
<h3>龙芯主板开箱装机评测</h3>
<p>
<a href="https://www.bilibili.com/video/av14373735/" target="_blank">
<img src="{{ site.url }}/assets/images/chip-with-flag.jpg" alt="龙芯主板开箱装机评测"/>
</a>
</p>
<h3>龙芯汇编语言程序设计教程</h3>
<p>
<a href="{{site.usrl}}/mips-asm/"><img src="{{ site.url }}/assets/images/mips-asm//mips-asm.png" alt="龙芯汇编语言程序设计教程" /></a>
</p>
<!--
<h1 class="page-heading">龙芯专辑</h1>
<ul class="post-list">
{% for article in site.categories.loongson %}
<li>
<span class="post-meta">{{ article.date | date:"%b %-d, %Y"}}</span>
<h3><a class="post-link" href="{{ article.url | prepend: site.baseurl }}">{{ article.title }}</a></h3>
</li>
{% endfor %}
</ul>
-->
<!--
<h1 class="page-heading">笔记整理</h1>
{% for category in site.categories %}
<h2>{{ category | first }} (</span class="post-meta">{{ category | last | size }}篇文章</span>)</h2>
<ul class="post-list">
{% for post in category.last %}
<li>
<span class="post-meta">{{ post.date | date:"%b %-d, %Y"}}</span>
<h3>
<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
</h3>
</li>
{% endfor %}
</ul>
{% endfor %}
-->
<!--
<ul class="post-list">
{% for post in site.posts %}
<li>
<span class="post-meta">{{ post.date | date: "%b %-d, %Y" }}</span>
<h2>
<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
</h2>
</li>
{% endfor %}
</ul>
-->
<p class="rss-subscribe">通过<a href="{{ "/feed.xml" | prepend: site.baseurl }}">RSS</a>订阅</p>
</div>