/bogdanp05.github.io

Personal website (work in progress)

Primary LanguageHTML

Bogdan

Academic theme powered with Hugo

Development

Go to bogdanp05/academic-kickstart repo.

hugo serve

Make changes according to the docs.

Deployment

hugo
cd public 
git add .
git commit -m "msg"
git push
cd ..