0.2.0 • Published 1 year ago

netlifycms-themes v0.2.0

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

Netlify CMS themes

  • Apply custom CSS themes to Netlify CMS
  • Add Icons and decorations to Netlify CMS

Installation

<!-- ... -->
<body>
  <script type="module">
    import { applyTheme } from 'https://unpkg.com/netlifycms-themes@latest'
    applyTheme('catppuccin-macchiato')
  </script>

  <script src="https://unpkg.com/netlify-cms@^2.10.192/dist/netlify-cms.js"></script>
</body>

Notes

This is just a fun project, I do not recommend running this in production.

0.2.0

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago