404-page
本站的 404 page


創建要給 404 的新頁面

1
$ hexo new page 404

編輯 source/404/index.md

source/404/index.md
1
2
3
4
5
6
7
8
---
title: 404
permalink: /404 # 指定固定連結為 http://your_account.github.io/404.html
---
<!-- Write inline style -->
<style>
...
</style>

若要在 local 端測試的話,需將 permalink 拿掉
測試網址為 http://localhost:4000/404


參考資料