https://github.com/hugolify/hugolify-admin
Admin for Hugolify with Decap CMS and Sveltia CMS
https://github.com/hugolify/hugolify-admin
cms decap-cms gohugo hugo hugolify netlify-cms static-cms sveltia
Last synced: about 1 month ago
JSON representation
Admin for Hugolify with Decap CMS and Sveltia CMS
- Host: GitHub
- URL: https://github.com/hugolify/hugolify-admin
- Owner: Hugolify
- License: mit
- Created: 2024-06-23T20:44:59.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-03-11T10:50:59.000Z (about 2 months ago)
- Last Synced: 2025-03-11T11:36:54.891Z (about 2 months ago)
- Topics: cms, decap-cms, gohugo, hugo, hugolify, netlify-cms, static-cms, sveltia
- Language: HTML
- Homepage: https://www.hugolify.io/docs/cms/admin/
- Size: 255 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hugolify-admin
## CMS available
- Decap CMS: https://decapcms.org/docs/
- Netlify CMS `deprecated`
- Static CMS: https://staticjscms.netlify.app/ `deprecated`
- Sveltia CMS: https://github.com/sveltia/sveltia-cms## Install
Edit `config/_default/module.yaml` to install the `hugolify-admin` module:
```yml
imports:
- path: github.com/hugolify/hugolify-admin
```E.g: Hugolify setting for a blog
```yml
imports:
- path: github.com/hugolify/hugolify-posts-categories
- path: github.com/hugolify/hugolify-posts
- path: github.com/hugolify/hugolify-theme
- path: github.com/hugolify/hugolify-admin
```## Params
Edit `config/_default/params.yaml` to customize this module:
```yml
params:
admin:
cms: decapcms # All CMS available https://www.hugolify.io/docs/cms/admin/cms/
config:
id: false # set true to use ID for dir/name files and relation
publish_mode: simple # simple or editorial_workflow
i18n:
default_locale: en # master lang for an i18n website
locales: false # "[en,fr]" for an i18n website
media:
max_file_size: 700000# Cloud asset config (optional)
media_library:
name: # cloudinary or uploadcare
config:
cloud_name: # for cloudinary
api_key: # for cloudinary
public_key: # for uploadcare
tabs: # for uploadcarenested:
depth: 5 # set minimum 2# Auth
auth:
netlify_identity: true # Add Netlify identitypreview: false
# Blocks
blocks:
# All blocks available https://www.hugolify.io/docs/blocks/
enable:
- alert
- cta
- editorial
- faq
- figure
- form
- information
- images
- latest
- paragraph
- quote
- selected
- title# Collections
collections:
# Collections (except config, indexes and pages) are automatically added based on Hugo modules config, but you can hide a collection if needed.
config:
enable: true
indexes:
enable: true
pages:
enable: true# Override fields of collection fields
fields:
- is_page
- draft
- title_page
- description
- body# Fields
fields:
# Override fields of hugolify fields
hero:
- title
- text_markdown
```## Documentation
https://www.hugolify.io/docs/cms/admin/
## Licensing
Hugolify is free for personal or commercial services (MIT license)