forked from dgjj1991/LirenCollege.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.html
More file actions
39 lines (34 loc) · 1.87 KB
/
about.html
File metadata and controls
39 lines (34 loc) · 1.87 KB
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
---
layout: page
title: "About"
description: "向死而生"
header-img: "img/about-bg.jpg"
---
<p>
这是由立大学员自发维护的网站,代码托管在<a href="https://github.com/LirenCollege/LirenCollege.github.io"> <span style="color:#0085a1"> GitHub </span></a>上,利用的是<a href="https://github.com/Huxpro/huxpro.github.io"><span style="color:#0085a1"> Hux黄玄的博客模板 </span></a>。
</p>
<p>
文章数量众多,各篇目质量参差不齐,亟需编辑进行校对处理。如果您想参与到小站的建设中来,欢迎前往 <a href="https://github.com/LirenCollege/LirenCollege.github.io/"><span style="color:#0085a1"> GitHub </span></a>查看更详细的信息。也可以直接发送邮件到<a href="mailto:rolling404@gmail.com"> rolling404@gmail.com </a>进行交流。
</p>
<p> <a href="https://bbs.lirencollege.xyz/"><span style="color:#0085a1">2049BBS</span></a> 是一个域名服务器均在国外、无需手机号和邮箱即可注册发言的论坛,欢迎成为论坛的一份子。</p>
{% if site.disqus_username %}
<!-- disqus 评论框 start -->
<div class="comment">
<div id="disqus_thread" class="disqus-thread">
</div>
</div>
<!-- disqus 评论框 end -->
<!-- disqus 公共JS代码 start (一个网页只需插入一次) -->
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES * * */
var disqus_shortname = "{{site.disqus_username}}";
var disqus_identifier = "{{site.disqus_username}}/{{page.url}}";
var disqus_url = "{{site.url}}{{page.url}}";
(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>
<!-- disqus 公共JS代码 end -->
{% endif %}