Skip to content

Commit 5385252

Browse files
🐸 commit messages
1 parent 4cf7bbf commit 5385252

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
## Screenshot
1212

13-
<img src="assets/nuxt-tailwind.png" alt="Nuxt Tailwind Docs" />
14-
<img src="assets/netlify-cms.jpeg" alt="Netlify CMS" />
13+
<img src="https://github.com/RoboMx/create-nuxt-netlify-cms-docs/blob/master/assets/nuxt-tailwind.png?raw=true" alt="Nuxt Tailwind Docs" />
14+
<img src="https://raw.githubusercontent.com/RoboMx/create-nuxt-netlify-cms-docs/master/assets/netlify-cms.jpeg?raw=true" alt="Netlify CMS" />
1515

1616
## Usage
1717

template/static/admin/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,15 @@ backend:
66
name: git-gateway
77
branch: main
88
repo: <%= github %>
9+
url: <%= url %>
910
open_authoring: true
11+
commit_messages:
12+
create: ":sparkles: Create {{collection}} “{{slug}}”"
13+
update: ":hammer: Update {{collection}} “{{slug}}”"
14+
delete: ":fire: Delete {{collection}} “{{slug}}”"
15+
uploadMedia: "[skip ci] :sparkles: Upload “{{path}}”"
16+
deleteMedia: "[skip ci] :fire: Delete “{{path}}”"
17+
1018

1119
i18n:
1220
structure: multiple_folders

0 commit comments

Comments
 (0)