-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f48b297
commit c266f84
Showing
12 changed files
with
94 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,58 @@ | ||
# 文档 | ||
|
||
# Glidea | ||
|
||
[filename](./github.md ':include') | ||
> 一个静态博客写作客户端 | ||
<br> | ||
|
||
# 概述 | ||
|
||
Glidea 可以帮助你更容易地构建并管理博客或任何静态站点, 你可以用它来记录你的生活、心情、知识、笔记、创意等等 | ||
|
||
查看[快速开始](zh-cn/docs/start/quick.md)了解详情 | ||
|
||
<br> | ||
|
||
# 特性👇 | ||
|
||
- 📝 你可以使用简洁的 **Markdown** 语法,进行快速创作 | ||
|
||
- 🌉 你可以给文章配上精美的封面图和在文章任意位置插入图片 | ||
|
||
- 🏷️ 你可以对文章进行标签分组 | ||
|
||
- 📋 你可以自定义菜单,可以创建外部链接菜单 | ||
|
||
- 💻 你可以在桌面端或移动端设备上使用此客户端 | ||
|
||
- 🌎 你可以使用 **𝖦𝗂𝗍𝗁𝗎𝖻 𝖯𝖺𝗀𝖾𝗌** 或 **Coding Pages** 向世界展示,未来将支持更多平台 | ||
|
||
<!-- | ||
- 💬 你可以进行简单的配置,接入 [Gitalk](https://github.com/gitalk/gitalk) 或 [DisqusJS](https://github.com/SukkaW/DisqusJS) 评论系统 | ||
--> | ||
|
||
- 🗺️ 你可以使用**中文简体**、**英语**等等 | ||
|
||
- 🌁 你可以任意使用默认主题或任意第三方主题,有强大的主题自定义能力 | ||
|
||
- 🖥 你可以自定义源文件夹,利用 OneDrive、百度网盘等进行多设备同步 | ||
|
||
<br> | ||
|
||
# 开发 | ||
|
||
如果你想贡献代码,请提前参阅[贡献指南](https://github.com/wonder-light/glidea/wiki/%E8%B4%A1%E7%8C%AE%E6%8C%87%E5%8D%97) | ||
|
||
<br> | ||
|
||
# 捐赠 | ||
|
||
如果你觉得 glidea 对你有帮助,或者想对我微小的工作一点资瓷,欢迎给我捐赠 | ||
|
||
![donate](../../assets/images/reward_qrcode.png ':size=280') | ||
|
||
<br> | ||
|
||
# License | ||
|
||
[MIT](https://github.com/wonder-light/glidea/blob/main/LICENSE). Copyright (c) 2024 wonder-light |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,13 @@ | ||
<!-- _sidebar.md --> | ||
|
||
*[简介](/zh-cn/docs/readme.md) | ||
* 入门 | ||
* [简介](zh-cn/docs/) | ||
* [快速开始](zh-cn/docs/start/quick.md) | ||
* 主题 | ||
* [开发](zh-cn/docs/theme/dev.md) | ||
* [结构](zh-cn/docs/theme/struct.md) | ||
* [变量](zh-cn/docs/theme/var.md) | ||
* [自定义](zh-cn/docs/theme/custom.md) | ||
* 指南 | ||
* [常见问题](zh-cn/docs/faq.md) | ||
* [常见问题](zh-cn/docs/guide/faq.md) | ||
* [Changelog](zh-cn/docs/changelog.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
|
||
[filename](https://raw.githubusercontent.com/wonder-light/glidea/refs/heads/main/CHANGELOG.md ':include') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# faq |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<!-- quick.md --> | ||
|
||
# 快速开始 | ||
|
||
# 看看 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# custom |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# dev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# struct |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# var |