diff --git a/content/404.md b/content/404.md new file mode 100644 index 0000000..a5ce168 --- /dev/null +++ b/content/404.md @@ -0,0 +1,10 @@ +--- +title: Whoops! Page not found +noindex: true +layout: page +--- + +# Whoops! +The requested page could not be found. + +Please head back to [our homepage](/). diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..b76cec2 --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,11 @@ +version: '3' + +services: + nginx: + image: docker.io/nginx + volumes: + - ./public:/usr/share/nginx/html:ro + ports: + - 8080:80 + environment: + - NGINX_PORT=80 diff --git a/layouts/shortcodes/team.html b/layouts/shortcodes/team.html index 4109cf7..349b230 100644 --- a/layouts/shortcodes/team.html +++ b/layouts/shortcodes/team.html @@ -1,25 +1,3 @@ -
Name: {{.name}}
-Location:
- Languages:
- {{ range .lang }}
-
- {{ end }}
-