Hello,
I’m testing hugo and it seems there’s something that I’m missing. I hope that someone who has more experience than me can give me some ideas on what could be wrong.
ub@ub5:~/work/site1$ find . -type f -iname “.site.params”
ub@ub5:~/work/site1$ s hugo server -w -v
INFO: 2016/06/05 Using config file: /home/ub/work/site1/config.toml
INFO: 2016/06/05 syncing from /home/ub/work/site1/themes/hugo-wave/static to /
It doesn’t seem like it’s binding 1313 port and page is not coming up on localhost/127.0.0.1. My config.toml looks like this:
ub@ub5:~/work/site1$ hugo server -w -v
INFO: 2016/06/05 Using config file: /home/ub/work/site1/config.toml
INFO: 2016/06/05 syncing from /home/ub/work/site1/themes/hugo-wave/static to /
Same thing happens and cursor just blinks. It doesn’t look like binding ports works.
ub@ub5:~/work/site1$ s ss -ltn
State Recv-Q Send-Q Local Address:Port Peer Address:Port
LISTEN 0 128 127.0.0.1:631 :
LISTEN 0 5 127.0.1.1:53 :
LISTEN 0 128 :22 :
LISTEN 0 128 ::1:631 :::
LISTEN 0 128 :::22 :::*