Hexo NexT Subtitle Typing

April 1, 2025 ยท View on GitHub

Theme Version Package Version

Typing effect of site subtitle for NexT.

Install

npm install next-theme/hexo-next-subtitle-typing

Usage

You can set options of this plugin in the Hexo's _config.yml (which locates in the root dir of your blog):

subtitle_typing:
  enable: true
  typing_speed: 500
  deleting_speed: 100
  pause_before_delete: 2000
  pause_before_type: 500
  subtitles:
    - Welcome to my blog
    - Enjoy your stay
    - Have a great day!