5 Star 9 Fork 1

Gitee 极速下载 / FydeOS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/FydeOS/fydeos.github.io
克隆/下载
kb.html 1.03 KB
一键复制 编辑 原始数据 按行查看 历史
Alpha 提交于 2020-10-16 13:57 . url variable fix and add new help contents
---
---
<section class="categories">
{% assign categories = site.categories | sort %}
{% for category in categories %}
{% assign name = category[0] %}
{% assign posts = category[1] %}
{% assign size = posts | size %}
<section class="category">
<h3>
{% if site.active_lang == "en" %}
<a href="{{ site.url }}/en/category/{{ name | slugify }}/">{{ name | replace: "-", " "}}</a>
{% else %}
<a href="{{ site.url }}/category/{{ name | slugify }}/">{{ name | replace: "-", " " }}</a>
{% endif %}
</h3>
<ul>
{% assign tutorials = posts | sort: "title" %}
{% for tutorial in tutorials limit: 4 %}
<li><a href="{{ site.url }}{{ tutorial.url }}">{% include document-icon.html icon=tutorial.type %}{{ tutorial.title }}</a></li>
{% endfor %}
{% if size > 4 %}
<li><a href="{{ site.url }}/category/{{ name | slugify }}/">{{ size | minus: 4 }} more...</a></li>
{% endif %}
</ul>
</section>
{% endfor %}
</section>
C/C++
1
https://gitee.com/mirrors/FydeOS.git
git@gitee.com:mirrors/FydeOS.git
mirrors
FydeOS
FydeOS
master

搜索帮助