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

20 lines
729 B
Markdown
Raw Permalink 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.

Страница-резюме, расположенная по адресу 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](https://docs.gitea.com/next/usage/actions/overview)