Help Center
This documentation records some common questions and answers, mainly from GitHub Discussions.
How to switch Hugo environments?
Default environments are development
with hugo server
and production
with hugo
.
Due to limitations in the local development
environment,
the comment system, CDN and fingerprint will not be enabled in the development
environment.
You could enable these features with hugo server -e production
.
Question
Question
Didn’t find your questions? Join the discussions.