-
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
Showing
1 changed file
with
14 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,23 @@ | ||
# Welcome to MkDocs | ||
# 欢迎来到 loong 的博客 | ||
|
||
For full documentation visit [mkdocs.org](https://www.mkdocs.org). | ||
本站使用 mkdocs 建站,你也可以哦 [mkdocs.org](https://www.mkdocs.org). | ||
|
||
## Commands | ||
## 相关命令 | ||
|
||
* `mkdocs new [dir-name]` - Create a new project. | ||
* `mkdocs serve` - Start the live-reloading docs server. | ||
* `mkdocs build` - Build the documentation site. | ||
* `mkdocs -h` - Print help message and exit. | ||
- `mkdocs new [dir-name]` - 创建一过项目 | ||
- `mkdocs serve` - 启动项目,它支持热加载 | ||
- `mkdocs build` - 构建文档网站 | ||
- `mkdocs -h` - 打印帮助信息并退出 | ||
|
||
## Project layout | ||
## 文件布局 | ||
|
||
mkdocs.yml # The configuration file. | ||
.github/workflows | ||
ci.yml # 默认的手动工作流,即GitHub Actions配置文件 | ||
mkdocs.yml # mkdocs的配置文件,是本项目的万物之源 | ||
docs/ | ||
index.md # The documentation homepage. | ||
... # Other markdown pages, images and other files. | ||
index.md # 主页面,也就是您现在在看的页面 | ||
... # TODO 把文章放进去 | ||
|
||
## 高山仰止,景行行止 | ||
|
||
欢迎来的这里,随意阅读访问哦! |