SukkaW / hexo-theme-suka

🎨Modern, powerful and simple theme for Hexo.
https://theme-suka.skk.moe
GNU General Public License v3.0
609 stars 49 forks source link

能否自定义博客的背景?可以在某一个页面下关闭license那一栏吗? #82

Open ilittlemoe opened 5 years ago

ilittlemoe commented 5 years ago

我想把纯色的背景换成图片,但找了许久没有找到在什么地方设置,请问有什么办法可以实现这样的效果吗?

我new了一个About页面,但是这个页面下面会有License信息,我不知道如何才可以关闭它。

ilittlemoe commented 5 years ago

背景的问题我自己已经解决

情况如下:

suka/source/css/style.min.css 添加 body { background:url(/img/bg.jpg); background-repeat: no-repeat; background-attachment:fixed; background-position:10% 10%; }``` 即可

SukkaW commented 5 years ago

由于当时的设计中没有包括将背景改为图片,所以没有提供这一选项; 修改 style.min.css 不是太好的主意;你可以试试将 <style> 标签通过头部自定义代码的方式添加背景; 主题尚未实现对部分页面禁用 License,将会添加到 Todo 中。