Skip to content

Commit

Permalink
📝:octocat:
Browse files Browse the repository at this point in the history
  • Loading branch information
havron committed May 12, 2019
1 parent 815121e commit 3e98c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -22,7 +22,7 @@ commit-deploy: cs.cornell.edu havron.xyz
cs.cornell.edu: clean
@# vpnc-connect, first, if not on campus. "tun0" appears to be the default vpn name.
@# todo: add a check for connection to campus network before attempting to check for vpn.
nmcli con show --active | grep -q tun0 || sudo vpnc-connect
@nmcli con show --active | grep -q tun0 || sudo vpnc-connect
@echo "Building content for $@"
sed -i 's/.*baseurl.*/baseurl = "https:\/\/www.$@\/~havron\/"/g' config.toml
hugo --theme=$(THEME)
Expand Down

0 comments on commit 3e98c2c

Please sign in to comment.