====== material ======
* 支援主、副標
* 側欄用 sidebar.php 自訂
* 支援 material 圖示庫
* 字型大小都理想
* 預設 logo 用 /images/logo.svg,下面是有一塊留空的,不知道自訂 logo 是否也需如此設計?是為了放網站副標嗎?
html.mdl-js div.content-card__text h1:first-of-type {display: none;}
後來又顧及一些系統工具並無 ''.content-card%%__%%title'',還有找不到頁面時也要保留 h1 ∴進一步改成:
div#dokuwiki__top.tpl_material:not(.notFound) div.content-card__title + div.content-card__text h1:first-of-type {display: none;}
((中間曾以為下面這樣可以,但其實還是不行:
html.mdl-js :not(div.notFound) div.content-card__title + div.content-card__text h1:first-of-type {display: none;}
))(呼呼,學習 '':not'' selector 試好久 :))\\ → 分享:[[https://github.com/LeonStaufer/material-dokuwiki/issues/3|Hiding redundant h1 in div.content-card__text · Issue #3 · LeonStaufer/material-dokuwiki]]
- 搜尋功能目前好像不正常 FIXME
* 在 animal 裡或在主站使用,AJAX 即時列出名稱相符的頁面是可以運作,但按 ``⏎`` 以後都一樣是 404 →