Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ilittlemoe opened this issue Apr 25, 2019 · 2 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@ilittlemoe
Copy link

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

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

@ilittlemoe
Copy link
Author

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

情况如下:

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

@SukkaW
Copy link
Owner

SukkaW commented Apr 25, 2019

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

@SukkaW SukkaW added good first issue Good for newcomers help wanted Extra attention is needed labels Apr 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants