File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed
Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 1+ backend :
2+ name : git-gateway
3+ branch : gh-pages # Branch to update (optional; defaults to master)
4+ media_folder : ' assets/images'
5+ collections :
6+ - name : ' blog'
7+ label : ' Blog'
8+ folder : ' _posts/'
9+ fields :
10+ - { name: Title }
Original file line number Diff line number Diff line change 1+ <!-- admin/index.html -->
2+ <!DOCTYPE html>
3+ < html >
4+ < head >
5+ < meta charset ="utf-8 " />
6+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7+ < title > Content Manager</ title >
8+ <!-- Include the identity widget -->
9+ < script src ="https://identity.netlify.com/v1/netlify-identity-widget.js " type ="text/javascript "> </ script >
10+ </ head >
11+ < body >
12+ <!-- Include the script that builds the page and powers Netlify CMS -->
13+ < script src ="https://unpkg.com/netlify-cms@^2.0.0/dist/netlify-cms.js "> </ script >
14+ </ body >
15+ </ html >
You can’t perform that action at this time.
0 commit comments