File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,33 @@ ignore:
9999# # Plugins: https://hexo.io/plugins/
100100# # Themes: https://hexo.io/themes/
101101theme : hexo-theme-matery
102+ theme_config :
103+ # The configuration of the second button in the home banner,
104+ # including the display name of the button, the font awesome icon, and the hyperlink to the button.
105+ # 首页 banner 中的第二个按钮的配置,包括按钮的显示名称、font awesome图标和按钮的超链接.
106+ indexbtn :
107+ enable : true
108+ name : Github
109+ icon : fab fa-github-alt
110+ url : https://github.com/vscodecc/vscodecc
111+ # Whether to display fork me on github icon and link, default true, You can change it to your repo address
112+ # 配置是否在 header 中显示 fork me on github 的图标,默认为true,你可以修改为你的仓库地址.
113+ githubLink :
114+ enable : true
115+ url : https://github.com/vscodecc/vscodecc.github.io
116+ title : Fork Me
117+ # The configurations of the second line of home banner
118+ # icon/button will not show up if you leave the corresponding socialLink empty
119+ # 首页 banner 中的第二行个人信息配置,留空即不启用
120+ socialLink :
121+ github : https://github.com/vscodecc
122+ email : # 1181062873@qq.com
123+ facebook : # https://www.facebook.com/xxx
124+ twitter : # https://twitter.com/xxx
125+ qq : # 1181062873
126+ weibo : # https://weibo.com/xxx
127+ zhihu : # https://www.zhihu.com/xxx
128+ rss : true # true、false
102129
103130# Deployment
104131# # Docs: https://hexo.io/docs/deployment.html
You can’t perform that action at this time.
0 commit comments