Skip to content

Instantly share code, notes, and snippets.

@zourite
Created July 24, 2020 15:24
Show Gist options
  • Save zourite/4ea9e02b3e02a69cab294e5c6cc5a790 to your computer and use it in GitHub Desktop.
Save zourite/4ea9e02b3e02a69cab294e5c6cc5a790 to your computer and use it in GitHub Desktop.
Deploy external server for hugo
#!/bin/zsh
VAR=$(/sbin/ip -o -4 addr list eno1 | awk '{print $4}' | cut -d/ -f1)
hugo server --bind 0.0.0.0 --baseURL http://$VAR:1313
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment