gohugoio / hugo

The world’s fastest framework for building websites.
https://gohugo.io
Apache License 2.0
74.73k stars 7.45k forks source link

Allow config.toml to set preferred port number, no build lock, gc, and disable fast render #10911

Closed hollowaykeanho closed 5 months ago

hollowaykeanho commented 1 year ago

Why

Eliminate an external scripting dependency during module distributions. Right now, hugo server command requires an external script to unify some critical settings.

Issue not seen for hugo command to build the repo.

Reference

Discussion: https://discourse.gohugo.io/t/merging-hugo-servers-cmd-arguments-into-config-toml/44033

hollowaykeanho commented 1 year ago

Update related to https://github.com/ZORALab/Hestia/issues/93

We had decided to keep the server.cmd server script mainly because of our another memory related issue here: https://github.com/ZORALab/Hestia/issues/106

The script implementation helps isolate the hugo upstream and us at the downstream which is useful for safe distribution and debugging collaborations between each side.

The design proposal is up to you guys now. No pressure.

saikadaramakaisosjupita commented 5 months ago

ZORALab/Hestia

The project has been archived FYI!

hollowaykeanho commented 5 months ago

Hi Hestia developer here. Please go ahead to close the ticket if the feature is at least concern.

As stated in Hugo forum, we won't be using hugo in the future due to Go template limitations (a lot of data processing).

Otherwise, can I close this? Thanks in adv.

github-actions[bot] commented 4 months ago

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.