Fork me的链接在哪个文件或配置?
❓问题
🤔结果 & 预期
Please describe what you expected to see.(请描述一下你希望看到什么)
🐥环境 & 设置
Node.js & npm version
Your site _config.yml (Optional)
Your theme _config.yml (Optional)
Your browsers (Optional)
The browser you use
Your OSes (Optional)
what platforms (operating systems and devices) are affected?
🙋Others
主题实现
https://github.com/JoeyBling/hexo-theme-yilia-plus/search?q=Fork+me&unscoped_q=Fork+me

配置
https://github.com/JoeyBling/hexo-theme-yilia-plus/blob/master/_config.yml#L153-L156
我觉得这个功能还可以加强,让图片能够支持直接配置,1个图片src,1个是超链接的src。 https://github.blog/2008-12-19-github-ribbons/
谢谢,找到了
@yansheng836 如果涉及到改图片的url,可能还会有一些样式排版的问题,所以暂时不支持
@yansheng836 如果涉及到改图片的url,可能还会有一些样式排版的问题,所以暂时不支持
样式好像就是左右两边的位置问题,那里也有给出好几个图片样式(主要是彩带的颜色问题)。
@yansheng836 没有用官方的github-ribbons,是自己写的,建议自己要DIY的话就改源码
好的,谢谢啦!
@JoeyBling 请问下每次deploy的时候都弹出 OpenSSH 提示输入用户名和密码,这个是本身就这样吗,或者能解决下吗
@jackandsnow git全局设置下账密即可,密码不建议全局设置,还是每次手动输入比较好
git config --global user.email "邮箱"
git config --global user.name "用户名"
@JoeyBling 好的,谢谢