-
Notifications
You must be signed in to change notification settings - Fork 120
Social Accounts
Ben Wong edited this page May 11, 2017
·
2 revisions
主题文件夹内有一个 _config.sample.yml
文件,里面列出了主题支持的所有设置项,可以参考新建一个 _config.yml
文件并进行自定义配置。
A _config.sample.yml
is in your theme, which shows you all settings supported. You can new a _config.yml
then put the settings in.
示例配置:
Example:
rss:
weibo:
github:
twitter:
instagram:
facebook:
以上只需填入个人主页地址的后缀,如 http://weibo.com/ben0036
只需填入 ben0036
。rss:
项填博客的订阅地址。以上项目不填不会出现在前台。
You just need to evaluate them with the postfix of your home page, for example, evaluate weibo
with ben0036
when your home page is in http://weibo.com/ben0036
. You can evaluate rss
with your blog feed. Items above will not perform with empty value.