https://github.com/valiantlynx/general-config
https://github.com/valiantlynx/general-config
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/valiantlynx/general-config
- Owner: valiantlynx
- Created: 2023-11-09T17:37:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-25T21:04:28.000Z (about 1 year ago)
- Last Synced: 2024-03-26T21:52:20.720Z (about 1 year ago)
- Language: TypeScript
- Size: 20.6 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# valiantlynx general-config
default configurations for valiantlynx fleet of projects. so it only contains the configurations that are common to all projects.
e.g. themes, colors, fonts, etc.# current configurations
- [x] theme
- [x] icons
- [x] site metadata
- [] fonts
- [] colors
- [] images
- [] social media# usage of changeset
- `git tag -l`
- `yarn changeset`git subtree add --prefix=packages/general-config https://github.com/valiantlynx/general-config.git main --squash
git subtree pull --prefix=packages/general-config https://github.com/valiantlynx/general-config.git main --squash
git subtree push --prefix=packages/general-config https://github.com/valiantlynx/general-config.git main