Roland Reichwein 43c0c4ae71 Fix typos
# Conflicts:
#	docs/IO/io_port.md
#	docs/containers/sets/const-multiset.md
#	docs/containers/sets/const-set.md
#	docs/maths/correlation.md
#	docs/maths/gamma.md
2026-05-30 08:22:47 +01:00

255 B

title
Hugo commands

Generate hugo for localhost

hugo --cleanDestinationDir
hugo server --disableFastRender

Generate hugo for remote host

hugo --cleanDestinationDir 
hugo --baseURL "https://www.your-web-site.com"