From a1d2a017292e98efc167dce025654338b007c62a Mon Sep 17 00:00:00 2001 From: Mingcong Bai Date: Wed, 7 Feb 2024 20:42:00 +0800 Subject: [PATCH] feat: complete and improve pages --- content/_index.md | 18 ++++++------------ content/docs/apps/_index.md | 6 ++---- content/docs/apps/loong/_index.md | 2 +- content/docs/dev/_index.md | 2 +- content/docs/dev/liblol.md | 2 +- content/docs/usage.md | 2 +- hugo.yaml | 17 +---------------- 7 files changed, 13 insertions(+), 36 deletions(-) diff --git a/content/_index.md b/content/_index.md index d8e29cd..c9c92e5 100644 --- a/content/_index.md +++ b/content/_index.md @@ -12,21 +12,15 @@ libLoL (LoongArch on LoongArch) 是一款用于提供旧世界 ABI 兼容性的 ### 基本信息 {{< cards >}} -{{< card link="/docs/apps" title="应用兼容性数据库" icon="document-duplicate" >}} -{{< card link="/docs/usage/#对于aosc-os" title="为AOSC OS安装" icon="aosc-os" >}} -{{< card link="/docs/usage/#对于debian系统" title="为Debian安装" icon="debian" >}} +{{< card link="/docs/usage/#aosc-os" title="AOSC OS 安装教程" icon="aosc-os" >}} +{{< card link="/docs/usage/#debian" title="Debian 安装教程" icon="debian" >}} +{{< card link="/docs/apps" title="应用兼容性数据库" icon="check-circle" >}} {{< /cards >}} ### 常用链接 {{< cards >}} -{{< card link="/docs/apps" title="如何使用" icon="document-duplicate" >}} -{{< card link="usage" title="报告兼容性问题" icon="github" >}} -{{< card link="usage" title="提交应用信息" icon="github" >}} -{{< /cards >}} - -### 参考资料 - -{{< cards >}} -{{< card link="usage" title="技术文档" icon="document-duplicate" >}} +{{< card link="/docs/usage/" title="使用教程" icon="information-circle" >}} +{{< card link="/docs/report/" title="报告兼容性问题" icon="exclamation-circle" >}} +{{< card link="/docs/dev/" title="技术文档" icon="document-duplicate" >}} {{< /cards >}} diff --git a/content/docs/apps/_index.md b/content/docs/apps/_index.md index 2fb1836..c9a8ac2 100644 --- a/content/docs/apps/_index.md +++ b/content/docs/apps/_index.md @@ -4,8 +4,6 @@ toc: true weight: 2 --- -## 须知 - libLoL 应用兼容性数据均由社区贡献者维护,兼容性报告对应的 libLoL 版本、应用版本和来源等信息均在表格中列出。其中,兼容性使用如下方式表示: - 完全兼容:无需额外操作,直接安装或解压即可使用 @@ -19,8 +17,8 @@ libLoL 应用兼容性数据均由社区贡献者维护,兼容性报告对应 {{< cards >}} {{< card link="/docs/apps/loong/" title="龙芯应用合作社" icon="loongapp" >}} -{{< card link="/docs/apps/other/" title="其他来源" icon="aosc-os" >}} -{{< card link="/docs/report/" title="报告兼容性问题" icon="aosc-os" >}} +{{< card link="/docs/apps/other/" title="其他来源" icon="globe" >}} +{{< card link="/docs/report/" title="报告兼容性问题" icon="exclamation-circle" >}} {{< /cards >}} diff --git a/content/docs/apps/loong/_index.md b/content/docs/apps/loong/_index.md index 49711af..6830ad5 100644 --- a/content/docs/apps/loong/_index.md +++ b/content/docs/apps/loong/_index.md @@ -4,7 +4,7 @@ toc: false weight: 5 --- -龙芯应用合作社是由龙芯中科(山西)技术有限公司负责运营的应用商城,提供各类面向龙架构 (LoongArch) 的商用与开源软件下载。本数据库只监控各商用软件的兼容性。 +[龙芯应用合作社](http://app.loongapps.cn/)是由龙芯中科(山西)技术有限公司负责运营的应用商城,提供各类面向龙架构 (LoongArch) 的商用与开源软件下载。本数据库只监控各商用软件的兼容性。 | 编号 | 应用名称 | 页面链接 | 版本 | 兼容性 | liblol版本 | 详细信息 | |-----:|:----------------------------------|:--------------------------------------------|:-------------------------|:------|:-----------|:-------------| diff --git a/content/docs/dev/_index.md b/content/docs/dev/_index.md index 503e531..c0ee3d6 100644 --- a/content/docs/dev/_index.md +++ b/content/docs/dev/_index.md @@ -6,5 +6,5 @@ weight: 3 本版用于展示 libLoL 实现和开发日志等信息,详见如下页面: -- [实现方式](/docs/dev/liblol) +- [实现原理](/docs/dev/liblol) - [更新日志](/docs/dev/changelog) diff --git a/content/docs/dev/liblol.md b/content/docs/dev/liblol.md index d4584db..4347673 100644 --- a/content/docs/dev/liblol.md +++ b/content/docs/dev/liblol.md @@ -1,5 +1,5 @@ --- -title: 实现方式 +title: 实现原理 toc: true weight: 1 --- diff --git a/content/docs/usage.md b/content/docs/usage.md index f2f79d2..3981a45 100644 --- a/content/docs/usage.md +++ b/content/docs/usage.md @@ -1,5 +1,5 @@ --- -title: 如何使用 +title: 使用教程 toc: true weight: 1 --- diff --git a/hugo.yaml b/hugo.yaml index e5f8739..1967fe6 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -2,7 +2,7 @@ enableInlineShortcodes: true defaultContentLanguage: zh-cn # Hugo configuration file baseURL: "https://liblol.aosc.io/" -title: "libLoL 主页" +title: "libLoL" enableGitInfo: true @@ -43,21 +43,6 @@ menu: weight: 6 params: type: search - sidebar: - - name: "添砖加瓦" - params: - type: separator - pageRef: "/report" - weight: 1 - - name: "报告兼容性" - url: "https://github.com/AOSC-Dev" - weight: 2 - - name: "提交应用信息" - url: "https://github.com/AOSC-Dev" - weight: 2 - - name: "问题反馈" - url: "https://github.com/AOSC-Dev" - weight: 3 params: displayUpdatedDate: true dateFormat: "January 2, 2006"