Skip to content

Commit

Permalink
docs: 更新首页文档
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-light committed Dec 30, 2024
1 parent 7fd680a commit c963346
Show file tree
Hide file tree
Showing 22 changed files with 534 additions and 122 deletions.
10 changes: 4 additions & 6 deletions docs/_coverpage.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@

# Glidea <small>1.0</small>

> 一个神奇的文档网站生成器。
- 简单、轻便 (压缩后 ~21kB)
- 无需生成 html 文件
- 众多主题
> 一个神器的静态博客写作客户端,
>
> 可以方便的进行写作并将其部署到服务器上
[GitHub](https://github.com/wonder-light/glidea)
[快速开始](docs/readme.md)
[开 始](docs/readme.md)

![coverpage](../assets/images/R-C.jpg)
8 changes: 4 additions & 4 deletions docs/_navbar.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<!-- _navbar.md -->

* [首页](/)
* [文档](docs/readme.md)
* [主题](themes/readme.md)
* [博客](blog/readme.md)
* [文档](zh-cn/docs/readme.md)
* [主题](zh-cn/themes/readme.md)
* [博客](zh-cn/blog/readme.md)
* 语言
* [:cn: 简体中文](/)
* [:us: English](../en-us/readme.md)
* [:us: English](en-us/readme.md)
60 changes: 60 additions & 0 deletions docs/assets/css/main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
.p-big {
font-size: 1.4rem;
font-weight: 700;
}

.img-normal {
width: 240px;
height: auto;
object-fit: cover;
}

.img-normal svg {
width: 100% !important;
height: 100% !important;
}

.img-theme {
width: 100%;
height: auto;
object-fit: cover;
transition: all 0.3s;
transform: scale(1);
}

.img-theme:hover {
transform: scale(1.1);
box-shadow: -5px 5px 5px #cecece;
}

/*.b-normal {
display: flex;
flex-wrap: wrap;
}*/

.a-button, .a-button-cover {
border-radius: 2rem;
border-width: 1px;
border-style: solid;
border-image: initial;
border-color: var(--theme-color, #42b983);
color: var(--theme-color, #42b983);
box-sizing: border-box;
display: inline-block;
font-size: 1.05rem;
letter-spacing: 0.1rem;
margin: 0.5rem 1rem;
padding: 0.75em 2rem;
text-decoration: none;
transition: 0.15s;
}

.a-button-cover {
background-color: var(--theme-color, #42b983);
color: #fff !important;
}

.a-button:hover, .a-button-cover:hover {
color: inherit;
opacity: 0.8;
}
Binary file removed docs/assets/images/fehey.png
Binary file not shown.
Binary file removed docs/assets/images/fehey2.png
Binary file not shown.
Binary file removed docs/assets/images/glidea-app-en.png
Binary file not shown.
Binary file removed docs/assets/images/glidea-app.png
Binary file not shown.
Binary file removed docs/assets/images/glidea-splash.png
Binary file not shown.
Binary file removed docs/assets/images/loading_error.png
Binary file not shown.
Binary file removed docs/assets/images/logo-hey.png
Binary file not shown.
Binary file removed docs/assets/images/logo1.png
Binary file not shown.
66 changes: 66 additions & 0 deletions docs/assets/images/manager.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/assets/images/markdown.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit c963346

Please sign in to comment.