1.0.4 • Published 1 month ago

hirsun-vuepress-theme-hope-plus v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

hirsun-vuepress-theme-hope-plus

一个具有打字机效果的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