hexo-theme-typography icon indicating copy to clipboard operation
hexo-theme-typography copied to clipboard

Add hitokoto and beian options with some optimizations

Open prnake opened this issue 3 years ago • 0 comments

  1. Add optional configurations:
beian: 'ICP备XXX号'
startYear: 2019
hitokoto: 
    enable: true
    api: https://v1.hitokoto.cn/?max_length=15
truncate_len: 160
  1. Optimize article preview content
  2. Optimize updateSidebar, in some case resize window will not update $('#main-container').outerWidth() immediately, trigger $('#main-container') first to update $('#main-container').outerWidth().

prnake avatar Jan 17 '23 07:01 prnake