Add CMS site upload and SFTP publish

This commit is contained in:
DCCONSTRUCTIONS
2026-07-06 14:02:52 +03:00
parent cfee9d0c19
commit 808d867dd7
8 changed files with 737 additions and 40 deletions
+1
View File
@@ -88,6 +88,7 @@
<button id="reload" class="icon-btn" type="button" title="Перезагрузить данные"></button>
<button id="save" class="primary-btn" type="button" title="Записать текущую модель в content/pages/home.json">Сохранить модель</button>
<button id="render" class="ghost-btn" type="button" title="Сохранить модель и пересобрать публичный index.html">Обновить index.html</button>
<button id="publish" class="ghost-btn hidden" type="button" title="Опубликовать сайт на хостинг">Опубликовать</button>
</div>
</header>