mirror of
https://github.com/Wcowin/Mkdocs-Wcowin.git
synced 2025-07-22 01:46:35 +00:00
786 B
786 B
title, hide, tags, comments
title | hide | tags | comments | |
---|---|---|---|---|
添加404页面 |
|
false |
docs/overrides文件下新建404.html即可
树状结构如下
树状结构如下:
$ tree -a
.
├── .github
│ ├── .DS_Store
│ └── workflows
│ └── PublishMySite.yml
├── docs
│ └── index.md
│ └──overrides
│ └──assets
│ └──404.html
│ └──main.html
│ └──partials
│ └──comments.html
│
└── mkdocs.yml