Merge branch 'master' of https://gitlab.cantorgymnasium.de/gcg/gcg.pages.cantorgymnasium.de
This commit is contained in:
		| @@ -6,10 +6,10 @@ variables: | |||||||
| pages: | pages: | ||||||
|   script: |   script: | ||||||
|   - hugo --gc --minify |   - hugo --gc --minify | ||||||
|   - gzip -k -9 public/* |   - find public -type f -print0 | xargs -0 gzip -9 -k | ||||||
|   artifacts: |   artifacts: | ||||||
|     paths: |     paths: | ||||||
|     - public |     - public | ||||||
|   rules: |   rules: | ||||||
|   - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH |   - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH | ||||||
|   interruptible: true |   interruptible: true | ||||||
|   | |||||||
| @@ -32,7 +32,7 @@ params: | |||||||
|       - link: plugins/slick/slick.css |       - link: plugins/slick/slick.css | ||||||
|       - link: plugins/animate/animate.min.css |       - link: plugins/animate/animate.min.css | ||||||
|       - link: plugins/venobox/venobox.css |       - link: plugins/venobox/venobox.css | ||||||
|       - link: plugins/fontawesome/css/all.css |       - link: plugins/fontawesome/css/all.min.css | ||||||
|       - link: plugins/fira/fira.css |       - link: plugins/fira/fira.css | ||||||
|     js: |     js: | ||||||
|       - link: plugins/jQuery/jquery.min.js |       - link: plugins/jQuery/jquery.min.js | ||||||
| @@ -197,4 +197,4 @@ privacy: | |||||||
|   youtube: |   youtube: | ||||||
|     privacyEnhanced: true |     privacyEnhanced: true | ||||||
|   vimeo: |   vimeo: | ||||||
|     enableDNT: true |     enableDNT: true | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user