avatar: # Replace the default image and set the url here. url: http://q1.qlogo.cn/g?b=qq&nk=3033528136&s=640 #头像的网络位置或相对路径(blog/themes/next/source/images) # If true, the avatar will be dispalyed in circle. rounded: true #鼠标放在头像上时是否旋转 # If true, the avatar will be rotated with the cursor. rotated: true #头像是否设为圆形,否则为矩形 opacity: 2 #头像放缩指数
5.侧边栏社交信息
next配置文件搜索Social Links
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
site_state: true # 是否在侧边栏加入日志、分类、标签等跳转链接
social: #GitHub: https://github.com/yourname || fab fa-github E-Mail: mailto:x@xxin.xyz || fa fa-envelope QQ: https://wpa.qq.com/msgrd?v=3&uin=3033528136&site=qq&menu=yes || fab fa-qq #Weibo: https://weibo.com/yourname || fab fa-weibo #Google: https://plus.google.com/yourname || fab fa-google #Twitter: https://twitter.com/yourname || fab fa-twitter #FB Page: https://www.facebook.com/yourname || fab fa-facebook #StackOverflow: https://stackoverflow.com/yourname || fab fa-stack-overflow #YouTube: https://youtube.com/yourname || fab fa-youtube #Instagram: https://instagram.com/yourname || fab fa-instagram #Skype: skype:yourname?call|chat || fab fa-skype social_icons: enable: true #是否显示社交图标 icons_only: false #是否仅显示社交图标 transition: true
sidebar: # Sidebar Position. position: left #侧边栏位置 #position: right
# Manual define the sidebar width. If commented, will be default for: # Muse | Mist: 320 # Pisces | Gemini: 240 #width: 300
# Sidebar Display (only for Muse | Mist), available values: # - post expand on posts automatically. Default. # - always expand for all pages automatically. # - hide expand only when click on the sidebar toggle icon. # - remove totally remove sidebar including sidebar toggle. display: post
# Sidebar padding in pixels. padding: 18 #侧边栏相对主菜单像素距离 # Sidebar offset from top menubar in pixels (only for Pisces | Gemini). offset: 12 #侧边栏相对主菜单像素距离 onmobile: true #手机上是否显示侧边栏
7.版权信息
next配置文件搜索creative_commons
1 2 3 4 5 6 7 8 9 10
creative_commons: #版权配置 # Available values: by | by-nc | by-nc-nd | by-nc-sa | by-nd | by-sa | cc-zero license: by-nc-sa # Available values: big | small size: small sidebar: true #侧边栏显示版权信息 post: true #文章底部显示版权信息 # You can set a language value if you prefer a translated version of CC license, e.g. deed.zh # CC licenses are available in 39 languages, you can find the specific and correct abbreviation you need on https://creativecommons.org language:
三、配置建议
1.浏览器缓存
next配置文件中搜索cache
1 2
enable: false #默认关闭,开启后打开浏览器缓存
建议调试博客时关闭,平时打开
2.菜单标签与标签路径
next配置文件中搜索Menu Settings
1 2 3 4 5 6 7 8 9 10
#设置菜单项开启关闭、图标及其相对路径 menu: home: / || fa fa-home about: /about/ || fa fa-user tags: /tags/ || fa fa-tags categories: /categories/ || fa fa-th archives: /archives/ || fa fa-archive #schedule: /schedule/ || fa fa-calendar #sitemap: /sitemap.xml || fa fa-sitemap #commonweal: /404/ || fa fa-heartbeat