hexo主题配置详细说明 2014-04-26 配置 describe _config.yml(theme) 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137# ---------------------------------------------------------------# Site Information Settings# ---------------------------------------------------------------# Header Menumenu: Home: / Archives: archives Categories: categories Tags: tags About: about## 按照以下操作进行分类、标签## you can create `tags` and `categories` folders in `../source`.## And create a `index.md` file in each of them.## set `front-matter`as## layout: tags (or categories)## title: tags (or categories)## ---rss: /atom.xmlsince: 2013# Set default keywords (Use a comma to separate)keywords: ""# Put your favicon.ico or avatar.jpg into `hexo-site/themes/hiker/source/` directory.avatar: enable: true border: true width: 124 height: 124 top: 0 url: css/images/cute.jpg (public文件夹下)# Homepage# eg. home_background_image: [css/images/home-bg.jpg, http://t.cn/RMbvEza]home_background_image: enable: true url: [css/images/poke.jpg, http://t.cn/RMbvEza] (public文件夹下)home_logo_image: enable: false border: false url: css/images/homelogo.jpg (public文件夹下)# AboutPage backgroundabout_big_image: css/images/poke.jpg (public文件夹下)# Archive paginationarchive_pagination: true# Contentfancybox: true# Sidebarsidebar: rightwidgets:- category- tag- tagcloud- archive- recent_posts# Searchsearch: insight: true # you need to install `hexo-generator-json-content` before using Insight Search swiftype: # enter swiftype install key here baidu: false # you need to disable other search engines to use Baidu search, options: true, false# comment ShortName, you can choose only ONE to display.duoshuo_shortname: niniYdisqus_shortname:# Code Highlight theme# Available value:# default | normal | night | night eighties | night blue | night bright# https://github.com/chriskempson/tomorrow-themehighlight_theme: default# Article theme color# Available value:# random | orange | blue | red | green | blacktheme_color: random# display widgets at the bottom of index pages (pagination == 2)index_widgets:# - category# - tagcloud# - archive# widget behaviorarchive_type: 'monthly'show_count: true# Google Webmaster tools verification setting# See: https://www.google.com/webmasters/google_site_verification:baidu_site_verification:qihu_site_verification:# Miscellaneousgoogle_analytics:gauges_analytics:baidu_analytics:tencent_analytics:twitter:google_plus:fb_admins:fb_app_id:# Facebook SDK Support.# https://github.com/iissnan/hexo-theme-next/pull/410facebook_sdk: enable: false app_id: #<app_id> fb_admin: #<user_id> like_button: #true webmaster: #true# CNZZ countcnzz_siteid: 1260716016# busuanzi count# http://busuanzi.ibruce.info/show_busuanzi_view_counts: true Newer 导入SQL大文件超时 Older hexo配置详细说明