vuepress-theme-plume/readme_en.md
zhenghaoyang24 a4ac3a30e0
docs: add en-US docs (#514)
* docs: translate README to English in homepage

* feat(docs): update hero-text in README

* docs: add readme_en

* feat(docs): add language jump in readme

* docs: update readme layout

* feat(docs): add CONTRIBUTION_EN and jump link

* docs: translate theme introduction

* docs: upgrade version to 135 , create 2 file

* docs: add icon, fix translation errors in intro, translate quick-start

* docs: translate quick start - write

* docs: fix jump link in write

* docs: translate document in quick start

* docs: translate international in quick start

* docs: translate deployment in quick start

* docs: translate optimize-build in quick start

---------

Co-authored-by: pengzhanbo <volodymyr@foxmail.com>
2025-03-09 11:14:47 +08:00

78 lines
3.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<h1 align="center">vuepress-theme-plume</h1>
<p align="center">
<img src="https://theme-plume.vuejs.press/plume.svg" width="200px" alt="plume">
</p>
<p align="center">
<a href="https://www.npmjs.com/package/vuepress-theme-plume" target="_blank">
<img src="https://img.shields.io/npm/v/vuepress-theme-plume?color=32A9C3&labelColor=1B3C4A&label=npm" alt="npm version">
</a>
<a href="https://www.npmjs.com/package/vuepress-theme-plume" target="_blank">
<img src="https://img.shields.io/npm/dy/vuepress-theme-plume?color=32A9C3&labelColor=1B3C4A&label=downloads" alt="npm download">
</a>
<img src="https://img.shields.io/npm/dependency-version/vuepress-theme-plume/peer/vuepress?color=32A9C3&labelColor=1B3C4A" alt="peer dependency">
<img src="https://img.shields.io/github/license/pengzhanbo/vuepress-theme-plume?color=32A9C3&labelColor=1B3C4A" alt="github license">
<br>
<a href="https://codecov.io/gh/pengzhanbo/vuepress-theme-plume">
<img src="https://codecov.io/gh/pengzhanbo/vuepress-theme-plume/graph/badge.svg?token=W6KYBX7WO5" alt="codecov">
</a>
</p>
<p align="center">
<a href="/readme.md">中文</a> | English
</p>
A simple, clean, and easy-to-use VuePress theme for blogs and documentation.
Ready to use out-of-the-box with minimal configuration, allowing you to focus more on content creation and better express your ideas to form your knowledge notes.
It includes a rich set of powerful features designed to make content more expressive.
## Features
- 💻 Responsive layout, adapts to different screen sizes
- 📖 Blog & Documentation
- 🔗 Automatically generates article permanent links
- ⚖ Supports multiple languages
- 🔑 Supports full-site encryption and partial encryption
- 👀 Supports search and article comments
- 👨‍💻 Supports light/dark themes (including code highlighting)
- 📠 Markdown enhancement, supports code block grouping, hint containers, task lists, mathematical formulas, code demonstrations, file trees, etc.
- 📚 Embedded code demonstrations, supports CodePen, JSFiddle, CodeSandbox, etc.
- 📊 Embedded charts, supports chart.js, Echarts, Mermaid, flowchart
- 🎛 Resource embedding, supports PDF, Bilibili videos, YouTube videos, local videos, audio, etc.
- 🪞 Supports full-site watermark and partial content watermark
## [Documentation](https://theme-plume.vuejs.press)
QQ communication group[792882761](https://qm.qq.com/q/O3HNy4rxYc)
## Examples
- [My Personal Blog](https://pengzhanbo.cn/)
View [more examples](https://theme-plume.vuejs.press/demos/)
### Note
This theme is based on `vuepress 2` and is in the RC stage.
This means that the functionality is relatively stable, but there is still a small probability of breaking changes in the future.
## Contribution Guide
View the [[Contribution Guide]](/CONTRIBUTING_EN.md) for more information
## Contributors
Thank you to all contributors!
![GitHub contributors](https://img.shields.io/github/contributors/pengzhanbo/vuepress-theme-plume?color=32A9C3&labelColor=1B3C4A&logo=contributorcovenant)
[![contributors](https://contrib.rocks/image?repo=pengzhanbo/vuepress-theme-plume)](https://github.com/pengzhanbo/vuepress-theme-plume/graphs/contributors)
## License
[MIT](/LICENSE)