主題
Git位址 :
https://github.com/BNDong/Cnblogs-Theme-SimpleMemory
不要用gitee的,有點問題,會加載不出來。
首先是申請自定義js。
然後開始配置:

主題選擇
SimpleMemory
CSS代碼位置:
/src/style/base.min.css
拷貝此檔案代碼至頁面定制CSS代碼文本框處。
側邊欄:
<script type="text/javascript">
window.cnblogsConfig = {
GhVersions : 'v1.3.3', // 版本
blogUser : "userName", // 使用者名
blogAvatar : "https://xxxx.png", // 使用者頭像
blogStartDate : "2016-11-17", // 入園時間,年-月-日。入園時間檢視方法:滑鼠停留園齡時間上,會顯示入園時間
}
</script>
<script src="https://cdn.jsdelivr.net/gh/BNDong/[email protected]/src/script/simpleMemory.min.js" defer></script>