一个具有打字机效果的Vuepress主题,基于vuepress-theme-hope
- 包含原vuepress-theme-hope的所有功能
- 在博客主页增加了打字机效果,支持多行文字轮流显示
- 支持响应式布局,在各种设备上都能良好显示
npm install hirsun-vuepress-theme-hope-plus
# 或者
yarn add hirsun-vuepress-theme-hope-plus
# 或者
pnpm add hirsun-vuepress-theme-hope-plus
在博客主页配置文件中添加heroTexts
数组:
---
layout: BlogHome
home: true
heroImage: /logo.svg
heroTexts:
- "Welcome to My Blog"
- "A Place to Share Knowledge"
- "Happy Coding!"
---
详细配置与原vuepress-theme-hope主题一致,参考原主题文档。
MIT License