hexo-theme-suka icon indicating copy to clipboard operation
hexo-theme-suka copied to clipboard

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

Open ilittlemoe opened this issue 5 years ago • 2 comments

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

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

ilittlemoe avatar Apr 25 '19 11:04 ilittlemoe

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

情况如下:

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

ilittlemoe avatar Apr 25 '19 13:04 ilittlemoe

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

SukkaW avatar Apr 25 '19 14:04 SukkaW