-
-
Notifications
You must be signed in to change notification settings - Fork 77
Description
Dear Sir,
last year I created two tiny pages with your great Doks Hugo theme in version 0.5. Recently I discovered that now finally versions 1.x are available, so I just tried creating a new project from scratch -- when it should finally succeed, I might transfer my existing text files and upgrade the pages.
Two initial remarks, in case you are interested in improving your website with the instructions:
https://getdoks.org/docs/start-here/getting-started/
npm create hyas@latest -- --template doks
For people like me, not evolved with professional web development, it might not be that obvious that this command is interactive and will ask for the actual project name. Please consider adding a hint -- I was tempted to replace doks with my actual project name.
The next point is much more important:
npm install
started for me with some animations and displaying timings, but then stalled for minutes. I finally pressed some CTRL codes in the terminal after four minutes without visible changes, and tried again. Again same behaviour. And my Internet connection is typically very fast! This time I let it running, while using the web browser to see if I could use other packages managers on my Gentoo Linux box. Then finally, after more than 8 minutes, it finished successfully:
$ npm create hyas@latest -- --template doks
✔ Project name: … nimprogramming.com
Scaffolding project in /home/salewski/nimprogramming.com...
Done. Now run:
cd nimprogramming.com
npm install
npm run dev
salewski@hx90 ~ $ cd nimprogramming.com
salewski@hx90 ~/nimprogramming.com $ npm install
> nimprogramming.com@0.0.0 postinstall
> hugo-installer --version otherDependencies.hugo --extended --destination node_modules/.bin/hugo
Hugo Installer
> Checking for existing binary
> Downloading binary from "https://github.com/gohugoio/hugo/releases/download/v0.123.7/hugo_extended_0.123.7_Linux-64bit.tar.gz"
> Downloading checksum from "https://github.com/gohugoio/hugo/releases/download/v0.123.7/hugo_0.123.7_checksums.txt"
> Verifying binary checksum
> Extracting binary to disk
> Verifying binary health
Hugo is now available in "node_modules/.bin/hugo".
- Version 0.123.7
- Extended Yes
- OS linux
- Architecture x64
hugo v0.123.7-312735366b20d64bd61bff8627f593749f86c964+extended linux/amd64 BuildDate=2024-03-01T16:16:06Z VendorInfo=gohugoio
Success!
added 414 packages in 8m
60 packages are looking for funding
run `npm fund` for details
So please consider adding a hint that this action can take very long!
Best regards,
Dr. Stefan Salewski