Ремонт квартиры: сайт remont.digital-home.site из заметок + авто-деплой
All checks were successful
Deploy Remont Site / deploy (push) Successful in 57s
All checks were successful
Deploy Remont Site / deploy (push) Successful in 57s
- переименованы заметки (Планировка, Гостиная-кухня, Спальня) и картинки - вычищены таблицы, добавлен README-индекс - .site/: генератор сайта из markdown (node+sharp → nginx), дизайн из assets - .gitea/workflows/deploy-remont.yml: авто-сборка и деплой по пушу в папку Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
12
Ремонт квартира/.site/package.json
Normal file
12
Ремонт квартира/.site/package.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "remont-site",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"description": "Генератор сайта «Ремонт квартиры» из заметок Obsidian",
|
||||
"scripts": {
|
||||
"build": "node generate.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"sharp": "^0.33.5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user