Skip to content

Alternative Decap CMS. This package from my forked Decap repository maintains the same functionality but features a different theme.

Notifications You must be signed in to change notification settings

olegfedak/decap-cms-alter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alternative Decap CMS Package

This package is built on top of the forked 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

+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:

<!-- <body> -->
    <!-- <script src="https://unpkg.com/decap-cms@^3.1.11/dist/decap-cms.js"></script> -->
    <script src="https://unpkg.com/decap-cms-alter@^3.1.11/dist/decap-cms.js"></script>
<!-- </body> -->

Your own ccent

Add the color to the head of admin/index.html in HEX format. For example:

<!-- <head> -->
  <style>
    :root {
      --accent: #683bab !important;
      --accent-light: #683bab19 !important;
    }
  </style>
<!-- </head> -->

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

Full Install and Configuration

If you are not familiar with Decap CMS, please read the official install guide.

Decap Version

Last tested on v3.3.0

About

Alternative Decap CMS. This package from my forked Decap repository maintains the same functionality but features a different theme.

Topics

Resources

Stars

Watchers

Forks