permalink: SEO 用,避免 URL 太長或中文被 encode,需安裝 hexo-abbrlink
permalink 官方說明
# Site title:KuoAnn'sGate subtitle:'郭安的真理之門' description:這裡是郭安的筆記碎片<br>因為是碎片所以看不懂很正常 keywords:'KuoAnn,github page' author:KuoAnn language:'zh-TW' timezone:'Asia/Taipei'
# URL url:https://kuoann.github.io/ permalink:posts/:abbrlink/ permalink_defaults: pretty_urls: trailing_index:true# Set to false to remove trailing 'index.html' from permalinks trailing_html:true# Set to false to remove trailing '.html' from permalinks
new_post_name::title.md# File name of new posts default_layout:post titlecase:false# Transform title into titlecase external_link: enable:true# Open external links in new tab field:site# Apply to the whole site exclude:'' filename_case:0 render_drafts:false post_asset_folder:true marked: prependRoot:true postAsset:true relative_link:false future:true highlight: enable:true line_number:true auto_detect:false tab_replace:'' wrap:true hljs:false prismjs: enable:false preprocess:true line_number:false tab_replace:''
# Category & Tag default_category:uncategorized category_map: tag_map:
# Metadata elements ## https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta meta_generator:true
# 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 ## updated_option supports 'mtime', 'date', 'empty' updated_option:'mtime'
# Pagination ## Set per_page to 0 to disable pagination per_page:10 pagination_dir:page
# Include / Exclude file(s) ## include:/exclude: options only apply to the 'source/' folder include: [] exclude: [] ignore:
外掛設定
# hexo-abbrlink abbrlink: alg:crc32# 演算法:crc16(default) and crc32 rep:dec# 進位制:dec(default) and hex