Hi,
I uploaded the latest version (hugo 0.71.0_Linux-64bit tar) on my webserver, as told by my provider all-inkl dot com.
I also used the suggested folders usr/local/bin/hugo
So far so good. Using SSH on my Mac, I was able to create a new site, using ./hugo new site NAME
(the . and / infront of hugo are necessary on all-inkl SSH)
The site is created and I can change the config. I also uploaded papercss-theme and removed (as advised on the web) the “master” and included it in the config.
Here, the strange stuff happens (or I am too blind to see my error)
No matter what I try (./hugo or cd NAME ./hugo or hugo server or hugo new post or whatever), SSH always comes back “config not found”. Or, if I cd into the NAME folder (the site hugo created), SSH reports no hugo found.
I thought, I can install hugo on my server, ist that wrong? Is it only possible to use hugo locally and only upload the public? What I read, it should be possible to use hugo on a server, right?
Here is, for German speaking hugoists, the mail from my provider concerning the use of hugo on a server:
Das Installieren sollte mittels folgender Anleitung möglich sein:
https://gohugo.io/getting-started/installing#binary-cross-platform
Somit sollten Sie nur das Binary unter https://github.com/gohugoio/hugo/releases/download/v0.71.0/hugo_0.71.0_Linux-64bit.tar.gz herunterladen und mittels SSH ausführen können.