https://github.com/brenoepics/vitepress-carbon
Streamlined Theme for VitePress
https://github.com/brenoepics/vitepress-carbon
collaborate jetbrains octicons tech typescript vitepress vitepress-plugin vitepress-theme vue vue-docs
Last synced: 3 months ago
JSON representation
Streamlined Theme for VitePress
- Host: GitHub
- URL: https://github.com/brenoepics/vitepress-carbon
- Owner: brenoepics
- License: mit
- Created: 2024-02-11T13:59:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-03-21T20:12:03.000Z (3 months ago)
- Last Synced: 2026-03-22T02:49:28.708Z (3 months ago)
- Topics: collaborate, jetbrains, octicons, tech, typescript, vitepress, vitepress-plugin, vitepress-theme, vue, vue-docs
- Language: Vue
- Homepage: https://carbon.breno.tech/
- Size: 3.46 MB
- Stars: 98
- Watchers: 1
- Forks: 15
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-vitepress-v1 - vitepress-theme-carbon - A GitHub-like theme for Vitepress (:art: Themes / Community Themes)
README
#
arbon
VitePress Carbon is a minimalistic theme for VitePress, inspired by GitHub's monochromatic design. It offers a clean and
elegant documentation experience, ideal for projects seeking simplicity.
[](https://npmx.dev/package/vitepress-carbon)
[](https://npmx.dev/package/vitepress-carbon)
[](https://npmx.dev/package/vitepress-carbon)
## Demo
Check out the demo on [GitHub Pages](https://carbon.breno.tech) to see VitePress Carbon in action.
## Installation
To create a GitHub project with VitePress Carbon
theme, [click here](https://github.com/new?template_name=carbon-starter&template_owner=brenoepics).
Alternatively, you can use the [`vpcar`](https://github.com/brenoepics/vitepress-carbon/tree/main/packages/cli) CLI tool
to initialize a new VitePress Carbon project:
```sh
npx vpcar init my-project
```
## Usage
To use this project, follow these docs:
- [VitePress Carbon Docs](https://carbon.breno.tech)
- [VitePress](https://vitepress.dev/)
- [Markdown](https://www.markdownguide.org/)
## Contribution Guide
We use `pnpm` as our package manager. To get started, run:
```sh
pnpm install
```
To start the development server, run:
```sh
pnpm run dev
```
If you encounter any issues or have suggestions for improvements, feel free
to [open an issue](https://github.com/brenoepics/vitepress-carbon/issues)
or [submit a pull request](https://github.com/brenoepics/vitepress-carbon/pulls).
Your contributions and ⭐ are greatly appreciated!
## Packages
This monorepo contains the following packages:
- `theme`: The theme package for VitePress.
- `cli`: CLI tool for initializing and managing VitePress Carbon projects.
- `demo`: Demo project showcasing the VitePress Carbon theme.
## License
This project is licensed under the MIT License - see the [LICENSE](https://github.com/brenoepics/vitepress-carbon/blob/main/LICENSE) file for details.