diff --git a/compose.yml b/compose.yml deleted file mode 100644 index 86508c5..0000000 --- a/compose.yml +++ /dev/null @@ -1,21 +0,0 @@ -services: - homepage: - image: nginx:alpine - container_name: homepage - volumes: - - ./dist:/usr/share/nginx/html - restart: unless-stopped - networks: - - proxy-network - labels: - - "traefik.enable=true" - - "traefik.http.routers.homepage.rule=Host(`www.yanlincs.com`)" - - "traefik.http.routers.homepage.tls=true" - - "traefik.http.routers.homepage.tls.certresolver=cloudflare" - - "traefik.http.routers.homepage.tls.domains[0].main=*.yanlincs.com" - - "traefik.http.services.homepage.loadbalancer.server.port=80" - - -networks: - proxy-network: - external: true diff --git a/dist/index.html b/dist/index.html index 2bd4584..c6aa938 100644 --- a/dist/index.html +++ b/dist/index.html @@ -56,7 +56,7 @@ - - - {% elif section == 'projects' %} {% elif section == 'teaching' %} {% elif section == 'presentations' %} - {% elif section == 'services' %} - {% endif %} {% endfor %}