An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

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/)

![](/screenshots/decap-cms-alter-screenshot.png)

+2 screenshots

![](screenshots/decap-cms-alter-screenshot-2.png)
![](screenshots/decap-cms-alter-screenshot-3.png)

## 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