https://github.com/olegfedak/decap-cms-alter
Alternative Decap CMS. This package from my forked Decap repository maintains the same functionality but features a different theme.
https://github.com/olegfedak/decap-cms-alter
git-based-cms
Last synced: 2 months ago
JSON representation
Alternative Decap CMS. This package from my forked Decap repository maintains the same functionality but features a different theme.
- Host: GitHub
- URL: https://github.com/olegfedak/decap-cms-alter
- Owner: olegfedak
- Created: 2024-05-21T00:23:28.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-13T23:35:48.000Z (9 months ago)
- Last Synced: 2025-02-02T07:22:53.174Z (3 months ago)
- Topics: git-based-cms
- Homepage:
- Size: 29.1 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-decap-cms - decap-cms-alter - This package from my forked Decap repository maintains the same functionality but features a different theme. (Miscellaneous)
README
# Alternative Decap CMS Package
This package is built on top of the [forked Decap CMS](https://github.com/olegfedak/decap-cms). As a new version of the Decap interface is being implemented, I aim to preserve the existing user experience. This alternative version maintains the same Decap functionality and the old theme with ui fixes of mine.→ [Demo](https://olegfedak.github.io/decap-cms-alter/)

+2 screenshots

## Theme In General
1. Optimized for the mobile.
2. Widgets are displayed in a single view.
3. Minor fixes and simplification of UI.
4. The CMS accent color can be customized.## Just try it
For the testing include the link of the packege into your `admin/index.html` instead of the official one. Or, you can download this package to your project's admin folder and then link to it.`/admin/index.html`:
```html
```
## Your own ccent
Add the color to the head of `admin/index.html` in `HEX` format. For example:
```html
:root {
--accent: #683bab !important;
--accent-light: #683bab19 !important;
}
```
Note: `19` in `--accent-light` is the alpha value. `!important` must be. This approach is necessary measure until the ability to customize the Theme Config is implemented.## Next ToDo
- Dark Mode
- Theme Config## Resolved
— [fix: clear field error in Editor after the field value is changed](https://github.com/decaporg/decap-cms/pull/7216)## Full Install and Configuration
If you are not familiar with Decap CMS, please read the [official install guide](https://decapcms.org/docs/install-decap-cms/).## Decap Version
Last tested on v3.3.0