123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166 |
- #! ---------------------------------------------------------------
- #! Aurora Theme for Hexo
- #! ---------------------------------------------------------------
- #! Designed & Coded By TriDiamond
- #! ---------------------------------------------------------------
- #! ---------------------------------------------------------------
- #! Site Configs
- #! @docs https://aurora.tridiamond.tech/guide/configuration.html
- #! ---------------------------------------------------------------
- site:
- subtitle: Hixon Blog
- author: Hixon
- nick:
- description:
- link: '/'
- language: cn
- multi_language: true
- logo: https://img-blog.csdnimg.cn/20210313122054101.png
- avatar: https://img-blog.csdnimg.cn/20210313122054101.png
- beian:
- number: '粤ICP备2023021419号-1'
- link: 'https://beian.miit.gov.cn/'
- police_beian:
- number: '粤公网安备 44080302000207号'
- link: 'http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=44080302000207'
- #! ---------------------------------------------------------------
- #! Authors Configs
- #! @docs https://aurora.tridiamond.tech/guide/authors.html
- #! ---------------------------------------------------------------
- authors:
- ##! example
- # TriDiamond:
- # name: TriDiamond
- # avatar: https://up.enterdesk.com/edpic_source/44/ff/3d/44ff3d6bd2819d524facfcc33205d4cd.jpg
- # link: https://github.com/TriDiamond
- # description: 'Think like an artist, code like an artisan.'
- # socials:
- # github: https://tridiamond.tech
- #! ---------------------------------------------------------------
- #! Menu Configs
- #! @docs https://aurora.tridiamond.tech/guide/menu.html
- #! ---------------------------------------------------------------
- menu:
- About: true
- Tags: true
- Archives: true
- #! ---------------------------------------------------------------
- #! Theme Config
- #! @docs https://aurora.tridiamond.tech/guide/theme.html
- #! ---------------------------------------------------------------
- theme:
- dark_mode: true
- profile_shape: diamond # support `circle`, `diamond`, `rounded`
- feature: true
- gradient:
- color_1: '#24c6dc'
- color_2: '#5433ff'
- color_3: '#ff0099'
- #! ---------------------------------------------------------------
- #! Social Configs
- #! @docs https://aurora.tridiamond.tech/guide/social.html
- #! ---------------------------------------------------------------
- socials:
- customs:
- ##! Example:
- ##! --- Using SVG
- # bilibili:
- # icon: http://localhost:4000/svg/bilibili.svg
- # link: https://live.bilibili.com/22619211
- ##! --- Using IconFont
- # baidu:
- # icon: iconfont icon-baidu
- # link: https://live.bilibili.com/22619211
- ##! --- Using FontAwesome
- # book:
- # icon: far fa-address-book
- # link: https://live.bilibili.com/22619211
- #! ---------------------------------------------------------------
- #! Site Meta Configs
- #! @docs https://aurora.tridiamond.tech/guide/theme.html
- #! ---------------------------------------------------------------
- site_meta:
- cdn: cn
- favicon:
- description: ''
- keywords: ''
- author: ''
- #! ---------------------------------------------------------------
- #! Plugins
- #! @docs https://aurora.tridiamond.tech/guide/plugins.html
- #! ---------------------------------------------------------------
- # For local development only!
- gitalk:
- enable: true
- autoExpand: true
- clientID: ''
- clientSecret: ''
- repo: 'dev-blog-comments'
- owner: 'TriDiamond'
- admin: ['TriDiamond']
- id: uid
- language: en
- distractionFreeMode: true
- recentComment: true
- proxy: ''
- # Valine comment plugin (recommended!)
- # see https://valine.js.org/quickstart.html
- valine:
- enable: false
- app_id:
- app_key:
- avatar: ''
- placeholder: Leave your thoughts behind~
- visitor: true
- lang: en
- avatarForce: false
- meta: ['nick', 'mail']
- requiredFields: []
- admin: 'TriDiamond'
- recentComment: true
- # Enable Busuanzi statistic plugin
- # see http://ibruce.info/2015/04/04/busuanzi/
- busuanzi:
- enable: true
- copy_protection:
- enable: true
- author:
- cn: 作者
- en: Author
- link:
- cn: 本文来自于
- en: Article is from
- license:
- cn: 博客内容遵循 署名-非商业性使用-相同方式共享 4.0 国际 (CC BY-NC-SA 4.0) 协议
- en: This content is shared under the CC BY-NC-SA 4.0 protocol (Non-Commercial)
- #! ---------------------------------------------------------------
- #! Enable Aurora Bot Dia
- #! @docs https://aurora.tridiamond.tech/guide/site-meta.html#custom-meta
- #! ---------------------------------------------------------------
- aurora_bot:
- enable: false
- locale: en
- bot_type: dia
- tips:
- #! ---------------------------------------------------------------
- #! Injections
- #! @docs https://aurora.tridiamond.tech/guide/site-meta.html#custom-meta
- #! ---------------------------------------------------------------
- injects:
- scripts:
- css:
|