mikl-blog/README.md
2026-05-03 13:48:49 +03:00

35 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# iscg.blog
Личный блог.
## Структура
- `index.html` — заглавная страница
- `favicon.svg` — иконка (буква "m" в белом круге, шрифт Courier New)
## Домен и сервер
- Домен: iscg.blog (*.iscg.blog)
- Сервер: [скрыт]
- Репозиторий: git.iscg.dev/mikl/mikl-blog
## Что реализовано после handoff
- [x] Создана заглушка с кремовым фоном (`#f5f5f0`)
- [x] Шрифт печатной машинки (Courier New)
- [x] Favicon: белый круг + буква "m"
- [x] Автодеплой: cron job каждую минуту (`git pull`)
- [x] Caddy настроен на `iscg.blog` и `*.iscg.blog`
## Деплой
Push в ветку `master` — автоматически подтягивается на сервер в течение минуты.
## Локальная разработка
```bash
git clone https://git.iscg.dev/mikl/mikl-blog.git
cd mikl-blog
# правка файлов
git add .
git commit -m "..."
git push
```
## Логи автодеплоя
`/home/michaotic/.logs/iscg-blog-deploy.log`