前言
这里简单记录下Hexo博客和Next主题配置文件_config
说明
站点配置文件 这里是下面配置介绍的环境版本,可能与本博客搭建环境稍有不同:
Hexo: v4.2.1
NexT: v7.8.0
点击查看 _config.yml 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 title: "Xiao's Blog" subtitle: "不忘初心, 方得始终" description: "不忘初心, 方得始终" keywords: "Linux,Python" author: "YuXiao" language: "zh-CN" timezone: 'Asia/Shanghai' root: / permalink: :year/:month/:day/:title/ permalink_defaults: pretty_urls: trailing_index: true trailing_html: true source_dir: source public_dir: public tag_dir: tags archive_dir: archives category_dir: categories code_dir: downloads/code i18n_dir: :lang skip_render: - 'robots.txt' new_post_name: :title.md default_layout: post titlecase: false external_link: enable: true field: site exclude: '' filename_case: 0 render_drafts: false post_asset_folder: true relative_link: false future: true highlight: enable: true line_number: true auto_detect: true tab_replace: 4 wrap: true hljs: true index_generator: path: '' per_page: 5 order_by: -date default_category: uncategorized category_map: tag_map: meta_generator: true date_format: YYYY-MM-DD time_format: HH:mm:ss use_date_for_updated: true per_page: 5 pagination_dir: page archive_generator: per_page: 20 yearly: true monthly: true tag_generator: per_page: 10 theme: next sitemap: path: sitemap.xml baidusitemap: path: baidusitemap.xml search: path: search.xml field: post format: html limit: 10000 deploy: type: "rsync" host: 127.0 .0 .1 user: root root: /data/www port: 22
主题配置文件 点击查看 themes/next/_config.yml 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 override: false reminder: true minify: true custom_file_path: style: source/_data/styles.styl footer: source/_data/footer.swig variable: source/_data/variables.styl favicon: small: images/favicon.png medium: images/favicon.png apple_touch_icon: images/favicon.png safari_pinned_tab: images/favicon.svg language_switcher: false footer: since: 2017 icon: name: heartbeat animated: true color: "#CB1B45" copyright: YuXiao powered: false scheme: Pisces darkmode: true menu: home: / || home archives: /archives/ || archive categories: /categories/ || th tags: /tags/ || tags about: /about/ || user messages: /messages/ || comments menu_settings: icons: true badges: false avatar: url: images/favicon.png rounded: true rotated: true social: QQ: https://www.xiaocoder.com/images/QQ.png || qq GitHub: https://github.com/YuXiaoCoder || github E-Mail: mailto:xiao.950901@gmail.com || envelope social_icons: enable: true icons_only: true transition: true links_settings: icon: link title: 友链 layout: block links: WordJian: http://wordjian.com/ tag_icon: true reward_settings: enable: true animation: false comment: "请作者喝瓶肥宅快乐水" reward: wechatpay: images/wechat-reward-image.png alipay: images/alipay-reward-image.png mobile_layout_economy: true codeblock: highlight_theme: "night eighties" copy_button: enable: true show_result: true style: default back2top: enable: true sidebar: true scrollpercent: true reading_progress: enable: true position: top color: "#37c6c0" height: 3px bookmark: enable: true color: "#222" save: auto disable_baidu_transformation: true index_with_subtitle: true exturl: true baidu_site_verification: "twxo1mIvsV" baidu_push: true fancybox: true lazyload: true pangu: true quicklink: enable: true home: true archive: true delay: true timeout: 3000 priority: true ignores: valine: enable: true appid: "<LeanCloud ID>" appkey: "<LeanCloud KEY>" notify: true verify: true placeholder: "ヾノ≧∀≦)o来啊,快活啊!" avatar: robohash guest_info: nick,mail pageSize: 5 language: zh-cn visitor: false comment_count: false recordIP: true busuanzi_count: enable: true total_visitors: true total_visitors_icon: user total_views: true total_views_icon: eye post_views: true post_views_icon: eye local_search: enable: true trigger: auto top_n_per_article: 1 unescape: true preload: true note: style: flat icons: true light_bg_offset: -18 | 6