An open API service indexing awesome lists of open source software.

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

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

![Home](https://user-images.githubusercontent.com/4457294/207929597-f0d02e09-d2ee-44ca-8c65-efad0293356b.png)

## 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)