vodoraslo.xyz/Makefile
2024-08-30 23:27:10 +03:00

8 lines
No EOL
233 B
Makefile

serve:
hugo mod get -u
hugo serve --noHTTPCache --ignoreCache --disableFastRender
build:
hugo mod get -u
hugo --cleanDestinationDir
# https://stackoverflow.com/questions/61867548/hugo-detects-css-changes-but-output-doesnt-change