Compare commits

..

1 Commits

Author SHA1 Message Date
Adam Veldhousen a06fc0c61f
change theme, trying to get ci to work now
ci.vdhsn.com/push Build encountered an error Details
2023-01-27 18:42:10 -06:00
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ deploy:
clean: clean:
@rm -rf ./public ./resources ./assets/css/syntax.* ./layouts/partials/single/footer.html @rm -rf ./public ./resources ./assets/css/syntax.* ./layouts/partials/single/footer.html
public: ./assets/css/syntax.light.css ./assets/css/syntax.dark.css ./layouts/partials/single/footer.html public: assets ./layouts/partials/single/footer.html
hugo --environment production --minify --gc --templateMetrics --templateMetricsHints --verbose --enableGitInfo hugo --environment production --minify --gc --templateMetrics --templateMetricsHints --verbose --enableGitInfo
assets: ./assets/css/syntax.light.css ./assets/css/syntax.dark.css ./layouts/partials/single/footer.html assets: ./assets/css/syntax.light.css ./assets/css/syntax.dark.css ./layouts/partials/single/footer.html