Skip to content

Commit

Permalink
prettier: prettify all files
Browse files Browse the repository at this point in the history
  • Loading branch information
arthaud-proust committed Nov 28, 2023
1 parent 19518f1 commit af0cce9
Show file tree
Hide file tree
Showing 203 changed files with 4,789 additions and 4,718 deletions.
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"@hugolify/prettier-config"
"@hugolify/prettier-config"
2 changes: 1 addition & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"github": {
"release": true
},
"git": {
"git": {
"commitMessage": "chore: release v${version}"
},
"npm": {
Expand Down
19 changes: 16 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,18 @@
- [Documentations](#documentations)
- [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
Expand All @@ -39,8 +41,9 @@ https://github.com/Hugolify/hugolify-decap-cms/tree/main/admin/app/settings
- social
- top banner
- seo

## Extras features

- casestudies
- expertises
- place
Expand All @@ -53,30 +56,40 @@ https://github.com/Hugolify/hugolify-decap-cms/tree/main/admin/app/settings
- 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)

- 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
```

## Documentations

https://github.com/hugolify/hugolify-template/wiki

## License

Hugolify is free for personal or commercial projects (MIT license)

0 comments on commit af0cce9

Please sign in to comment.