tech.philcifone.com
Hugo based public facing technology portfolio
still in development and actively being added to
to do
- - links not parsing correctly if using full file path or rename ‘|’ feature inside obsidian notes.
synced to obsidian notes
tech-sync-script.sh
# start dev server
hugo server --bind 0.0.0.0 --port 1313
# sync contents
rsync -avP /home/phil/Documents/planetB/tech-docs/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/