-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
_posts/mini_posts/2024-10-29-migrate-gh-pages-to-actions.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
layout: post | ||
title: Миграция блога на GitHub Actions | ||
tags: [blogdev, web, github] | ||
tg_id: 562 | ||
--- | ||
На днях мигрировал бложик со [встроенного действия](https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll) на полноценный [GitHub Action](https://github.com/ov7a/ov7a.github.io/blob/master/.github/workflows/deploy.yml): все равно недавно добавил действие, чтобы [проверять ссылки](/2024/10/15/links-checker.html), там и так уже собирается сайт, зачем два раза это делать. | ||
|
||
Для этого нужно сделать пару приседаний: отключить в настройках [старый пайплайн, pages-build-deployment](https://stackoverflow.com/a/76960283/1003491), и потом _правильно_ подключить нужные действия во имя безопасности. | ||
|
||
Раз теперь сайт генерируется через Actions, то можно отбросить [ограничения GitHub pages](/2020/04/06/github-pages.html). Оказалось, что для ванильного Jekyll действие должно быть другое, и надо еще пару раз поприседать, но в итоге [справился](https://github.com/ov7a/ov7a.github.io/blob/master/.github/workflows/deploy.yml). Зато все зависимости теперь явно в Gemfile прописаны. | ||
|
||
Благодаря снятию ограничения на плагины смог убрать старые костыли для пагинации (с ручным добавлением новых страниц) и заменить их на более новые и чуть более красивые. Попутно еще удалил немного лишнего кода для генерации галерей с картинками. | ||
|
||
Движок пока менять не хочу, хотя мысли [опять](/2024/06/20/optimizing-site-build.html) были. Немного бесит, когда очень нетривиально обрезать слеш в конце строки :/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
layout: post | ||
title: Intellij как игровой движок | ||
tags: [intellij, fun] | ||
tg_id: 563 | ||
--- | ||
Чисто развлекательный [видос](https://youtu.be/TSlYrs4ywc8) про то как можно использовать IntelliJ в качестве игрового движка. Технических подробностей практически нет, но подача прикольная и идеи забавные. | ||
|
||
|