2024-02-02 17:11:24 +08:00

786 B

title, hide, tags, comments
title hide tags comments
添加404页面
Mkdocs
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