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.
resume/README.md
2023-12-12 21:54:45 +03:00

729 B
Raw Permalink Blame History

Страница-резюме, расположенная по адресу 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