Страница-резюме https://cebotari.ru/
This repository has been archived on 2024-05-08. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Serghei Cebotari d1f57134b5
All checks were successful
Deploy resume page / build (push) Successful in 8s
Revert "Delete Telegram link (#1)"
This reverts commit b0b60d4066.
2024-03-13 19:00:23 +03:00
.gitea/workflows Add Gitea Action 2023-12-12 21:49:24 +03:00
archetypes Add links to projects 2023-12-19 23:36:26 +03:00
content Update RhSolutions link 2024-01-17 10:45:54 +03:00
layouts Revert "Delete Telegram link (#1)" 2024-03-13 19:00:23 +03:00
static Add favicon 2023-12-06 23:45:05 +03:00
.gitignore Initial commit 2023-12-06 22:56:56 +03:00
config.toml Revert "Delete Telegram link (#1)" 2024-03-13 19:00:23 +03:00
README.md Add README.md 2023-12-12 21:54:45 +03:00

Страница-резюме, расположенная по адресу https://cebotari.ru

Локальный запуск

docker run --rm -it -v "$(Get-Location):/src/resume" -p 1313:1313 klakegg/hugo:alpine serve -D --poll 700ms -s /src/resume

Запуск генератора Hugo в Docker

docker run --rm -it -v "$(PWD):/src/resume" -p 1313:1313 klakegg/hugo:alpine shell 

Заполнение контентом

hugo new education/My-Cool-University.md
hugo new experience/Software-Engineer.md
hugo new projects/Hugos-Resume-Theme.md
hugo new skills/Cross-stitch.md

Deploy

Реализован с помощью Gitea Actions