Compare commits

...

2 commits

Author SHA1 Message Date
3f8d4df173 stick decap version and host locally
All checks were successful
Hugo / build (push) Successful in 5s
2024-08-13 11:18:33 -04:00
189c16aa9c revert, again 2024-08-13 11:17:54 -04:00
3 changed files with 494 additions and 8 deletions

View file

@ -155,10 +155,4 @@ collections:
name: "gallery"
widget: "list"
fields:
- {
label: "Image",
name: "image",
widget: "image",
media_folder: "themes/gallo/static/img/catalog",
public_folder: "/img/catalog",
}
- { label: "Image", name: "image", widget: "image" }

File diff suppressed because one or more lines are too long

View file

@ -7,6 +7,6 @@
<title>Content Manager</title>
</head>
<body>
<script src="https://unpkg.com/decap-cms@^3.0.0/dist/decap-cms.js"></script>
<script src="https://www.gallowelding.com/admin/decap-cms.js"></script>
</body>
</html>