tech.philcifone.com

technology portfolio - still in development

to do

synced to obsidian notes

# start dev server
hugo server --bind 0.0.0.0 --port 1313

# sync contents
rsync -avP /home/phil/Documents/planetB/tech/projects/tech.philcifone.com/ /home/phil/coding/philcifone.com/tech./site/content/

# build site in project dir
sudo hugo

# sync to prod server
rsync -avPz public/ user@server_ip:/var/www/tech.philcifone.com/dist/