https://github.com/hugolify/hugolify-decap-cms
Decap CMS for Hugolify
https://github.com/hugolify/hugolify-decap-cms
cms decap-cms hugo hugolify netlify-cms
Last synced: 3 months ago
JSON representation
Decap CMS for Hugolify
- Host: GitHub
- URL: https://github.com/hugolify/hugolify-decap-cms
- Owner: Hugolify
- License: mit
- Created: 2023-11-21T14:36:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-13T10:12:45.000Z (over 1 year ago)
- Last Synced: 2025-03-05T23:13:31.963Z (over 1 year ago)
- Topics: cms, decap-cms, hugo, hugolify, netlify-cms
- Language: JavaScript
- Homepage:
- Size: 452 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Hugo Decap CMS
## Table of contents
- [Settings](#settings)
- [Features](#features)
- [Extras features](#extras-features)
- [Screenshot](#screenshot)
- [Linked repository](#linked-repository)
- [Live demo](#live-demo)
- [Install](#install)
- [Documentation](#documentation)
- [License](#license)
## Settings
https://github.com/Hugolify/hugolify-decap-cms/tree/main/admin/app/settings
- Available blocks
- Available collections
- Available languages
- Available sections
- media-library
## Features
- rubrics `create false`
- pages
- projects
- types (projects taxonomy)
- tags (projects taxonomy)
- posts
- categories (posts taxonomy)
- tags (posts taxonomy)
- persons
- config
- menu `create false`
- primary
- secondary
- legal
- social
- top banner
- seo
## Extras features
- casestudies
- expertises
- place
- publications
- categories (publications taxonomy)
- realestates
- categories (realestates taxonomy)
- services
- categories (services taxonomy)
- persons (services taxonomy)
## Screenshot

## Linked repository
- Template Hugolify : [Hugolify template](https://github.com/hugolify/hugolify-template)
## Live demo
- Front: https://demo.hugolify.io
## Install
### Modules
Edit `config/_default/module.yaml` to install the `hugolify-decap-cms` module:
```yml
imports:
- path: github.com/hugolify/hugolify-decap-cms
```
### Submodules
Add this repository as a subdomain in your hugo project:
```
git submodule add git@github.com:hugolify/hugolify-decap-cms static
```
## Documentation
https://www.hugolify.io/docs/
## License
Hugolify is free for personal or commercial projects (MIT license)