Sveltia CMS

Open-source content management Git-based.

Available in production Maintened CMS

Warning: Not supported features

  • Git Gateway
  • Nested pages
  • Netlify Identify

See Current limitations and features not to be implemented in Sveltia CMS documentation.

Setup

Enable Sveltia CMS

/config/_default/params.yaml

admin:
  cms: sveltiacms
  repo: Hugolify/hugolify-template # set your repository’s URL

Disable Netlify identify

admin:
  auth:
    netlify_identity: false

Including Hugo’s special index file in a folder collection

Disables unnecessary indexes collection ( See more about this on Sveltia’s documentation ):

/config/_default/params.yaml

admin:
  collections:
    indexes:
      enable: false

Shortcodes

Since hugolify-admin v1.0.0

Icon library

Documentations

Tutorial