关于博客主题修改

参考教程

把CSS和 JS内容复制粘贴下就行了;然后简单改下博客的设置

参考博主

相关设置

页面渲染动效

loading: {
       rebound: {
        tension: 10,
        friction: 7
        },
        spinner: {
        id: 'spinner',
        radius: 150,
        sides: 8,
        depth: 6,
        colors: {
        background: '#181818',
        stroke: '#D23232',
        base: null,
        child: '#181818'
        },
        alwaysForward: true, // When false the spring will reverse normally.
        restAt: null, // A number from 0.1 to 0.9 || null for full rotation
        renderBase: false
        }
},

屏蔽广告

// 隐藏博客园的广告
advertising: false,
 
注重细节——关注底层——注重细节——关注底层——注重细节——关注底层——注重细节——关注底层——注重细节——关注底层
原文地址:https://www.cnblogs.com/PJG20/p/14056507.html