Skip to content

Commit 399d35a

Browse files
committed
add new speaker
1 parent ded5623 commit 399d35a

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ endif
88
serve:
99
docker run --rm \
1010
-p$(server_port):4000 \
11-
--volume="$(CURDIR):/srv/jekyll" \
12-
-it jekyll/jekyll:4.0 \
11+
--volume="$(CURDIR):/site" \
12+
-it bretfisher/jekyll-serve \
1313
jekyll serve
1414

1515
.PHONY: serve

_posts/2024/06/2024-06-17-community-meetup-vi.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ title: VI встреча PHP-сообщества (21.06.2024)
1313

1414
## Доклады
1515

16-
**"Какие автотесты нужны твоему легаси проекту? 18+"**, _Владимир Романичев (Vetmanager)_
17-
18-
19-
... список тем уточняется
16+
* **"Какие автотесты нужны твоему легаси проекту? 18+"**, _Владимир Романичев (Vetmanager)_
17+
* **"Про Yii3 и не только"**, _Александр Макаров(Yii3, ASAPIRL)_
18+
* еще уточняем...

0 commit comments

Comments
 (0)