vuepress-theme-plume/cli/templates/docs/en/README.md.handlebars
pengzhanbo 74079390f6
feat: add create-vuepress-theme-plume package (#153)
* feat: add `create-vuepress-theme-plume` package
* feat(cli): add support deploy
2024-08-29 12:03:32 +08:00

23 lines
514 B
Handlebars

---
pageLayout: home
externalLinkIcon: false
config:
-
type: hero
full: true
background: tint-plate
hero:
name: Theme Plume
tagline: VuePress Next Theme
text: A simple, feature-rich, document & blog
actions:
-
theme: brand
text: Blog
link: {{#if (equal defaultLanguage 'en-US')}}/{{else}}/en/{{/if}}blog/
-
theme: alt
text: Github →
link: https://github.com/pengzhanbo/vuepress-theme-plume
---