Loading

博客园主题美化教程-总结

配置代码

<script>
  window.$silence = {
      github: 'https://github.com/esofar',
	  
	  
	  navbars: [{
        title: '标签',
        url: 'https://www.cnblogs.com/esofar/tag/'
    }, {
        title: '朋友',
        chilren: [{
            title: '百度',
            target: '_blank',
            url: 'https://www.baidu.com',
        }, {
            title: '谷歌',
            target: '_blank',
            url: 'https://www.google.com',
        }]
    }],
	  
	  catalog: {
        enable: true,
        index: true,
        active: true,
        levels: ['h1', 'h2', 'h3']
    },
	
	signature: {
        enable: true,
        author: null,
        license: ['署名-非商业性使用-相同方式共享 4.0 国际', 'https://creativecommons.org/licenses/by-nc-sa/4.0/'],
        remark: '不足之处望指点,共同进步',
    },
	
	
	sponsor: {
        enable: true,
        text: '给我买杯咖啡 ☕.',
         paypal: 'https://img2020.cnblogs.com/blog/1716927/202011/1716927-20201116145628990-1671416352.jpg',
        wechat: 'https://img2020.cnblogs.com/blog/1716927/202011/1716927-20201116145612945-577046919.jpg',
        alipay: 'https://img2020.cnblogs.com/blog/1716927/202011/1716927-20201116145628990-1671416352.jpg'
    }
	
	  
  };
</script>
<script src="https://cdn.jsdelivr.net/gh/esofar/cnblogs-theme-silence@3.0.0-beta2/dist/silence.min.js"></script>

参考资料

posted @ 2019-06-16 21:17  世界这么美还没钱去看  阅读(88)  评论(0)    收藏  举报