Страница-резюме 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
2024-02-13 09:33:16 +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 Delete telegram link 2024-02-13 09:33:16 +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 Turn sitemap generate on 2024-01-17 10:55:45 +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