Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 356 Bytes

File metadata and controls

25 lines (22 loc) · 356 Bytes

Building

Local

cd /mnt/d/xyz-pages
hugo server
hugo
git add -A
git commit -nam 'commit message'
git push

View locally

hugo server --baseURL http://127.0.0.1:1313/

Server

Connect to VPN Pull on server

ssh [email protected] -p 2525
cd /home/xyz/www/xyz.cct.lsu.edu/public/xyz-pages
git pull