hugo-theme-relearn/exampleSite/test.bat
Sören Weber 47f1f4c2f3
theme: make theme testable #380
generate versioned reference folders
2022-11-13 12:19:49 +01:00

7 lines
383 B
Batchfile

set /p version=<..\layouts\partials\version.txt
echo %version%>metrics.%version%.txt
echo disableAssetsBusting=true>>config.toml
echo disableGeneratorVersion=true>>config.toml
hugo --templateMetrics --templateMetricsHints --cleanDestinationDir --destination public.%version% >> metrics.%version%.txt
move /Y metrics.%version%.txt public.%version%\metrics.txt
git restore config.toml