Mobile-responsive personal website, generated using Hugo. https://kevin-mok.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
365 B

  1. # All available Hugo versions are listed here: https://gitlab.com/pages/hugo/container_registry
  2. # image: registry.gitlab.com/pages/hugo:0.53
  3. image: hatita/docker-hugo-extended
  4. variables:
  5. GIT_SUBMODULE_STRATEGY: recursive
  6. # test:
  7. # script:
  8. # - hugo
  9. # except:
  10. # - master
  11. pages:
  12. script:
  13. - hugo
  14. artifacts:
  15. paths:
  16. - public
  17. only:
  18. - master