Skip to content

PavloVasylchenko/vasylchenko.me

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

After clone submodule need to be updated:
git submodule update --recursive --init --remote

Build website:
docker run --rm -it -v $(pwd):/src -p 1313:1313 klakegg/hugo:ext

Run in nginx for testing:
docker run --rm -it --name blog-nginx -v $(pwd)/public:/usr/share/nginx/html -p 1313:80 nginx

Create new page:
docker run --rm -it -v $(pwd):/src klakegg/hugo:ext new post/start-with-hugo.md

Server
git -C 'vasylchenko.me' pull
rm -rf /root/traefik/nginx/static/*
docker run --rm -it -v $(pwd)/vasylchenko.me:/src -v /root/traefik/nginx/static:/src/public klakegg/hugo:ext

About

vasylchenko.me personal page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published