-
-
Notifications
You must be signed in to change notification settings - Fork 7.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hugo new fails when no archetype files #3626
Comments
CentOS release 6.5 (Final) |
Thank you for reporting this, @jinleileiking! I was able to reproduce this in a freshly created Hugo site where Temporary workaround: Create an
|
worked for me @anthonyfok |
but when run the server fail:
|
[root@vm10-65-136-13 sync]# go build consumer.go
|
Yes, this is my mistake. The fix would be:
|
date = {{ .Date }} --> date = "{{ .Date }}" buggie? |
No, the spec clearly states which format |
Oh! The I live in the |
@anthonyfok i'm a new user of Hugo on windows, have exactly same issue mentioned here, the workaround you provided is valid, however, there are warns as following, is it because some files don't exist? D:\Work\ericblog>hugo new test.md -v |
@siben168 those warnings are unrelated, and they are warnings; not important if you don't use translations. |
I am seeing this issue using the Ubuntu 16.04 Hugo package and following the official tutorial at step 4. Looks like the package is pretty old, I guess I'll build from source.
|
Hi @kgilmer, You may also try to install the Hugo .deb package from Ubuntu 18.04 LTS or even in cosmic, see https://packages.ubuntu.com/hugo Another option is to use the Hugo snap by running |
I had the same issue. If you are on Ubuntu (or any Ubuntu-based machine), don't install from apt-get. This will only install a much older version. Go here and download the latest .deb file (either 32 or 64-bit). I did this and was able to generate my site! |
I'm running GalliumOS on an Acer Chrombook 11. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
The text was updated successfully, but these errors were encountered: