https://github.com/bencodezen/vuepress-default-theme
Provides developers a baseline theme without ejecting.
https://github.com/bencodezen/vuepress-default-theme
Last synced: 10 months ago
JSON representation
Provides developers a baseline theme without ejecting.
- Host: GitHub
- URL: https://github.com/bencodezen/vuepress-default-theme
- Owner: bencodezen
- Created: 2019-01-09T20:28:12.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-30T00:24:40.000Z (almost 7 years ago)
- Last Synced: 2025-01-26T09:28:49.422Z (about 1 year ago)
- Language: Vue
- Size: 36.1 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VuePress Default Theme
The default VuePress theme is incredible. That said, the only way to get access to it and modify it is to eject from the default theme, but this is terrifying considering the message clearly warns you:
> Once you eject, you are on your own and won't be receiving future updates or bug fixes to the default theme even if you upgrade VuePress.
So this repo was created to give people a chance to take the default theme and customize it.
## Roadmap
1. Produce a CSS compliant formatted version (i.e., none of the weird Stylus no brackets / semi-colons business)
1. Refactor the CSS architecture because the specificity on this is all over the place and it makes it hard to make quick customizations to the theme