filter_optimize: enable:true # remove static resource query string # - like `?v=1.0.0` remove_query_string:true # remove the surrounding comments in each of the bundled files remove_comments:false css: enable:true # bundle loaded css file into the one bundle:true # use a script block to load css elements dynamically delivery:true # make specific css content inline into the html page # - only support the full path # - default is ['css/main.css'] inlines: excludes: js: # bundle loaded js file into the one bundle:true excludes: # set the priority of this plugin, # lower means it will be executed first, default is 10 priority:12
# Site title:s0mE subtitle:LessisMore description:LessisMore keywords: author:LingjiaMeng language:zh-CN timezone:
# URL ## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/' url:http://s0me.top root:/ permalink::year/:month/:day/:title/ permalink_defaults:
# Writing new_post_name::title.md# File name of new posts default_layout:post titlecase:false# Transform title into titlecase external_link:true# Open external links in new tab filename_case:0 render_drafts:false post_asset_folder:true relative_link:false future:true highlight: enable:true line_number:true auto_detect:false tab_replace: # Home page setting # path: Root path for your blogs index page. (default = '') # per_page: Posts displayed per page. (0 = disable pagination) # order_by: Posts order. (Order by date descending by default) index_generator: path:'' per_page:10 order_by:-date # Category & Tag default_category:uncategorized category_map: tag_map:
# Date / Time format ## Hexo uses Moment.js to parse and display date ## You can customize the date format as defined in ## http://momentjs.com/docs/#/displaying/format/ date_format:YYYY-MM-DD time_format:HH:mm:ss
# Pagination ## Set per_page to 0 to disable pagination per_page:10 pagination_dir:page
# Icon between year and copyright info. icon: name:heart # If you want to animate the icon, set it to true. animated:true # Change the color of icon, using Hex Code. color:"#ff0000"# "#808080" powered: # Hexo link (Powered by Hexo). enable:true # Version info of Hexo after Hexo link (vX.X.X). version:true
theme: # Theme & scheme info link (Theme - NexT.scheme). enable:true # Version info of NexT after scheme info (vX.X.X). version:true # --------------------------------------------------------------- # Menu Settings # --------------------------------------------------------------- menu: home:/||home about:/about/||user tags:/tags/||tags categories:/categories/||th archives:/archives/||archive
codeblock: # Manual define the border radius in codeblock, leave it blank for the default value: 1 border_radius: # Add copy button on codeblock copy_button: enable:true # Show text copy result show_result:true # Style: only 'flat' is currently available, leave it blank if you prefer default theme style:
# Related popular posts # Dependencies: https://github.com/tea3/hexo-related-popular-posts related_posts: enable:true title:相关文章# custom header, leave empty to use the default one display_in_home:false params: maxCount:5
# TagCloud settings for tags page. tagcloud: # If true, font size, font color and amount of tags can be customized enable:true # All values below are same as default, change them by yourself min:12# min font size in px max:30# max font size in px start:"#9733EE"# start color (hex, rgba, hsla or color keywords) end:"#FF512F"# end color (hex, rgba, hsla or color keywords) amount:200# amount of tags, change it if you have more than 200 tags
# --------------------------------------------------------------- # Font Settings. Introduced in NexT v5.0.1. # ---------------------------------------------------------------
# --------------------------------------------------------------- # Third Party Services Settings # ---------------------------------------------------------------
# Math Equations Render Support math: enable:true per_page:true engine:mathjax
# Han Support # Dependencies: https://github.com/theme-next/theme-next-han han:true
# Local search # Dependencies: https://github.com/theme-next/hexo-generator-searchdb local_search: enable:true # If auto, trigger search by changing input. # If manual, trigger search by pressing enter key or search button. trigger:auto # Show top n results per article, show all results by setting to -1 top_n_per_article:1 # Unescape html strings to the readable one. unescape:false
# --------------------------------------------------------------- # tag Settings # ---------------------------------------------------------------