diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f94a0d3..501a72b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,6 +18,7 @@ lint: variables: DOCKER_HOST: "tcp://docker:2375/" DOCKER_DRIVER: overlay2 + GIT_SUBMODULE_STRATEGY: none script: - docker-compose run xo-js-lint - docker-compose run xo-html-lint diff --git a/Makefile b/Makefile index 5e2d127..51fbddf 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,3 @@ build: serve: hugo server & - - - diff --git a/themes/patek/assets/css/main.scss b/themes/patek/assets/css/main.scss index 63003be..6c5a6dc 100644 --- a/themes/patek/assets/css/main.scss +++ b/themes/patek/assets/css/main.scss @@ -110,4 +110,12 @@ h2 a { #content { min-height: 90vh; } +.logo404 { + font-size: 150px; +} +@include mobile { + .logo404 { + font-size: 95px; + } +} // /Custom styles \ No newline at end of file diff --git a/themes/patek/layouts/404.html b/themes/patek/layouts/404.html index e69de29..042db98 100644 --- a/themes/patek/layouts/404.html +++ b/themes/patek/layouts/404.html @@ -0,0 +1,10 @@ +{{ define "main" }} +